Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location -g --request GET '/scheduled_load_orders?sort&skip_meta_totals&page[number]&page[size]&$in=&$in=&$in=&$in=&$nin=&$nin=&$nin=&$nin=&$gte=&$gte=&$gte=&$gte=&$lte=&$lte=&$lte=&$lte=&$gt=&$gt=&$gt=&$gt=&$lt=&$lt=&$lt=&$lt=' \
--header 'Authorization: Bearer <token>'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"customer": null,
"is_top_up": true,
"description": null,
"invoice_reference": null,
"cost_center": null,
"note_label": null,
"day_of_month": 1,
"month_of_year": null,
"schedule": "monthly",
"entries_count": 0,
"net_total": null,
"active_entries_count": 0,
"active_net_total": null,
"next_invoicing_date": "2019-08-24",
"next_due_date": "2019-08-24",
"state": "string",
"state_label": "string",
"vouchers_count": 0,
"voucher_category": "mixed",
"entries": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"amount": null,
"voucher": null,
"paused": true
}
]
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}