List Report Schedules
This request returns a list of report schedules.
Resource
GET /reportschedules
Parameters
Payload
None
Response
Context
Authorization |
Administrator |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/reportschedules
Response
{
"data": [
{
"object": {
"commonName": "schedule 1",
"oid": "1853593",
"objectType": "QBQueryReportSchedule"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"commonName": "schedule 2",
"oid": "1891298",
"objectType": "QBQueryReportSchedule"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"commonName": "auto report test",
"oid": "1928984",
"objectType": "QBQueryReportSchedule"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
}
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "https://xelion.nl/api/v1/master/reportschedules",
"method": "GET"
},
{
"rel": "next",
"href": "https://xelion.nl/api/v1/master/reportschedules?after=1928996",
"method": "GET"
},
{
"rel": "previous",
"href": "https://xelion.nl/api/v1/master/reportschedules?before=1853593",
"method": "GET"
}
],
"paging": {
"previousId": "1853593",
"nextId": "1928996"
}
}
}