Retrieve a single Resource
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Request Code Samples
curl --location -g --request GET 'https://api.vplan.com/v1/resource/{{$string.uuid}}' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
application/json {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"type": "employee",
"description": "string",
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"avatar": "http://example.com",
"workdays": {
"1": 8,
"2": 8,
"3": 8,
"4": 8,
"5": 8,
"6": 0,
"7": 0
},
"integration_schedule": true,
"color_hex": "string",
"external_ref": "fb1033a2ed70",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z",
"archived_at": "2021-07-06T11:24:35Z"
}
Modified at 2025-07-22 14:20:42