Create a Project Snapshot

post

/api/restapi/action/projectSnapshot

Send a request to this endpoint to create a Cash Flow snapshot. Cash Flow snapshots capture the state of the project cash flow at a particular point in time. Use project snapshots to monitor changes to cash flow data over time.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProjectSnapshotInput
Type: object
Title: ApiEntityProjectSnapshotInput
Show Source
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Read Only: true
    Deprecated. As of 23.10.
    The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
  • 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.
  • Read Only: true
    Maximum Length: 60
    Deprecated. As of 24.4.
    Code for the baseline or snapshot.
  • The unique identifier for a baseline or snapshot.
  • Read Only: true
    Deprecated. As of 24.4.
    The time at which the snapshot was generated.
  • Read Only: true
    Allowed Values: [ "CAPITAL_PLAN", "PROJECT", "PROGRAM", "IDEA" ]
    Deprecated. As of 24.4.
    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.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root 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.

400 Response

Invalid input for the Action service.
Back to Top