GET api/Mitarbeiter2GeoZonen/{id}?benutzername={benutzername}&passwort={passwort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benutzername | string |
Required |
|
| passwort | string |
Required |
|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfListOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of globally unique identifier |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
"11aedfc7-86d3-4315-8687-e44be4e29aaa",
"319f6edf-32cf-4321-a40b-2320d6c1429a"
],
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfArrayOfguiduHEDJ7Dj 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.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>11aedfc7-86d3-4315-8687-e44be4e29aaa</d2p1:guid>
<d2p1:guid>319f6edf-32cf-4321-a40b-2320d6c1429a</d2p1:guid>
</Value>
</ResultOfArrayOfguiduHEDJ7Dj>