Check access to data for a session

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

Determines whether a session has a data endpoint available.

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
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

Header Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo resource exists at the requested path.