View Snapshots by Project ID
get
/primeapi/restapi/action/snapshot/project/{id}
Send a request to this endpoint to view snapshots associated to a project with an ID value matching the value of the {id} path parameter. Project snapshots capture the state of projects at a particular point in time. Use project snapshots to monitor changes to project data over time.
Request
Path Parameters
-
id: integer(int64)
Returns the snapshots for project id.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityProjectSnapshot
Type:
Show Source
object
-
description(optional):
string
A detailed summary for the baseline or snapshot.
-
link(optional):
string(url)
Read Only:
true
-
name:
string
Name for the baseline or snapshot.
-
projectId:
integer(int64)
The unique identifier for the project.
-
snapshotCode(optional):
string
Read Only:
true
Code for the baseline or snapshot. -
snapshotId(optional):
integer(int64)
The unique identifier for a baseline or snapshot.
-
time(optional):
object TimezoneSensitiveDateTime
-
type(optional):
string
Read Only:
true
Allowed Values:[ "CAPITAL_PLAN", "PROJECT" ]
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. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
204 Response
Successful operation with no content.
404 Response
The requested project snapshot does not exist or you do not have access to it.