Retrieve a collection of scenarios

head/strategies/{strategyId}/scenarios

Retrieves the headers for a collection of scenarios with a given strategy identifier.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
strategyId
string
true

Specifies the identifier of the strategy from which to retrieve the scenarios.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

Specifies the maximum number of items to return. The default value is 10.

>= 1
Default:
10
start
integer<int32>
false

Specifies the index of the first item to return. The default value is 0.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema