Procore.Api.QualitySafetyInspectionsInspectionItemReferences (procore_sdk v0.3.0)

API calls for all endpoints tagged QualitySafetyInspectionsInspectionItemReferences.

Summary

Functions

List Inspection Item References Returns a collection of Item References for a specified Inspection Item.

Functions

Link to this function

rest_v10_projects_project_id_inspections_inspection_id_item_references_get(connection, procore_company_id, project_id, inspection_id, opts \\ [])

List Inspection Item References Returns a collection of Item References for a specified Inspection Item.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • inspection_id (integer()): Unique identifier for the inspection.
  • opts (keyword): Optional parameters
    • :"filters[id]" ([integer()]): Return References with the specified IDs
    • :"filters[item_id]" ([integer()]): Return Reference(s) with the specified Item IDs
    • :"filters[created_at]" (Date.t): 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[updated_at]"(Date.t): Return item(s) last updated within the specified ISO 8601 datetime range. Formats:YYYY-MM-DD...YYYY-MM-DD- DateYYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ- DateTime with UTC OffsetYYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00- Datetime with Custom Offset -:sort(String.t): Sort item(s) by the chosen param; check below for a list of options. The direction of sorting is ascending by default; for descending sort, insert the - symbol before the param. -:page(integer()): Page -:per_page(integer()): Elements per page ### Returns -, ...]}on success -` on failure