Check for available columns in a table

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

Determines whether the specified data set has access to columns.

Request Samples

1

Response Samples

1No example avaliable

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
200OKThe request succeeded.Headers
404Not FoundNo session exists at the requested path.