FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   10.5   R E S T   L O O K U P   U T I L I T Y

Get MRI Groups Endpoint

Gets the list of all available MRI groups.

 

Availability: Business Analyst Server.

 

URL Example

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetMRIGroups/execute

Parameters

Parameter

Description

ActiveDatasetID (optional)

ID of the active dataset. Type string.

Default: ID of the first available dataset.

f (optional)

Response format. Type string. Available formats: HTML, JSON, XML.

Default: HTML.

token

Authentication token. This parameter is required if your Business Analyst Server is secured. Type string.

Returns

Array of string containing the list of all available MRI groups.

Remarks

The Mediamark Research, Inc. (MRI) groups can be used with the Understanding Target Customers endpoint to understand defined target segments.

Example Usage

The example below requests a list of Mediamark Research, Inc. (MRI) variables that are available to select when executing the Understanding Target Customers endpoint.

 

Request

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetMRIGroups/execute?
f=PJSON

 

Response

{
  "results":
  [
    {
      "paramName":"OutputString",
      "dataType":"GPString",
      "value":"Alcoholic Beverages"
    },
    ...
    {
      "paramName":"OutputString",
      "dataType":"GPString",
      "value":"Yellow Pages"
    }
  ],
  "messages":
  [
  ]
}

 

NOTE: The response has been abbreviated where "..." is noted.

 

See Also

Understanding Target Customers Endpoint

Business Analyst Server REST Reference