GET /rest/v1.0/coordination_issues/assignees
Lists potential assignees for Coordination Issues. Use the optional min_access_level query parameter to filter which project users (by access level on the Coordination Issues domain) are included; see that parameter for allowed values and default behavior.
Servers
- https://api.procore.com
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 |
|---|---|---|---|
page |
Integer | No |
Page |
project_id |
Integer | Yes |
Unique identifier for the project. |
min_access_level |
String | No |
Minimum project access level for users included in the assignee list for the Coordination Issues domain. Valid values:
|
per_page |
Integer | No |
Elements per page |
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.