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": [
"6477e24b-f61e-4c0a-bf92-afb56ae8b4b6",
"e0ef043f-9700-43bf-a9c4-ff21bc9ce03e"
],
"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>6477e24b-f61e-4c0a-bf92-afb56ae8b4b6</d2p1:guid>
<d2p1:guid>e0ef043f-9700-43bf-a9c4-ff21bc9ce03e</d2p1:guid>
</Value>
</ResultOfArrayOfguiduHEDJ7Dj>