curl --location --request GET 'https://api.vplan.com/v1/resource//schedule_deviation?limit=100&offset=0&filter=&sort=&show=&hide=' \
--header 'x-api-key;' \
--header 'x-api-env;'
{
"count": 1,
"limit": 100,
"offset": 0,
"data": [
{
"id": "string",
"resource_id": "string",
"description": "string",
"type": "other",
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"time": 0,
"external_ref": null,
"icon": "string",
"color": "string",
"created_at": "string",
"updated_at": "string"
}
]
}