GET MapProvider

Get the MapProviders for the current user

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResellerMapsRestResult
NameDescriptionTypeAdditional information
RestItems

Collection of ResellerMapRestItem

None.

Response Formats

application/json, text/json

Sample:
{
  "RestItems": [
    {
      "MapType": 1,
      "Priority": 1,
      "License": "sample string 2",
      "LabelResourceKey": "sample string 3",
      "ResellerSpecificLabelResourceKey": "sample string 4"
    },
    {
      "MapType": 1,
      "Priority": 1,
      "License": "sample string 2",
      "LabelResourceKey": "sample string 3",
      "ResellerSpecificLabelResourceKey": "sample string 4"
    }
  ],
  "ResellerMapRestItems": [
    {
      "MapType": 1,
      "Priority": 1,
      "License": "sample string 2",
      "LabelResourceKey": "sample string 3",
      "ResellerSpecificLabelResourceKey": "sample string 4"
    },
    {
      "MapType": 1,
      "Priority": 1,
      "License": "sample string 2",
      "LabelResourceKey": "sample string 3",
      "ResellerSpecificLabelResourceKey": "sample string 4"
    }
  ]
}

application/xml, text/xml

Sample:
<ResellerMapsRestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api360.Models">
  <ResellerMapRestItems>
    <ResellerMapRestItem>
      <LabelResourceKey>sample string 3</LabelResourceKey>
      <License>sample string 2</License>
      <MapType>Wiki</MapType>
      <Priority>1</Priority>
      <ResellerSpecificLabelResourceKey>sample string 4</ResellerSpecificLabelResourceKey>
    </ResellerMapRestItem>
    <ResellerMapRestItem>
      <LabelResourceKey>sample string 3</LabelResourceKey>
      <License>sample string 2</License>
      <MapType>Wiki</MapType>
      <Priority>1</Priority>
      <ResellerSpecificLabelResourceKey>sample string 4</ResellerSpecificLabelResourceKey>
    </ResellerMapRestItem>
  </ResellerMapRestItems>
  <RestItems>
    <ResellerMapRestItem>
      <LabelResourceKey>sample string 3</LabelResourceKey>
      <License>sample string 2</License>
      <MapType>Wiki</MapType>
      <Priority>1</Priority>
      <ResellerSpecificLabelResourceKey>sample string 4</ResellerSpecificLabelResourceKey>
    </ResellerMapRestItem>
    <ResellerMapRestItem>
      <LabelResourceKey>sample string 3</LabelResourceKey>
      <License>sample string 2</License>
      <MapType>Wiki</MapType>
      <Priority>1</Priority>
      <ResellerSpecificLabelResourceKey>sample string 4</ResellerSpecificLabelResourceKey>
    </ResellerMapRestItem>
  </RestItems>
</ResellerMapsRestResult>