GET /rest/v1.0/projects/{project_id}/action_plans/plan_items

Returns all Action Plan Items for a given Project

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

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
filtersdue_at String No

Return item(s) due within the specified date range.

filtersreference_type[] Array No

Return item(s) associated with the specified Action Plan reference type(s)

filtersobservation_item_id[] Array No

Return item(s) associated with the specified Action Plan reference Observation Item ID(s)

filtersplan_id[] Array No

Return item(s) associated with the specified Action Plan ID(s)

filtersupdated_at String No

Return item(s) last updated within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00 - Datetime with Custom Offset

filtersassignee_party_id_or_role_id[] Array No

Return item(s) associated with the specified Action Plan Assignee party ID(s) or role ID(s)

filtersplan_test_record_request_id[] Array No

Return item(s) associated with the specified Action Plan Test Record Request ID(s).

filtersverification_method_id[] Array No

Return item(s) associated with the specified Action Plan Assignee verification method ID(s)

filtersdrawing_revision_id[] Array No

Return item(s) associated with the specified Action Plan reference drawing revision ID(s)

filterscreated_at String No

Return item(s) created within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00` - Datetime with Custom Offset

filtersattachment_id[] Array No

Return item(s) associated with the specified Action Plan reference attachment ID(s)

filtersplan_section_id[] Array No

Return item(s) associated with the specified Action Plan Section(s).

filterssubmittal_log_id[] Array No

Return item(s) associated with the specified Action Plan reference submittal log ID(s)

page Integer No

Page

filtersstatus_id[] Array No

Array of Status IDs. A single Status ID is also accepted.

filtersrecord_checklist_template_id Integer No

Return item(s) with the specified checklist template id.

filtersgeneric_tool_item_id[] Array No

Return item(s) associated with the specified Action Plan reference Generic Tool Item ID(s)

filtersrecord_generic_tool_id Integer No

Return item(s) with the specified Generic Tool ID.

per_page Integer No

Elements per page

filtersform_id[] Array No

Return item(s) associated with the specified Action Plan reference Form ID(s)

filtersmeeting_id[] Array No

Return item(s) associated with the specified Action Plan reference Meeting ID(s)

filtersspecification_section_id[] Array No

Return item(s) associated with the specified Action Plan reference specification section id ID(s)

filtersid[] Array No

Return item(s) with the specified IDs.

filtersquery String No

Return item(s) containing search query

filtersfile_version_id[] Array No

Return item(s) associated with the specified Action Plan reference file version ID(s)

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.