Get headers and verify that a definition exists

head/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}/locales/{localeName}/functions/{functionName}/definitions/{definitionName}

Returns header information and verifies that a definition exists in a given QKB and locale.

Request Samples

Path Parameters

NameTypeRequiredDescription
environmentName
string
true

Specifies the name of the execution environment.

contextName
string
true

Specifies the name of the execution environment.

qkbName
string
true

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

localeName
string
true

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

functionName
string
true

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

definitionName
string
true

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

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Specifies the session identifier.

Responses

StatusMeaningDescription
200OK

The request succeeded. The data quality definition exists in the specified context.

404Not Found

The requested definition does not exist for the specified qkb, locale and function.