GET api/FirmaUserRechte?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
ResultOfListOfUserRechteDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of UserRechteDto |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"Id": "196de363-34a5-4237-99b9-5a99f833fda1",
"FirmaId": "c7ad4c6d-e895-472d-bfbc-3ce6b40daa6d",
"Name": "sample string 3",
"TageToEdit": 4,
"CanEdit": true,
"CanDelete": true,
"IsGelöscht": true
},
{
"Id": "196de363-34a5-4237-99b9-5a99f833fda1",
"FirmaId": "c7ad4c6d-e895-472d-bfbc-3ce6b40daa6d",
"Name": "sample string 3",
"TageToEdit": 4,
"CanEdit": true,
"CanDelete": true,
"IsGelöscht": true
}
],
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfArrayOfUserRechteDtoQ4WjWnJz 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:UserRechteDto>
<d2p1:CanDelete>true</d2p1:CanDelete>
<d2p1:CanEdit>true</d2p1:CanEdit>
<d2p1:FirmaId>c7ad4c6d-e895-472d-bfbc-3ce6b40daa6d</d2p1:FirmaId>
<d2p1:Id>196de363-34a5-4237-99b9-5a99f833fda1</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:TageToEdit>4</d2p1:TageToEdit>
</d2p1:UserRechteDto>
<d2p1:UserRechteDto>
<d2p1:CanDelete>true</d2p1:CanDelete>
<d2p1:CanEdit>true</d2p1:CanEdit>
<d2p1:FirmaId>c7ad4c6d-e895-472d-bfbc-3ce6b40daa6d</d2p1:FirmaId>
<d2p1:Id>196de363-34a5-4237-99b9-5a99f833fda1</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:TageToEdit>4</d2p1:TageToEdit>
</d2p1:UserRechteDto>
</Value>
</ResultOfArrayOfUserRechteDtoQ4WjWnJz>