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": [
"9afa1f47-a0e0-4402-b3bc-e109aa1fdb71",
"bda71351-1d88-4aa4-b646-432bb70b1c13"
],
"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>9afa1f47-a0e0-4402-b3bc-e109aa1fdb71</d2p1:guid>
<d2p1:guid>bda71351-1d88-4aa4-b646-432bb70b1c13</d2p1:guid>
</Value>
</ResultOfArrayOfguiduHEDJ7Dj>