GET api/ZeitEintrag?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
ResultOfListOfConnectedZeitEintrag| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of ConnectedZeitEintrag |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"Date": "2026-08-27T21:36:58.8893602+02:00",
"KommenId": "2442c174-8ec1-49d7-93a1-49134ccd646c",
"GehenId": "4eaade7f-ab75-4683-80e1-0b683ef5a452",
"Kommen": "2026-08-27T21:36:58.8893602+02:00",
"Gehen": "2026-08-27T21:36:58.8893602+02:00",
"KommenManuell": true,
"GehenManuell": true,
"Fehlerhaft": true,
"Dauer": "00:00:00.1234567",
"Tätigkeit": "sample string 4",
"TätigkeitId": "e7903ce2-d55c-4b08-b068-a066f619f145"
},
{
"Date": "2026-08-27T21:36:58.8893602+02:00",
"KommenId": "2442c174-8ec1-49d7-93a1-49134ccd646c",
"GehenId": "4eaade7f-ab75-4683-80e1-0b683ef5a452",
"Kommen": "2026-08-27T21:36:58.8893602+02:00",
"Gehen": "2026-08-27T21:36:58.8893602+02:00",
"KommenManuell": true,
"GehenManuell": true,
"Fehlerhaft": true,
"Dauer": "00:00:00.1234567",
"Tätigkeit": "sample string 4",
"TätigkeitId": "e7903ce2-d55c-4b08-b068-a066f619f145"
}
],
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfArrayOfConnectedZeitEintragQ4WjWnJz 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:ConnectedZeitEintrag>
<d2p1:Date>2026-08-27T21:36:58.8893602+02:00</d2p1:Date>
<d2p1:Dauer>PT0.1234567S</d2p1:Dauer>
<d2p1:Fehlerhaft>true</d2p1:Fehlerhaft>
<d2p1:Gehen>2026-08-27T21:36:58.8893602+02:00</d2p1:Gehen>
<d2p1:GehenId>4eaade7f-ab75-4683-80e1-0b683ef5a452</d2p1:GehenId>
<d2p1:GehenManuell>true</d2p1:GehenManuell>
<d2p1:Kommen>2026-08-27T21:36:58.8893602+02:00</d2p1:Kommen>
<d2p1:KommenId>2442c174-8ec1-49d7-93a1-49134ccd646c</d2p1:KommenId>
<d2p1:KommenManuell>true</d2p1:KommenManuell>
<d2p1:Tätigkeit>sample string 4</d2p1:Tätigkeit>
<d2p1:TätigkeitId>e7903ce2-d55c-4b08-b068-a066f619f145</d2p1:TätigkeitId>
</d2p1:ConnectedZeitEintrag>
<d2p1:ConnectedZeitEintrag>
<d2p1:Date>2026-08-27T21:36:58.8893602+02:00</d2p1:Date>
<d2p1:Dauer>PT0.1234567S</d2p1:Dauer>
<d2p1:Fehlerhaft>true</d2p1:Fehlerhaft>
<d2p1:Gehen>2026-08-27T21:36:58.8893602+02:00</d2p1:Gehen>
<d2p1:GehenId>4eaade7f-ab75-4683-80e1-0b683ef5a452</d2p1:GehenId>
<d2p1:GehenManuell>true</d2p1:GehenManuell>
<d2p1:Kommen>2026-08-27T21:36:58.8893602+02:00</d2p1:Kommen>
<d2p1:KommenId>2442c174-8ec1-49d7-93a1-49134ccd646c</d2p1:KommenId>
<d2p1:KommenManuell>true</d2p1:KommenManuell>
<d2p1:Tätigkeit>sample string 4</d2p1:Tätigkeit>
<d2p1:TätigkeitId>e7903ce2-d55c-4b08-b068-a066f619f145</d2p1:TätigkeitId>
</d2p1:ConnectedZeitEintrag>
</Value>
</ResultOfArrayOfConnectedZeitEintragQ4WjWnJz>