Retrieve a scenario tag

head/scenarioTags/{scenarioTagId}

Retrieves the header for the scenario tag with the given identifier.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
scenarioTagId
string
true

Specifies the identifier for the given scenario tag.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No scenario tag exists at the requested path.

Schema