WIP posting histories

Provide the posting and reversal activity for a specified WIP period.

List a WIP posting history

get/services/construction-forecasting/wip-journal/entry-history

Provide the posting history for a WIP period.

Permissions and other requirements
SubscriptionConstruction
User typeBusiness
PermissionsGet WIP Posting History
SecurityOAuth2
Request
query Parameters
wipPeriodKey
required
string

The key for the WIP period.

Example: wipPeriodKey=11
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
{
  • "ia::result": {
    • "entryHistory": [
      • {
        },
      • {
        },
      • {
        },
      • {
        }
      ]
    },
  • "ia::meta": {
    • "totalCount": 4,
    • "totalSuccess": 1,
    • "totalError": 0
    }
}