GET /ariel/parser_keywords
Retrieves keywords applicable to AQL Parser.
Retrieves AQL Parser set of keywords
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
fields |
query |
Optional |
String |
text/plain |
Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas. |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
AQL Parser information retrieved |
Response Description
Information about the AQL Parser.
Response Sample
{
"keywords": [
"String"
],
"where_clause_keywords": [
"String"
]
}