Check endpoint availability

head/sessions/{sessionId}/formats
Internal-Use Only

Determines whether the formats endpoint is available for a session.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Specifies the filter criteria for returned formats.

limit
integer
false

Specifies the maximum number of formats to return.

start
integer
false

Specifies the offset of the first format to return. The default value is 0.

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the desired format representation. The Accept-Item options are: application/vnd.sas.format+json application/vnd.sas.format.summary+json blank If the application/vnd.sas.format.summary+json type is specified or no Accept-Item header is specified, then the formats are returned as summary representation format objects.

Allowed values:
application/vnd.sas.format.summary+jsonapplication/vnd.sas.format+json

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.