Get a source file or table

get/servers/{serverName}/caslibs/{caslibName}/sources/{sourceName}
Internal-Use Only

Retrieves information about a single source file or table.

Request Samples

1

Response Samples

1{
2 "attributes": {
3 "owner": "userId",
4 "permission": "-rwxr-xr-x",
5 "size": 18461,
6 "time": "24Oct2015:01:44:28"
7 },
8 "name": "counties.sashdat"
9}

Path Parameters

NameTypeRequiredDescription
caslibName
string
true

The Caslib name for which source tables are being requested.

serverName
string
true

Server name for which source tables are being requested.

sourceName
string
true

Source file or table name being requested.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Session ID (used when session-specific tables are also desired in results).

Responses

StatusMeaningDescription
200OKThe request succeeded. The source file or table information was returned.Schema
400Bad RequestThe request was invalid.Schema
404Not FoundThe requested CAS server or Caslib does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.