GET api/LastZeitEintrag?firmaBenutzername={firmaBenutzername}&benutzername={benutzername}&passwort={passwort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| firmaBenutzername | string |
Required |
|
| benutzername | string |
Required |
|
| passwort | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfConnectedZeitEintrag| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | ConnectedZeitEintrag |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": {
"Date": "2025-12-06T04:30:28.7650714+01:00",
"KommenId": "fcba10de-e98f-4d73-bf4c-a912e5155a73",
"GehenId": "e1924df9-6ba2-4eaa-8538-1fa8cbdeb9a8",
"Kommen": "2025-12-06T04:30:28.7650714+01:00",
"Gehen": "2025-12-06T04:30:28.7650714+01:00",
"KommenManuell": true,
"GehenManuell": true,
"Fehlerhaft": true,
"Dauer": "00:00:00.1234567",
"Tätigkeit": "sample string 4",
"TätigkeitId": "00090ed8-b43b-48ba-b8d0-63e6f3d6bb87"
},
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfConnectedZeitEintragQ4WjWnJz 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:Date>2025-12-06T04:30:28.7650714+01:00</d2p1:Date>
<d2p1:Dauer>PT0.1234567S</d2p1:Dauer>
<d2p1:Fehlerhaft>true</d2p1:Fehlerhaft>
<d2p1:Gehen>2025-12-06T04:30:28.7650714+01:00</d2p1:Gehen>
<d2p1:GehenId>e1924df9-6ba2-4eaa-8538-1fa8cbdeb9a8</d2p1:GehenId>
<d2p1:GehenManuell>true</d2p1:GehenManuell>
<d2p1:Kommen>2025-12-06T04:30:28.7650714+01:00</d2p1:Kommen>
<d2p1:KommenId>fcba10de-e98f-4d73-bf4c-a912e5155a73</d2p1:KommenId>
<d2p1:KommenManuell>true</d2p1:KommenManuell>
<d2p1:Tätigkeit>sample string 4</d2p1:Tätigkeit>
<d2p1:TätigkeitId>00090ed8-b43b-48ba-b8d0-63e6f3d6bb87</d2p1:TätigkeitId>
</Value>
</ResultOfConnectedZeitEintragQ4WjWnJz>