GET api/GetHistoryDetailsBySnapshotId/{snapshotId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
snapshotId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of HistoryDetailsList
NameDescriptionTypeAdditional information
SnapShotDetailId

integer

None.

SnapShotId

integer

None.

MonthDate

date

None.

MonthYear

string

None.

ConstructionCount

integer

None.

ConstructionAmount

decimal number

None.

BidCount

integer

None.

BidAmount

decimal number

None.

DesignCount

integer

None.

DesignAmount

decimal number

None.

StartupCount

integer

None.

StartupAmount

decimal number

None.

CloseOutCount

integer

None.

CloseOutAmount

decimal number

None.

Comments

string

None.

UserIdCreated

integer

None.

CreatedDate

date

None.

UserIdModified

integer

None.

ModifiedDate

date

None.

RowStatus

string

None.

TotalCountAll

integer

None.

TotalAmountAll

decimal number

None.

TotalCountWithoutCloseOut

integer

None.

TotalAmountWithoutCloseOut

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SnapShotDetailId": 1,
    "SnapShotId": 2,
    "MonthDate": "2024-09-20T19:52:16.4635054-04:00",
    "MonthYear": "sample string 4",
    "ConstructionCount": 5,
    "ConstructionAmount": 6.0,
    "BidCount": 7,
    "BidAmount": 8.0,
    "DesignCount": 9,
    "DesignAmount": 10.0,
    "StartupCount": 11,
    "StartupAmount": 12.0,
    "CloseOutCount": 13,
    "CloseOutAmount": 14.0,
    "Comments": "sample string 15",
    "UserIdCreated": 16,
    "CreatedDate": "2024-09-20T19:52:16.4635054-04:00",
    "UserIdModified": 18,
    "ModifiedDate": "2024-09-20T19:52:16.4635054-04:00",
    "RowStatus": "sample string 20",
    "TotalCountAll": 21,
    "TotalAmountAll": 22.0,
    "TotalCountWithoutCloseOut": 23,
    "TotalAmountWithoutCloseOut": 24.0
  },
  {
    "SnapShotDetailId": 1,
    "SnapShotId": 2,
    "MonthDate": "2024-09-20T19:52:16.4635054-04:00",
    "MonthYear": "sample string 4",
    "ConstructionCount": 5,
    "ConstructionAmount": 6.0,
    "BidCount": 7,
    "BidAmount": 8.0,
    "DesignCount": 9,
    "DesignAmount": 10.0,
    "StartupCount": 11,
    "StartupAmount": 12.0,
    "CloseOutCount": 13,
    "CloseOutAmount": 14.0,
    "Comments": "sample string 15",
    "UserIdCreated": 16,
    "CreatedDate": "2024-09-20T19:52:16.4635054-04:00",
    "UserIdModified": 18,
    "ModifiedDate": "2024-09-20T19:52:16.4635054-04:00",
    "RowStatus": "sample string 20",
    "TotalCountAll": 21,
    "TotalAmountAll": 22.0,
    "TotalCountWithoutCloseOut": 23,
    "TotalAmountWithoutCloseOut": 24.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfHistoryDetailsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <HistoryDetailsList>
    <BidAmount>8</BidAmount>
    <BidCount>7</BidCount>
    <CloseOutAmount>14</CloseOutAmount>
    <CloseOutCount>13</CloseOutCount>
    <Comments>sample string 15</Comments>
    <ConstructionAmount>6</ConstructionAmount>
    <ConstructionCount>5</ConstructionCount>
    <CreatedDate>2024-09-20T19:52:16.4635054-04:00</CreatedDate>
    <DesignAmount>10</DesignAmount>
    <DesignCount>9</DesignCount>
    <ModifiedDate>2024-09-20T19:52:16.4635054-04:00</ModifiedDate>
    <MonthDate>2024-09-20T19:52:16.4635054-04:00</MonthDate>
    <MonthYear>sample string 4</MonthYear>
    <RowStatus>sample string 20</RowStatus>
    <SnapShotDetailId>1</SnapShotDetailId>
    <SnapShotId>2</SnapShotId>
    <StartupAmount>12</StartupAmount>
    <StartupCount>11</StartupCount>
    <TotalAmountAll>22</TotalAmountAll>
    <TotalAmountWithoutCloseOut>24</TotalAmountWithoutCloseOut>
    <TotalCountAll>21</TotalCountAll>
    <TotalCountWithoutCloseOut>23</TotalCountWithoutCloseOut>
    <UserIdCreated>16</UserIdCreated>
    <UserIdModified>18</UserIdModified>
  </HistoryDetailsList>
  <HistoryDetailsList>
    <BidAmount>8</BidAmount>
    <BidCount>7</BidCount>
    <CloseOutAmount>14</CloseOutAmount>
    <CloseOutCount>13</CloseOutCount>
    <Comments>sample string 15</Comments>
    <ConstructionAmount>6</ConstructionAmount>
    <ConstructionCount>5</ConstructionCount>
    <CreatedDate>2024-09-20T19:52:16.4635054-04:00</CreatedDate>
    <DesignAmount>10</DesignAmount>
    <DesignCount>9</DesignCount>
    <ModifiedDate>2024-09-20T19:52:16.4635054-04:00</ModifiedDate>
    <MonthDate>2024-09-20T19:52:16.4635054-04:00</MonthDate>
    <MonthYear>sample string 4</MonthYear>
    <RowStatus>sample string 20</RowStatus>
    <SnapShotDetailId>1</SnapShotDetailId>
    <SnapShotId>2</SnapShotId>
    <StartupAmount>12</StartupAmount>
    <StartupCount>11</StartupCount>
    <TotalAmountAll>22</TotalAmountAll>
    <TotalAmountWithoutCloseOut>24</TotalAmountWithoutCloseOut>
    <TotalCountAll>21</TotalCountAll>
    <TotalCountWithoutCloseOut>23</TotalCountWithoutCloseOut>
    <UserIdCreated>16</UserIdCreated>
    <UserIdModified>18</UserIdModified>
  </HistoryDetailsList>
</ArrayOfHistoryDetailsList>