Get QKB locale information

get/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}/locales/{localeName}
Internal-Use Only

Returns locale information for a specified QKB and execution environment.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "name": "ENUSA",
4 "description": "English (United States)",
5 "links": [
6 {
7 "method": "GET",
8 "rel": "self",
9 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA",
10 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA",
11 "type": "application/vnd.sas.data.quality.locale"
12 },
13 {
14 "method": "GET",
15 "rel": "up",
16 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales",
17 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales",
18 "type": "application/vnd.sas.collection",
19 "itemType": "application/vnd.sas.data.quality.locale"
20 },
21 {
22 "method": "GET",
23 "rel": "functions",
24 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA/functions",
25 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA/functions",
26 "type": "application/vnd.sas.collection",
27 "itemType": "application/vnd.sas.data.quality.function"
28 }
29 ]
30}

Path Parameters

NameTypeRequiredDescription
contextName
string
true

Specifies the name of the execution environment.

environmentName
string
true

Specifies the name of the execution environment.

localeName
string
true

Specifies the name of the locale in 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 ID.

Responses

StatusMeaningDescription
200OKThe request succeeded. Locale information was successfully returned.Schema
404Not FoundThe requested locale does not exist for the specified qkb.Schema