Procore.Api.ProjectManagementSpecificationsSpecificationUploads (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementSpecificationsSpecificationUploads.

Summary

Functions

Link to this function

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

List Specification Uploads List the Specification Uploads 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 to upload to
  • opts (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 \\ [])

Create specification upload Upload Specifications that will be pending review

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 to upload to
  • rest_v10_projects_project_id_specification_uploads_post_request (RestV10ProjectsProjectIdSpecificationUploadsPostRequest):
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10ProjectsProjectIdSpecificationUploadsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure