Get Cash Flow Permissions
GET /ws/rest/service/v1/cashflow/prop/permission/{project_number}
Purpose
Fetches cash flow permissions.
The input JSON provides various options for fetching cashflow permissions.
Request Format
All parameters must be URL encoded.
project_number: (Required) Specify the Project number in which the curve exists.
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
This is an example of successful response with status code 200.
"data":
[
{
"property_name":"Project CF",
"user_group":
[
{
"name":"Admin",
"type":"U",
"id":1000,
"permission":
{
"modify_permission":1,
"edit_data":1,
"view":1
}
},
{
"name":"test Group",
"type":"PU",
"id":1000014,
"permission":
{
"modify_permission":0,
"edit_data":1,
"view":1
}
}
]
},
{
"property_name":"xyz",
"user_group":
[
{
"name":"Admin",
"type":"U",
"id":1000,
"permission":
{
"modify_permission":1,
"edit_data":1,
"view":1
}
}
]
}
],
"message": [ "success" ],
"status":200
}
See Also
Response Error Codes (REST API Details in Cash Flow)
Create Rollup Cash Flows for Company
Update Rollup Cash Flows for Company
Delete Cash Flow - Summary Curves
Get Rollup Status - for Template Cash Flows
Update Rollup Status - For Template Cash Flows
Get Cash Flow Refresh Job Status
Get Summary Cash Flow Properties
Create (Add User or Group) Cash Flow Permission
Delete (Remove User or Group) Cash Flow Permission
Update or Modify Cash Flow Permission
Last Published Tuesday, July 1, 2025