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
filters[specification_section_id][] Array No

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

filters[submittal_log_id][] Array No

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

filters[plan_test_record_request_id][] Array No

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

filters[due_at] String No

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

filters[reference_type][] Array No

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

filters[created_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

filters[status_id][] Array No

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

filters[attachment_id][] Array No

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

filters[form_id][] Array No

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

filters[id][] Array No

Return item(s) with the specified IDs.

filters[assignee_party_id_or_role_id][] Array No

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

filters[file_version_id][] Array No

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

filters[record_checklist_template_id] Integer No

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

filters[updated_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

filters[query] String No

Return item(s) containing search query

filters[plan_section_id][] Array No

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

filters[record_generic_tool_id] Integer No

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

page Integer No

Page

filters[plan_id][] Array No

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

filters[drawing_revision_id][] Array No

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

per_page Integer No

Elements per page

filters[generic_tool_item_id][] Array No

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

filters[verification_method_id][] Array No

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

filters[meeting_id][] Array No

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

filters[observation_item_id][] Array No

Return item(s) associated with the specified Action Plan reference Observation Item 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.