Procore.Api.ProjectManagementSubmittalsSubmittalLogs (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementSubmittalsSubmittalLogs
.
Summary
Functions
List Submittals This is a deprecated endpoint. Please use /submittals endpoint. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.
Show Submittal This is a deprecated endpoint. Please use /submittals/{id} endpoint.
Functions
Link to this function
rest_v10_submittal_logs_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_submittal_logs_get(Tesla.Env.client(), integer(), integer(), keyword()) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10SubmittalLogsGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List Submittals This is a deprecated endpoint. Please use /submittals endpoint. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.
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:"filters[approved_id]"
(String.t)::"filters[ball_in_court]"
(String.t)::"filters[date_range]"
(String.t)::"filters[due_by]"
(Date.t)::"filters[end_date]"
(Date.t)::"filters[include_sublocations]"
(boolean()): Use together withfilters[location_id]
:"filters[location_id]"
([integer()]): Location ID. Returns item(s) with the specified Location ID or a range of Location IDs.:"filters[only_current_revision]"
(integer())::"filters[query]"
(String.t): Return item(s) containing search query:"filters[received_from_id]"
(integer()): Received From ID:"filters[response]"
(String.t)::"filters[responsible_contractor_id]"
(integer()): Responsible Contractor ID:"filters[spec_division]"
(String.t)::"filters[spec_section_id]"
(String.t)::"filters[start_date]"
(Date.t)::"filters[status]"
([String.t]): Returns item(s) matching the specified status value.:"filters[submittal_type]"
(String.t)::"filters[submittal_package_id]"
([integer()]): Array of Submittal Package IDs. Returns item(s) associated with the specified Submittal Package IDs. A single integer value is also accepted.:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%RestV10SubmittalLogsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_submittal_logs_id_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_submittal_logs_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10SubmittalLogsIdGet200Response.t()} | {:error, Tesla.Env.t()}
Show Submittal This is a deprecated endpoint. Please use /submittals/{id} endpoint.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of Submittalproject_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10SubmittalLogsIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure