Get headers and verify that a token exists in a given definition

head/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}/locales/{localeName}/functions/{functionName}/definitions/{definitionName}/tokens/{tokenName}
Internal-Use Only

Returns header information and verifies that a token exists in a specified data quality definition.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
contextName
string
true

Specifies the name of the execution environment.

definitionName
string
true

Specifies the name of the data quality definition that is supported by the specified QKB and locale.

environmentName
string
true

Specifies the name of the execution environment.

functionName
string
true

Specifies the name of the function that is supported by the specified QKB and locale.

localeName
string
true

Specifies the name of the locale that is supported by the specified QKB.

qkbName
string
true

Specifies the name of the QKB in the specified execution environment.

tokenName
string
true

Specifies the name of the token for the specified function, definition, locale, and QKB.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Specifies the session identifier.

Responses

StatusMeaningDescription
200OKThe request succeeded. The token exists in the specified context.
404Not FoundThe requested token does not exist for the specified qkb, locale, function and definition.