Get a summary of a data set

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

Returns summary information about a data set.

Request Samples

1

Response Samples

1{
2 "id": "AFGHANISTAN",
3 "links": [
4 {
5 "href": "/compute/sessions/RKEY-ses0000/data/MAPSGFK/AFGHANISTAN",
6 "method": "GET",
7 "rel": "self",
8 "type": "application/vnd.sas.compute.data.table",
9 "uri": "/compute/sessions/RKEY-ses0000/data/MAPSGFK/AFGHANISTAN"
10 }
11 ],
12 "name": "AFGHANISTAN",
13 "version": 1
14}

Path Parameters

NameTypeRequiredDescription
libref
string<object-id>
true

Specifies the libref for the request.

sessionId
string<object-id>
true

Specifies the ID of the session.

tableName
string<object-id>
true

Specifies the table or data set to query.

Responses

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