Get information about a token

get/environments/{environmentName}/contexts/{contextName}/qkbs/{qkbName}/locales/{localeName}/functions/{functionName}/definitions/{definitionName}/tokens/{tokenName}

Returns information about a token from a specified QKB, locale, function, and definition.

Request Samples

Response Samples

1{
2 "version": 1,
3 "name": "PO Box",
4 "links": [
5 {
6 "method": "GET",
7 "rel": "self",
8 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA/functions/Match/definitions/Address/tokens/PO%20Box",
9 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA/functions/Match/definitions/Address/tokens/PO%20Box",
10 "type": "application/vnd.sas.data.quality.token"
11 },
12 {
13 "method": "GET",
14 "rel": "up",
15 "href": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA/functions/Match/definitions/Address/tokens",
16 "uri": "/dataQuality/environments/CAS/contexts/casqkb/qkbs/QKB_USPOCH/locales/ENUSA/functions/Match/definitions/Address/tokens",
17 "type": "application/vnd.sas.collection",
18 "itemType": "application/vnd.sas.data.quality.token"
19 }
20 ]
21}

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 locale and QKB.

definitionName
string
true

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

tokenName
string
true

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

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

Specifies the session identifier.

Responses

StatusMeaningDescription
200OK

The request succeeded. Token information was returned for the specified context.

Schema
404Not Found

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

Schema