curl --location --request GET 'https://api.vplan.com/v1/resource//schedule_deviation/?filter=&sort=&show=&hide=' \
--header 'x-api-key;' \
--header 'x-api-env;'
{
"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"
}