Get libref summary

get/sessions/{sessionId}/data/{libref}
Internal-Use Only

Returns summary information about a specified libref.

Request Samples

1

Response Samples

1{
2 "id": "SASHELP",
3 "links": [
4 {
5 "href": "/compute/sessions/912e75cb-3e8c-4466-a330-70742325cf71-ses0000/data/SASHELP",
6 "method": "GET",
7 "rel": "self",
8 "type": "application/vnd.sas.compute.library",
9 "uri": "/compute/sessions/912e75cb-3e8c-4466-a330-70742325cf71-ses0000/data/SASHELP"
10 }
11 ],
12 "name": "SASHELP",
13 "version": 1
14}

Path Parameters

NameTypeRequiredDescription
libref
string<object-id>
true

Specifies the libref to query.

sessionId
string<object-id>
true

Specifies the ID of the session.

Responses

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