Fetch cost Report details for the given Report ID or a Perspective ID.
Bad Request
Internal server error
Returns a list of Report Schedules
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Update cost Perspective Reports.
CEReportSchedule object to be updated
Bad Request
Internal server error
Returns a list of Report Schedules
{- "uuid": "string",
- "name": "string",
- "enabled": true,
- "description": "string",
- "viewsId": [
- "string"
], - "userCron": "string",
- "recipients": [
- "string"
], - "accountId": "string",
- "createdAt": 0,
- "lastUpdatedAt": 0,
- "userCronTimeZone": "string",
- "createdBy": {
- "uuid": "string",
- "name": "string",
- "email": "string",
- "externalUserId": "string"
}, - "lastUpdatedBy": {
- "uuid": "string",
- "name": "string",
- "email": "string",
- "externalUserId": "string"
}, - "nextExecution": "2019-08-24T14:15:22Z"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Create a report schedule for the given Report ID or a Perspective ID.
CEReportSchedule object to be saved
Bad Request
Internal server error
Returns a list of Report Schedules
{- "uuid": "string",
- "name": "string",
- "enabled": true,
- "description": "string",
- "viewsId": [
- "string"
], - "userCron": "string",
- "recipients": [
- "string"
], - "accountId": "string",
- "createdAt": 0,
- "lastUpdatedAt": 0,
- "userCronTimeZone": "string",
- "createdBy": {
- "uuid": "string",
- "name": "string",
- "email": "string",
- "externalUserId": "string"
}, - "lastUpdatedBy": {
- "uuid": "string",
- "name": "string",
- "email": "string",
- "externalUserId": "string"
}, - "nextExecution": "2019-08-24T14:15:22Z"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Delete cost Perspective Report for the given Report ID or a Perspective ID.
Bad Request
Internal server error
Returns a generic string message when the operation is successful
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}