Check for a column in a table

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

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

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
columnName
string
true

Specifies the column name to check.

libref
string<object-id>
true

Specifies the libref for the request.

sessionId
string<object-id>
true

Specifies the ID of the session.

tableName
string
true

Specifies the table or data set to query.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo session exists at the requested path.