Retrieve a list of prior WIP periods.
Subscription | Construction |
---|---|
User type | Business, Project Manager |
Permissions | Post WIP Periods |
priorPeriodCount required | number The number of prior WIP periods to include. Example: 1 | ||||
required | object The entity assigned to the WIP period. | ||||
| |||||
priorToPeriodEndDate | string <date> The date before which all prior WIP periods end. Example: "2023-07-31" |
OK
Bad Request
{- "priorToPeriodEndDate": "2023-05-31",
- "priorPeriodCount": 1
}
{- "ia::result": {
- "wipPeriods": [
- {
- "wipProjects": [
- {
- "wipPeriod": {
- "periodName": "Month Ended July 2023",
- "id": "72",
- "key": "72"
}, - "project": {
- "endDate": "2020-12-31",
- "name": "Dimensions - Berkeley Technology Inc",
- "description": "Project with all resources - At root - Time & Material - With Dept & Location",
- "id": "DIM - BTI",
- "key": "1",
- "startDate": "2000-01-01",
- "status": "active"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-08-08T17:51:06Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-08-21T22:40:37Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "projectManagerForecast": {
- "costAtCompletion": "53880.7",
- "costToComplete": "48492.63",
- "contractValue": "50000",
- "percentComplete": 10,
- "lastUpdatedDate": "2023-05-26T10:06:00Z"
}, - "cfoForecast": {
- "costAtCompletion": "53880.7",
- "costToComplete": "48492.63",
- "contractValue": "50000",
- "percentComplete": 10,
- "lastUpdatedDate": "2023-05-26T10:06:00Z"
}, - "customer": {
- "name": "Berkeley Technology Inc",
- "id": "BTI",
- "key": "14"
}, - "notes": "Updated based on timeline adjustment",
- "cfoForecastGrossProfitAtCompletion": "-3880.7",
- "costAtCompletionVariance": "0",
- "grossProfitPercentOfContract": -7.76,
- "estimatedCostToComplete": "-5203.07'",
- "overUnderBillingAmount": "141.84",
- "isFinalized": true,
- "grossProfitVarianceAmount": "-29990.7'",
- "earnedProfitToDateAmount": "-388.07",
- "priorYearsProfit": "0",
- "remainingProfit": "0",
- "endOfPriorYearEarnedToDateAmount": "0",
- "endOfPriorYearEarnedProfit": "0",
- "estimatedPercentComplete": 29.12,
- "grossProfitPercentOfCost": -7.2,
- "remainingBacklogAmount": "45000",
- "id": "87",
- "contractVarianceAmount": "23705",
- "key": "87",
- "cfoForecastGrossProfitMarginPercent": -7.76,
- "totalGrossProfitEstimatedAtCompletion": "26110",
- "jobToDateBillings": "4858.16",
- "jobToDateCosts": "5388.07",
- "estimatedCostToDateAmount": "185",
- "earnedToDateAmount": "5000",
- "totalRevisedContract": "26295",
- "yearToDateCostAmount": "15000",
- "yearToDateBillingAmount": "15000",
- "yearToDateEarnedRevenueAmount": "15000",
- "jobToDateOverBillingAmount": "15000",
- "jobToDateUnderBillingAmount": "15000",
- "yearToDateEarnedProfitAmount": "15000",
- "currentPeriodBillingAmount": "15000",
- "currentPeriodCostAmount": "15000",
- "currentPeriodEarnedProfitAmount": "15000",
- "currentPeriodEarnedRevenueAmount": "15000"
}
], - "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-08-08T17:51:06Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-08-21T22:40:37Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "historicalImport": false,
- "lastRefreshDateTime": "2023-08-09T14:49:21Z",
- "periodName": "Month Ended July 2023",
- "id": "72",
- "state": "unposted",
- "key": "72",
- "periodEndDate": "2023-07-31"
}
]
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}