GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/reports/assignment-history
Fetches the assignment history for a specific Project, returning records of all assignments linked to it.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project |
company_id |
Yes |
Unique identifier for the company. This parameter accepts both formats:
A proxy layer automatically handles both formats, but using the Procore company ID is preferred for consistency with other Procore APIs. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
start_time |
Boolean | No |
Will return the daily start time for each assignment. Default value: true |
labels |
Boolean | No |
Will return the name and UUID of the Label for each assignment. Default value: true |
cost_code |
Boolean | No |
Will return the name and UUID of the Cost Code for each assignment. Default value: true |
employeeName |
Boolean | No |
Determines whether the employee's name should be included in the response. If set to Default value: true |
assignmentStart |
Boolean | No |
Whether to include the assignment start date. Default value: true |
employee_number |
String | No |
Filter results by the exact employee number of the Person. |
jobTitle |
Boolean | No |
Whether to include the person's Job Title. Default value: true |
duration |
Boolean | No |
Will return a calculated duration for each listed assignment. Default value: true |
assignmentEnd |
Boolean | No |
Whether to include the assignment end date. Default value: true |
end_time |
Boolean | No |
Will return the daily end time for each assignment. Default value: true |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.