Procore.Api.ProjectManagementSubmittalsSubmittalResponses (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementSubmittalsSubmittalResponses.

Summary

Functions

List Submittal Responses List Submittal Responses for the specified Project

Create Submittal Response Create a Submittal Response for the specified Project

List Submittal Responses List Submittal Responses for the specified Project

Functions

Link to this function

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

List Submittal Responses List Submittal Responses for 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()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

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

Create Submittal Response Create a Submittal Response for 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()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :body (RestV10ProjectsProjectIdSubmittalResponsesPostRequest):

Returns

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

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

List Submittal Responses List Submittal Responses for 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()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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