View Snapshots by Project ID

get

/api/restapi/action/snapshot/project/{id}

Send a request to this endpoint to view Cash Flow snapshots associated to a project with an ID value matching the value of the {id} path parameter. Cash Flow snapshots capture the state of project cash flow at a particular point in time. Use project snapshots to monitor changes to cash flow data over time.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityProjectSnapshot>
Type: array
Title: List<ApiEntityProjectSnapshot>
Show Source
Nested Schema : ApiEntityProjectSnapshot
Type: object
Title: ApiEntityProjectSnapshot
Show Source
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Maximum Length: 255
    Name for the baseline or snapshot.
  • Minimum Length: 1
    Maximum Length: 60
    The unique identifier for a project set by the user who created the project.
  • The unique identifier for the project.
  • Maximum Length: 60
    Code for the baseline or snapshot.
  • The unique identifier for a baseline or snapshot.
  • The time at which the snapshot was generated.
  • Allowed Values: [ "CAPITAL_PLAN", "PROJECT", "PROGRAM", "IDEA" ]
    Identifies the type of the baseline. Valid values are Original, Current, or Blank. Original baselines mark the starting point for recurring change requests for modifications to Scope Items, Work Packages, and Scope Assignments. Current baselines indicate the latest set baseline when a related original baseline exists. Blank baselines indicate the baseline is a snapshot.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.

204 Response

Successful operation with no content.

404 Response

The requested project snapshot does not exist or you do not have access to it.
Back to Top