Procore.Api.QualitySafetyInspectionsInspectionUsers (procore_sdk v0.3.0)
API calls for all endpoints tagged QualitySafetyInspectionsInspectionUsers
.
Summary
Functions
List Inspection Users Returns a list of Inspection Users for a given project
Functions
Link to this function
rest_v11_projects_project_id_checklist_users_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v11_projects_project_id_checklist_users_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.InspectionUser.t()]} | {:error, Tesla.Env.t()}
List Inspection Users Returns a list of Inspection Users for a given 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[vendor_id]"
(integer()): Return item(s) with the specified Vendor ID.:"filters[potential_assignee]"
(boolean()): Returns item(s) with the that can be potential inspection assignees.:"filters[potential_distribution_member]"
(boolean()): Returns item(s) that can be potential distribution members.:"filters[potential_point_of_contact]"
(boolean()): Returns item(s) with the that can be potential inspection points of contact.:sort
(String.t): Direction of sorting param (name) is in desc order of full name
Returns
{:ok, [%InspectionUser{}, ...]}
on success{:error, Tesla.Env.t}
on failure