Get Snapshot Names for the Selected Cashflow
GET /ws/rest/service/v2/cashflow/snapshot?project_number={project number}&name={cashflow name}
Purpose:
Retrieve snapshot names for an existing cashflow detail curve in a specific shell from a different system.
Prerequisites:
GET permissions for the user are mandatory to allow access to snapshots at the cashflow curve level.
Note: This API is only applicable to cashflow detail curves.
Sample Response:
{
"data" : [
{
"name": "Project_CF",
"snapshot_name" : ["May8th Snapshot", "April Snapshot"]
}
],
"message": [
"success"
],
"status": 200,
"rest_audit_id": 5892
}
Related Topics
Create Snapshot in Cashflow Curve
Delete Snapshot from Cashflow Curve
Last Published Tuesday, July 1, 2025