Procore.Api.QualitySafetyInspectionsChecklistItemObservations (procore_sdk v0.3.0)
API calls for all endpoints tagged QualitySafetyInspectionsChecklistItemObservations
.
Summary
Functions
List Checklist Item Observations Returns the Observations from Checklist (Inspection) Items on the Project
Functions
Link to this function
rest_v10_projects_project_id_checklist_list_item_observations_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_checklist_list_item_observations_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, [Procore.Model.ChecklistInspectionItemObservation.t()]} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
List Checklist Item Observations Returns the Observations from Checklist (Inspection) Items on the Project
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:"filters[id]"
([integer()]): Return item(s) with the specified IDs.:"filters[item_id]"
([integer()]): Array of Checklist Item IDs. Return item(s) associated with the specified Checklist 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
- 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 -
:"filters[updated_at]"(Date.t): 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 -
:sort(String.t): ### Returns -
, ...]}on success -
` on failure