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": [
"92a3e9ef-ed0d-466c-9462-8ec8f44a0a52",
"28d85935-2ea5-4d6d-9f98-fbd03e62c580"
],
"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>92a3e9ef-ed0d-466c-9462-8ec8f44a0a52</d2p1:guid>
<d2p1:guid>28d85935-2ea5-4d6d-9f98-fbd03e62c580</d2p1:guid>
</Value>
</ResultOfArrayOfguiduHEDJ7Dj>