Get Distribution Profiles
GET /ws/rest/service/v1/cashflow/profile
Purpose:
Get Distribution profiles of company
Input:
All parameters should be URL encoded.
Path Parameter
url parameter(Optional)
filter=
{
"names":["Linear" , "L Curve"]
}
Filter can be used to filter on profile name to get the distribution profile data. If profile does not exist with the given name then that name will be ignored. Profiles of other names will be returned.
Output:
JSON object containing 'status', 'data', 'message'
Get Distribution Profile Output JSON
{
"data": [
{
"name": "Linear",
"status": "Active",
"distribution": [
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0",
"5.0"
]
}
],
"message": [
"success"
],
"status": 200
}
Status codes are:
1> 200 , for success
Related Topics
Response Error Codes (REST API Details in Cash Flow)
Create Rollup Cash Flows for Program or Company
Update Rollup Cash Flows for Program or 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
Update or Modify Cash Flow Permission
Create (Add User or Group) Cash Flow Permission
Delete (Remove User or Group) Cash Flow Permission
Last Published Friday, December 13, 2024