GET /ariel/parser_keywords

Retrieves keywords applicable to AQL Parser.

Retrieves AQL Parser set of keywords

Table 1. GET /ariel/parser_keywords resource details
MIME Type

application/json

Table 2. GET /ariel/parser_keywords request parameter details
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.

Table 3. GET /ariel/parser_keywords response codes
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"
    ]
}