Get Summary Cash Flow Properties

GET /ws/rest/service/v1/cashflow/summary/{project_number}

Purpose

Get Summary Cash Flow properties

Request Format

All parameters should be URL encoded.

Path Parameter

project_number(Mandatory): Specify the project/Shell number to get project cash flow properties

input query parameter -

filter=

{

"names":["Summary Cash Flow 1" ,"Summary Cash Flow 2"]

}

Filter can be used to filter on name to get the summary cash flow properties. If summary cashflow does not exist with the given name, that name will be ignored.

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Success Response

{

"data": [

{

"curves": [

"Cash Flow 1",

"Cash flow 2"

],

"name": "Sum Cash Flow 1",

"description": "This summary curve is created from REST API",

"summary_type": "User_Defined",

"status": "Active"

}

],

"message": [ "success" ],

"status": 200

}

Related Topics

Cash Flow

Authorization

Definitions or Values Used

Response Error Codes (REST API Details in Cash Flow)

Create Cash Flow

Create Summary Curve

Create Rollup Cash Flows for Company

Update Rollup Cash Flows for Company

Delete Cash Flow

Delete Cash Flow Curve

Delete Cash Flow - Summary Curves

Get Cash Flow Data

Get Summary Cash Flow Data

Get Rollup Status

Get Rollup Status - for Template Cash Flows

Update Rollup Status

Update Rollup Status - For Template Cash Flows

Refresh Cash Flow

Get Cash Flow Refresh Job Status

Get Cash Flow Properties

Get Cash Flow Permissions

Get Distribution Profiles

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow Properties

Update or Modify Cash Flow Permission

Update Cash Flow Data

Update Cash Flow Schedule

Create Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Tuesday, July 1, 2025