GET api/Taetigkeit?benutzername={benutzername}&passwort={passwort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benutzername | string |
Required |
|
| passwort | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfListOfTaetigkeitDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of TaetigkeitDto |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"Id": "52a23d5f-3847-4fd7-81c0-dd2beb090bb5",
"Name": "sample string 2",
"Beschreibung": "sample string 3",
"Kostenträger": 4,
"IsGelöscht": true
},
{
"Id": "52a23d5f-3847-4fd7-81c0-dd2beb090bb5",
"Name": "sample string 2",
"Beschreibung": "sample string 3",
"Kostenträger": 4,
"IsGelöscht": true
}
],
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfArrayOfTaetigkeitDtoQ4WjWnJz 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:TaetigkeitDto>
<d2p1:Beschreibung>sample string 3</d2p1:Beschreibung>
<d2p1:Id>52a23d5f-3847-4fd7-81c0-dd2beb090bb5</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:Kostenträger>4</d2p1:Kostenträger>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:TaetigkeitDto>
<d2p1:TaetigkeitDto>
<d2p1:Beschreibung>sample string 3</d2p1:Beschreibung>
<d2p1:Id>52a23d5f-3847-4fd7-81c0-dd2beb090bb5</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:Kostenträger>4</d2p1:Kostenträger>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:TaetigkeitDto>
</Value>
</ResultOfArrayOfTaetigkeitDtoQ4WjWnJz>