Prior WIP periods

Retrieve a list of prior WIP periods.

Prior WIP periods

post/services/construction-forecasting/wip-period/prior-periods

Retrieve a list of prior WIP periods.

Permissions and other requirements
SubscriptionConstruction
User typeBusiness, Project Manager
PermissionsPost WIP Periods
SecurityOAuth2
Request
Request Body schema: application/json
required
priorPeriodCount
required
number

The number of prior WIP periods to include.

Example: 1
required
object

The entity assigned to the WIP period.

key
string

Unique key for the entity.

Example: "1"
id
string

Unique identifier for the entity.

Example: "USAE"
priorToPeriodEndDate
string <date>

The date before which all prior WIP periods end.

Example: "2023-07-31"
Responses
200

OK

400

Bad Request

Request samples
application/json
{
  • "priorToPeriodEndDate": "2023-05-31",
  • "priorPeriodCount": 1
}
Response samples
application/json
{
  • "ia::result": {
    • "wipPeriods": [
      • {
        }
      ]
    },
  • "ia::meta": {
    • "totalCount": 1,
    • "totalSuccess": 1,
    • "totalError": 0
    }
}