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": [
"60577044-2a09-4db4-b096-f1856fb679dc",
"138b43e1-63db-44d8-9596-5161108343cf"
],
"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>60577044-2a09-4db4-b096-f1856fb679dc</d2p1:guid>
<d2p1:guid>138b43e1-63db-44d8-9596-5161108343cf</d2p1:guid>
</Value>
</ResultOfArrayOfguiduHEDJ7Dj>