v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBResource Sets
Get Resource Set
Endpoint to get a specific ResourceSet by ID.
get/business/v2/resource-sets/{id}
Path parameters
idstring required
The ResourceSet ID.
Example:7bf79328-a7ae-4222-aa54-091ff7f429a7
Response
The returned resource is a single ResourceSet.
Example response
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
"name": "Resource set 01",
"description": "This is a resource set",
"configuration": [
{
"resource_ids": [
"7bf79328-a7ae-4222-aa54-091ff7f429a7",
"2d65bd5e-3fdf-4002-b166-bde7fb8863fa"
]
}
],
"creation_time": "2017-06-01T12:48:40Z",
"last_update_time": "2017-06-01T12:48:40Z"
}