GET api/Mitarbeiter?benutzername={benutzername}&passwort={passwort}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
benutzername

string

Required

passwort

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfListOfMitarbeiterDto
NameDescriptionTypeAdditional information
Value

Collection of MitarbeiterDto

None.

Success

boolean

None.

Alerts

Collection of Alert

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": [
    {
      "Id": "5e4b23e5-9e28-43e2-9e2e-64ca3f1116ca",
      "FirmenId": "bb600647-466b-4421-9900-e9017fb18120",
      "UserRechteId": "57242102-fd79-4ada-8391-08fd7dbda511",
      "Benutzername": "sample string 4",
      "Vorname": "sample string 5",
      "Nachname": "sample string 6",
      "Email": "sample string 7",
      "Gleitzeitsaldo": 8.1,
      "Feriensaldo": 9.1,
      "FremdId": "sample string 10",
      "IsGelöscht": true
    },
    {
      "Id": "5e4b23e5-9e28-43e2-9e2e-64ca3f1116ca",
      "FirmenId": "bb600647-466b-4421-9900-e9017fb18120",
      "UserRechteId": "57242102-fd79-4ada-8391-08fd7dbda511",
      "Benutzername": "sample string 4",
      "Vorname": "sample string 5",
      "Nachname": "sample string 6",
      "Email": "sample string 7",
      "Gleitzeitsaldo": 8.1,
      "Feriensaldo": 9.1,
      "FremdId": "sample string 10",
      "IsGelöscht": true
    }
  ],
  "Success": true,
  "Alerts": null
}

application/xml, text/xml

Sample:
<ResultOfArrayOfMitarbeiterDtoQ4WjWnJz 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:MitarbeiterDto>
      <d2p1:Benutzername>sample string 4</d2p1:Benutzername>
      <d2p1:Email>sample string 7</d2p1:Email>
      <d2p1:Feriensaldo>9.1</d2p1:Feriensaldo>
      <d2p1:FirmenId>bb600647-466b-4421-9900-e9017fb18120</d2p1:FirmenId>
      <d2p1:FremdId>sample string 10</d2p1:FremdId>
      <d2p1:Gleitzeitsaldo>8.1</d2p1:Gleitzeitsaldo>
      <d2p1:Id>5e4b23e5-9e28-43e2-9e2e-64ca3f1116ca</d2p1:Id>
      <d2p1:IsGelöscht>true</d2p1:IsGelöscht>
      <d2p1:Nachname>sample string 6</d2p1:Nachname>
      <d2p1:UserRechteId>57242102-fd79-4ada-8391-08fd7dbda511</d2p1:UserRechteId>
      <d2p1:Vorname>sample string 5</d2p1:Vorname>
    </d2p1:MitarbeiterDto>
    <d2p1:MitarbeiterDto>
      <d2p1:Benutzername>sample string 4</d2p1:Benutzername>
      <d2p1:Email>sample string 7</d2p1:Email>
      <d2p1:Feriensaldo>9.1</d2p1:Feriensaldo>
      <d2p1:FirmenId>bb600647-466b-4421-9900-e9017fb18120</d2p1:FirmenId>
      <d2p1:FremdId>sample string 10</d2p1:FremdId>
      <d2p1:Gleitzeitsaldo>8.1</d2p1:Gleitzeitsaldo>
      <d2p1:Id>5e4b23e5-9e28-43e2-9e2e-64ca3f1116ca</d2p1:Id>
      <d2p1:IsGelöscht>true</d2p1:IsGelöscht>
      <d2p1:Nachname>sample string 6</d2p1:Nachname>
      <d2p1:UserRechteId>57242102-fd79-4ada-8391-08fd7dbda511</d2p1:UserRechteId>
      <d2p1:Vorname>sample string 5</d2p1:Vorname>
    </d2p1:MitarbeiterDto>
  </Value>
</ResultOfArrayOfMitarbeiterDtoQ4WjWnJz>