GET api/GeoZonen?benutzername={benutzername}&passwort={passwort}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
benutzername

string

Required

passwort

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfListOfGeoZoneDto
NameDescriptionTypeAdditional information
Value

Collection of GeoZoneDto

None.

Success

boolean

None.

Alerts

Collection of Alert

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "Id": "d21fe164-2dff-47c2-83bd-87f8bba8b9fd",
      "FirmaId": "3bb8c66e-5aad-4ded-b82d-c349062ef0ad",
      "Name": "sample string 3",
      "Lat": 4.1,
      "Lon": 5.1,
      "Radius": 6,
      "IsGelöscht": true
    },
    {
      "Id": "d21fe164-2dff-47c2-83bd-87f8bba8b9fd",
      "FirmaId": "3bb8c66e-5aad-4ded-b82d-c349062ef0ad",
      "Name": "sample string 3",
      "Lat": 4.1,
      "Lon": 5.1,
      "Radius": 6,
      "IsGelöscht": true
    }
  ],
  "Success": true,
  "Alerts": null
}

application/xml, text/xml

Sample:
<ResultOfArrayOfGeoZoneDtoQ4WjWnJz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Helpers">
  <Alerts i:nil="true" />
  <Success>true</Success>
  <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Dto">
    <d2p1:GeoZoneDto>
      <d2p1:FirmaId>3bb8c66e-5aad-4ded-b82d-c349062ef0ad</d2p1:FirmaId>
      <d2p1:Id>d21fe164-2dff-47c2-83bd-87f8bba8b9fd</d2p1:Id>
      <d2p1:IsGelöscht>true</d2p1:IsGelöscht>
      <d2p1:Lat>4.1</d2p1:Lat>
      <d2p1:Lon>5.1</d2p1:Lon>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:Radius>6</d2p1:Radius>
    </d2p1:GeoZoneDto>
    <d2p1:GeoZoneDto>
      <d2p1:FirmaId>3bb8c66e-5aad-4ded-b82d-c349062ef0ad</d2p1:FirmaId>
      <d2p1:Id>d21fe164-2dff-47c2-83bd-87f8bba8b9fd</d2p1:Id>
      <d2p1:IsGelöscht>true</d2p1:IsGelöscht>
      <d2p1:Lat>4.1</d2p1:Lat>
      <d2p1:Lon>5.1</d2p1:Lon>
      <d2p1:Name>sample string 3</d2p1:Name>
      <d2p1:Radius>6</d2p1:Radius>
    </d2p1:GeoZoneDto>
  </Value>
</ResultOfArrayOfGeoZoneDtoQ4WjWnJz>