Skip to content

Get rollup configuration by rollup code​

GET
/RollupListsV2/{RollupType}/{RollupCode}/configuration

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"StageSetup": {
"Stages": [
{
"Name": "string",
"Values": {
"AutomationPlanName": "string",
"DefaultActivityType": "string",
"MergePlan": true,
"StageAction": "string",
"StageDescription": "string",
"IconPath": "string",
"IconColor": "string"
}
}
]
}
}

Playground​

Authorization
Variables
Key
Value

Samples​