Procore.Api.ProjectManagementSpecificationsSpecificationUploads (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationUploads
.
Summary
Functions
List Specification Uploads List the Specification Uploads in a Project
Create specification upload Upload Specifications that will be pending review
Functions
Link to this function
rest_v10_projects_project_id_specification_uploads_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_specification_uploads_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdSpecificationUploadsGet200ResponseInner.t() ]} | {:ok, Procore.Model.RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCommentsPost403Response.t()} | {:error, Tesla.Env.t()}
List Specification Uploads List the Specification Uploads 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 to upload toopts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:"filters[status]"
(String.t): Return item(s) with the specified status.:"filters[specification_set_id]"
([integer()]): Return items with the specified set ID.
Returns
{:ok, [%RestV10ProjectsProjectIdSpecificationUploadsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_projects_project_id_specification_uploads_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_specification_uploads_post_request, opts \\ [])
@spec rest_v10_projects_project_id_specification_uploads_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdSpecificationUploadsPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10TaxTypesPost400Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdSpecificationUploadsGet200ResponseInner.t() ]} | {:ok, Procore.Model.RestV10CompaniesCompanyIdProjectsProjectIdTaskItemCommentsPost403Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:error, Tesla.Env.t()}
Create specification upload Upload Specifications that will be pending review
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 to upload torest_v10_projects_project_id_specification_uploads_post_request
(RestV10ProjectsProjectIdSpecificationUploadsPostRequest):opts
(keyword): Optional parameters
Returns
{:ok, [%RestV10ProjectsProjectIdSpecificationUploadsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure