Procore.Api.ProjectManagementProjectScheduleRequestedChanges (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementProjectScheduleRequestedChanges.

Summary

Functions

Link to this function

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

List Requested Changes List all Requested Changes of a Task.

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
    • :task_id (integer()): The task for which all requested changes will be retrieved.
    • :view (String.t): The with_task view includes an additional task data for correspondent requested changes
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_requested_changes_post(connection, procore_company_id, project_id, task_id, rest_v11_projects_project_id_schedule_tasks_task_id_requested_changes_post_request, opts \\ [])

Creates Requested Change Creates a requested changes for a Task.

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.
  • task_id (integer()): The task for which requested changes will be added to.
  • rest_v11_projects_project_id_schedule_tasks_task_id_requested_changes_post_request (RestV11ProjectsProjectIdScheduleTasksTaskIdRequestedChangesPostRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_requested_changes_review_patch(connection, procore_company_id, project_id, rest_v11_projects_project_id_schedule_requested_changes_review_patch_request, opts \\ [])

Review Requested Changes Review Requested Changes for Tasks.

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.
  • rest_v11_projects_project_id_schedule_requested_changes_review_patch_request (RestV11ProjectsProjectIdScheduleRequestedChangesReviewPatchRequest):
  • opts (keyword): Optional parameters

Returns

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