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

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 Summary Cash Flow Properties

Get Cash Flow Permissions

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow

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