Procore.Api.ProjectManagementSpecificationsSpecificationSectionRevisions (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationSectionRevisions.

Summary

Functions

Link to this function

rest_v10_specification_section_revisions_get(connection, procore_company_id, project_id, specification_section_division_id, opts \\ [])

List Specification Section Revisions for a Specification Section Division

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 \\ [])

Show Specification Section Revision

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): Specification section revision ID
  • project_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