Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following query parameters can be used: 


 

ParametersDescription
dimensionThe identifier of the dimension you want to search in. For example "advertiser".
searchOptional. Full text search in the list of names.


Code Block
{
    "response": {
        "status": "OK",
        "items": [
            {
                "id": "44487",
                "name": "Apple"
            },
            {
                "id": "51742",
                "name": "AT&T"
            },
            {
                "id": "78817",
                "name": "Budweiser"
            }
        ]
    },
    "audit": {
        "user": "Demo Summit",
        "user_id": "380"
    },
    "debug": {
        "parsetime": "53.217888",
        "now": "2014-07-08 12:51:20"
    },
    "csrf": "6a52d9d1781a16ede1f7f644107f2567"
}