GET /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items

Returns a list of all Generic Tool Items in the specified Project and Generic Tool. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool.

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

generic_tool_id Integer Yes

Unique identifier for the Generic Tool

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

Returns item(s) issued within the specified ISO 8601 datetime range.

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

sort String No

Field to sort by. If the field is passed with a - (EX: -updated_at) it is sorted in reverse order

Possible values:

  • "due_date"
  • "position"
  • "login_information"
  • "title"
  • "status"
  • "updated_at"
  • "created_at"
filtersoverdue Boolean No

If true, returns item(s) that are overdue.

view String No

If supplied customize the response format

Possible values:

  • "extended"
  • "compact"
  • "flatten_v0"
  • "ids_only"
page Integer No

Page

filtersreceived_from_id Integer No

Received From ID

filtersvendor_id Integer No

Return item(s) with the specified Vendor ID.

filterslogin_information_id[] Array No

Array of Login Information IDs. Returns item(s) with the specified Login Information ID.

per_page Integer No

Elements per page

filtersstatus[] Array No

Returns item(s) matching the specified status value.

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

filtersrecycle_bin Boolean No

If true, returns item(s) that have been deleted.

filterscreated_by_id[] Array No

Returns item(s) created by the specified User IDs.

filtersid[] Array No

Return item(s) with the specified IDs.

filtersclosed_at String No

Returns item(s) closed within the specified ISO 8601 datetime range.

filtersquery String No

Return item(s) containing search query

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.