7be21448a2b3

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Resource Sets

Search Resource Sets

Endpoint to search ResourceSet using filtering parameters.

get/business/v2/resource-sets

Query parameters

textstring

A free text search in the ResourceSet data

Example:Resource set 01

Response

The result is an array containing ResourceSets.

idstring

The ResourceSet ID.

namestring

The name of the ResourceSet.

descriptionstring

The description of the ResourceSet.

creation_timestring

The date and time when the ResourceSet was created.

last_update_timestring

The date and time when the ResourceSet was last updated.

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"
  }
]