GET Settings

Get current user based on token.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A enumeration of SettingsRestResult objects.

SettingsRestResult
NameDescriptionTypeAdditional information
RestItems

Collection of UserRestItem objects.

Collection of SettingsRestItem

None.

Response Formats

application/json, text/json

Sample:
{
  "RestItems": [
    {
      "SettingId": 1,
      "UserId": 2,
      "MapType": 64,
      "HasAdvancedIconEnabled": true,
      "HasMapControlsEnabled": true,
      "HasAutoSelectEnabled": true,
      "HasMarkerManagerEnabled": true,
      "HasTrafficLayerEnabled": true,
      "HasWeatherLayerEnabled": true,
      "HasIconEnabled": true,
      "HasAutoZoomMapEnabled": true,
      "LabelOptions": 12,
      "CalloutOptions": 13,
      "SidebarOptions": 14,
      "HideLabel": true,
      "RepeatShowDate": true,
      "StickyHeaders": true,
      "SortOn": 18
    },
    {
      "SettingId": 1,
      "UserId": 2,
      "MapType": 64,
      "HasAdvancedIconEnabled": true,
      "HasMapControlsEnabled": true,
      "HasAutoSelectEnabled": true,
      "HasMarkerManagerEnabled": true,
      "HasTrafficLayerEnabled": true,
      "HasWeatherLayerEnabled": true,
      "HasIconEnabled": true,
      "HasAutoZoomMapEnabled": true,
      "LabelOptions": 12,
      "CalloutOptions": 13,
      "SidebarOptions": 14,
      "HideLabel": true,
      "RepeatShowDate": true,
      "StickyHeaders": true,
      "SortOn": 18
    }
  ]
}

application/xml, text/xml

Sample:
<SettingsRestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api360.Models">
  <RestItems>
    <SettingsRestItem>
      <CalloutOptions>13</CalloutOptions>
      <HasAdvancedIconEnabled>true</HasAdvancedIconEnabled>
      <HasAutoSelectEnabled>true</HasAutoSelectEnabled>
      <HasAutoZoomMapEnabled>true</HasAutoZoomMapEnabled>
      <HasIconEnabled>true</HasIconEnabled>
      <HasMapControlsEnabled>true</HasMapControlsEnabled>
      <HasMarkerManagerEnabled>true</HasMarkerManagerEnabled>
      <HasTrafficLayerEnabled>true</HasTrafficLayerEnabled>
      <HasWeatherLayerEnabled>true</HasWeatherLayerEnabled>
      <HideLabel>true</HideLabel>
      <LabelOptions>12</LabelOptions>
      <MapType>64</MapType>
      <RepeatShowDate>true</RepeatShowDate>
      <SettingId>1</SettingId>
      <SidebarOptions>14</SidebarOptions>
      <SortOn>18</SortOn>
      <StickyHeaders>true</StickyHeaders>
      <UserId>2</UserId>
    </SettingsRestItem>
    <SettingsRestItem>
      <CalloutOptions>13</CalloutOptions>
      <HasAdvancedIconEnabled>true</HasAdvancedIconEnabled>
      <HasAutoSelectEnabled>true</HasAutoSelectEnabled>
      <HasAutoZoomMapEnabled>true</HasAutoZoomMapEnabled>
      <HasIconEnabled>true</HasIconEnabled>
      <HasMapControlsEnabled>true</HasMapControlsEnabled>
      <HasMarkerManagerEnabled>true</HasMarkerManagerEnabled>
      <HasTrafficLayerEnabled>true</HasTrafficLayerEnabled>
      <HasWeatherLayerEnabled>true</HasWeatherLayerEnabled>
      <HideLabel>true</HideLabel>
      <LabelOptions>12</LabelOptions>
      <MapType>64</MapType>
      <RepeatShowDate>true</RepeatShowDate>
      <SettingId>1</SettingId>
      <SidebarOptions>14</SidebarOptions>
      <SortOn>18</SortOn>
      <StickyHeaders>true</StickyHeaders>
      <UserId>2</UserId>
    </SettingsRestItem>
  </RestItems>
</SettingsRestResult>