GET api/ZeitEintragEinzel?benutzername={benutzername}&passwort={passwort}&mitarbeiterId={mitarbeiterId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benutzername | string |
Required |
|
| passwort | string |
Required |
|
| mitarbeiterId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfListOfZeitEintragDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of ZeitEintragDto |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"Id": "0f0f746f-fee5-43b1-8863-51987a9c243f",
"MitarbeiterId": "0329b925-2e64-498c-8164-0965cd668a07",
"FirmaId": "f5060f02-7d4c-47f0-b279-6ad2616bfa9f",
"TätigkeitId": "3f1e8e83-3c1a-4921-b523-c5f29a2f3895",
"Zeit": "2026-05-14T12:35:34.3029976+02:00",
"Lat": 6.1,
"Lon": 7.1,
"VerbuchungsNr": 8,
"Art": true,
"Fehlerhaft": true,
"IsInGeoZone": true,
"IsGelöscht": true,
"IsAbgeholt": true,
"Manuell": true
},
{
"Id": "0f0f746f-fee5-43b1-8863-51987a9c243f",
"MitarbeiterId": "0329b925-2e64-498c-8164-0965cd668a07",
"FirmaId": "f5060f02-7d4c-47f0-b279-6ad2616bfa9f",
"TätigkeitId": "3f1e8e83-3c1a-4921-b523-c5f29a2f3895",
"Zeit": "2026-05-14T12:35:34.3029976+02:00",
"Lat": 6.1,
"Lon": 7.1,
"VerbuchungsNr": 8,
"Art": true,
"Fehlerhaft": true,
"IsInGeoZone": true,
"IsGelöscht": true,
"IsAbgeholt": true,
"Manuell": true
}
],
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfArrayOfZeitEintragDtoQ4WjWnJz 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.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Dto">
<d2p1:ZeitEintragDto>
<d2p1:Art>true</d2p1:Art>
<d2p1:Fehlerhaft>true</d2p1:Fehlerhaft>
<d2p1:FirmaId>f5060f02-7d4c-47f0-b279-6ad2616bfa9f</d2p1:FirmaId>
<d2p1:Id>0f0f746f-fee5-43b1-8863-51987a9c243f</d2p1:Id>
<d2p1:IsAbgeholt>true</d2p1:IsAbgeholt>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:IsInGeoZone>true</d2p1:IsInGeoZone>
<d2p1:Lat>6.1</d2p1:Lat>
<d2p1:Lon>7.1</d2p1:Lon>
<d2p1:Manuell>true</d2p1:Manuell>
<d2p1:MitarbeiterId>0329b925-2e64-498c-8164-0965cd668a07</d2p1:MitarbeiterId>
<d2p1:TätigkeitId>3f1e8e83-3c1a-4921-b523-c5f29a2f3895</d2p1:TätigkeitId>
<d2p1:VerbuchungsNr>8</d2p1:VerbuchungsNr>
<d2p1:Zeit>2026-05-14T12:35:34.3029976+02:00</d2p1:Zeit>
</d2p1:ZeitEintragDto>
<d2p1:ZeitEintragDto>
<d2p1:Art>true</d2p1:Art>
<d2p1:Fehlerhaft>true</d2p1:Fehlerhaft>
<d2p1:FirmaId>f5060f02-7d4c-47f0-b279-6ad2616bfa9f</d2p1:FirmaId>
<d2p1:Id>0f0f746f-fee5-43b1-8863-51987a9c243f</d2p1:Id>
<d2p1:IsAbgeholt>true</d2p1:IsAbgeholt>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:IsInGeoZone>true</d2p1:IsInGeoZone>
<d2p1:Lat>6.1</d2p1:Lat>
<d2p1:Lon>7.1</d2p1:Lon>
<d2p1:Manuell>true</d2p1:Manuell>
<d2p1:MitarbeiterId>0329b925-2e64-498c-8164-0965cd668a07</d2p1:MitarbeiterId>
<d2p1:TätigkeitId>3f1e8e83-3c1a-4921-b523-c5f29a2f3895</d2p1:TätigkeitId>
<d2p1:VerbuchungsNr>8</d2p1:VerbuchungsNr>
<d2p1:Zeit>2026-05-14T12:35:34.3029976+02:00</d2p1:Zeit>
</d2p1:ZeitEintragDto>
</Value>
</ResultOfArrayOfZeitEintragDtoQ4WjWnJz>