Check for available columns in a table

head/sessions/{sessionId}/data/{libref}/{tableName}/columns

Determines whether the specified data set has access to columns.

Request Samples

1

Response Samples

1Not Available

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.

Query Parameters

NameTypeRequiredDescription
limit
integer
false

Specifies the maximum number of columns to return.

Default:
10
start
integer
false

Specifies the offset of the first column entry to return.

Default:
0

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
404Not Found

No session exists at the requested path.