Procore.Api.ProjectManagementSpecificationsSpecificationSectionRevisions (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationSectionRevisions
.
Summary
Functions
List Specification Section Revisions for a Specification Section Division
Show Specification Section Revision
Functions
Link to this function
rest_v10_specification_section_revisions_get(connection, procore_company_id, project_id, specification_section_division_id, opts \\ [])
@spec rest_v10_specification_section_revisions_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.SpecificationSectionRevision.t()]} | {:error, Tesla.Env.t()}
List Specification Section Revisions for a Specification Section Division
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.specification_section_division_id
(integer()):opts
(keyword): Optional parameters:all_revisions
(String.t): By default, only current specification section revisions are returned. Set this parameter to "true" to return all specification section revisions.:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%SpecificationSectionRevision{}, ...]}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_specification_section_revisions_id_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_specification_section_revisions_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10SpecificationSectionRevisionsIdGet200Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
Show Specification Section Revision
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): Specification section revision IDproject_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10SpecificationSectionRevisionsIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure