Procore.Api.ProjectManagementSpecificationsSpecificationSets (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationSets
.
Summary
Functions
List Specification Sets List the Specification Sets in a Project
Show Specification Set Show a specific Specification Set
Create Specification Set Create a new Specification Set in the specified project
Functions
Link to this function
rest_v10_projects_project_id_specification_sets_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_specification_sets_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCommentsPost403Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdSpecificationSetsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Specification Sets List the Specification Sets in a Project
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): The ID of the project for the new setopts
(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 \\ [])
@spec rest_v10_projects_project_id_specification_sets_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdSpecificationSetsGet200ResponseInner.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCommentsPost403Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:error, Tesla.Env.t()}
Show Specification Set Show a specific Specification Set
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.id
(integer()): ID of the specification section to showopts
(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 \\ [])
@spec rest_v10_projects_project_id_specification_sets_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdSpecificationSetsPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10TaxTypesPost400Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdSpecificationSetsGet200ResponseInner.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCommentsPost403Response.t()} | {:error, Tesla.Env.t()}
Create Specification Set Create a new Specification Set in the specified project
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): The ID of the project for the new setrest_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