Check access to data for a session
head/sessions/{sessionId}/data
Determines whether a session has a data endpoint available.
limit | integer | false | Specifies the maximum number of libraries to return. Default: 10 |
noCache | boolean | false | Specifies whether to force the library collection to be refreshed before it is returned. Default: false |
start | integer | false | Specifies the offset of the first library to return. Default: 0 |
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 |