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

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. admin limits results to Admin (plus project admins per server rules). standard includes Standard and Admin. read_only includes Read Only, Standard, and Admin. If omitted or not recognized, the response uses the same set as standard.

Valid values:

  • "standard"
  • "admin"
  • "read_only"
per_page Integer No

Elements per page

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.