Request
object(s) included in the dataset, see eager loading for more info. Show only specific properties from the response. More info show & hide Hide properties from the response. More info show & hide Request samples
curl --location --request GET 'https://api.vplan.com/v1/group/?show=&hide=' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
application/json created_at
string <date-time>
read-onlyoptionalDate and time of creation
Example:2024-04-11T10:22:15Z
updated_at
string <date-time>
read-onlyoptionalDate and time of last update
Example:2024-04-11T10:22:15Z
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
Modified at 2024-10-04 09:04:55