Retrieve strategies by domain

head/domains/{domainId}/strategies

Retrieve the headers for strategies associated with the given domain and using a standard filter.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
domainId
string
true

Specifies the identifier for the domain.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
filter
string
false

The criteria for filtering the items. See Filtering in REST APIs.

<= 1000 characters
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.

<= 1000 characters
Default:
creationTimeStamp:descending
start
integer<int32>
false

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

>= 0
Default:
0

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigation.triage.strategy+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No domain exists at the requested path.

Schema
500Internal Server Error

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

Schema