Procore.Api.ProjectManagementSpecificationsSpecificationSets (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationSets.

Summary

Functions

Link to this function

rest_v10_projects_project_id_specification_sets_get(connection, procore_company_id, project_id, opts \\ [])

List Specification Sets List the Specification Sets in a Project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): The ID of the project for the new set
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

  • {:ok, [%RestV10ProjectsProjectIdSpecificationSetsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_specification_sets_id_get(connection, procore_company_id, project_id, id, opts \\ [])

Show Specification Set Show a specific Specification Set

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.
  • id (integer()): ID of the specification section to show
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdSpecificationSetsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_specification_sets_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_specification_sets_post_request, opts \\ [])

Create Specification Set Create a new Specification Set in the specified project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): The ID of the project for the new set
  • rest_v10_projects_project_id_specification_sets_post_request (RestV10ProjectsProjectIdSpecificationSetsPostRequest):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdSpecificationSetsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure