Get headers and verify that a function is available for locale

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

Returns header information and verifies that a function is available for a given locale, QKB, and context.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
contextName
string
true

Specifies the name of the execution environment.

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.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Specifies the session identifier.

Responses

StatusMeaningDescription
200OKThe request succeeded. The function exists and is supported by the specified QKB and locale.
404Not FoundThe requested function does not exist for the specified qkb and locale.