Check endpoint availability
head/sessions/{sessionId}/formats
Determines whether the formats endpoint is available for a session.
Name | Type | Required | Description |
---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
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. |
Name | Type | Required | Description |
---|---|---|---|
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 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. |