Procore.Api.ProjectManagementScheduleCompanyScheduleResources (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementScheduleCompanyScheduleResources.
Summary
Functions
List Schedule Resources Returns all resources for a given company
Functions
Link to this function
rest_v10_companies_company_id_schedule_resources_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_schedule_resources_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdScheduleResourcesGet200Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdScheduleSettingsGet404Response.t()} | {:error, Tesla.Env.t()}
List Schedule Resources Returns all resources for a given company
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(integer()): Unique identifier for the company.opts(keyword): Optional parameters:page(integer()): Page:per_page(integer()): Elements per page:"filters[name]"([String.t]): Filter item(s) with matching name.
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdScheduleResourcesGet200Response.t}on success{:error, Tesla.Env.t}on failure