Check access to data for a session
head/sessions/{sessionId}/data
Determines whether a session has a data endpoint available.
Name | Type | Required | Description |
---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
noCache | boolean | false | Specifies whether to force the library collection to be refreshed before it is returned. Default: false |
limit | integer | false | Specifies the maximum number of libraries to return. Default: 10 |
start | integer | false | Specifies the offset of the first library to return. Default: 0 |
Name | Type | Required | Description |
---|---|---|---|
Accept-Item | string | false | Specifies the desired library representation. The Accept-Item options are: application/vnd.sas.compute.library+json application/vnd.sas.compute.library.summary+json blank If the application/vnd.sas.compute.library.summary+json type is specified or no Accept-Item header is specified, then the libraries are returned as summary representation library objects. Allowed values: application/vnd.sas.compute.library+jsonapplication/vnd.sas.compute.library.summary+json |