Retrieve a strategy

head/strategies/{strategyId}

Retrieves the headers for a strategy with the given strategy identifier.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
strategyId
string
true

Specifies the identifier of the strategy.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No strategy exists at the requested path.

Schema