Retrieve scenario tags by domain
head/domains/{domainId}/scenarioTags
Retrieves the headers for scenario tags associated with the given domain using a standard filter.
| Name | Type | Required | Description |
|---|---|---|---|
domainId | string | true | Specifies the identifier for the domain. <= 36 characters |
| Name | Type | Required | Description |
|---|---|---|---|
filter | string | false | The criteria for filtering the items. See Filtering in REST APIs. |
limit | integer<int32> | false | Specifies the maximum number of items to return. The default value is 10. >= 1 Default: 10 |
sortBy | string | false | The criteria for sorting the items. See Sorting in REST APIs. |
start | integer<int32> | false | Specifies the index of the first item to return. The default value is 0. >= 0 Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No domain exists at the requested path. | Schema |