Get Adoption Advisor Report Configs
GET/adoptionadvisor/report
Get Adoption Advisor Report Configs
Responses
- 200
- 400
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
emailIds string[]required
List of email addresses to receive notification
enabled booleanrequired
Report scheduling enabled
id string
Report ID
name stringrequired
Report name
schedule stringrequired
Recurring report schedule in RRULE format
widgetDays int32required
Widget days--30, 60, or 90
[
{
"emailIds": [
"string"
],
"enabled": true,
"id": "string",
"name": "string",
"schedule": "string",
"widgetDays": 0
}
]
bad_request
Loading...