Check for a column in a table

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

Determines whether a specified data set has access to a column.

Request Samples

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

libref
string<object-id>
true

Specifies the libref for the request.

tableName
string
true

Specifies the table or data set to query.

columnName
string
true

Specifies the column name to check.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
404Not Found

No session exists at the requested path.