GET api/Firma?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
ResultOfListOfFirmaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of FirmaDto |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": [
{
"Id": "fafc421a-9b4e-4083-b1df-9f49fa14c62b",
"LizenzId": "0c8f65dc-5188-4ad1-9e7b-d06ee7585a22",
"Name": "sample string 3",
"Benutzername": "sample string 4",
"LizenzAblaufDate": "2026-07-05T00:37:36.6403486+02:00",
"IsGelöscht": true
},
{
"Id": "fafc421a-9b4e-4083-b1df-9f49fa14c62b",
"LizenzId": "0c8f65dc-5188-4ad1-9e7b-d06ee7585a22",
"Name": "sample string 3",
"Benutzername": "sample string 4",
"LizenzAblaufDate": "2026-07-05T00:37:36.6403486+02:00",
"IsGelöscht": true
}
],
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfArrayOfFirmaDtoQ4WjWnJz 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:FirmaDto>
<d2p1:Benutzername>sample string 4</d2p1:Benutzername>
<d2p1:Id>fafc421a-9b4e-4083-b1df-9f49fa14c62b</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:LizenzAblaufDate>2026-07-05T00:37:36.6403486+02:00</d2p1:LizenzAblaufDate>
<d2p1:LizenzId>0c8f65dc-5188-4ad1-9e7b-d06ee7585a22</d2p1:LizenzId>
<d2p1:Name>sample string 3</d2p1:Name>
</d2p1:FirmaDto>
<d2p1:FirmaDto>
<d2p1:Benutzername>sample string 4</d2p1:Benutzername>
<d2p1:Id>fafc421a-9b4e-4083-b1df-9f49fa14c62b</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:LizenzAblaufDate>2026-07-05T00:37:36.6403486+02:00</d2p1:LizenzAblaufDate>
<d2p1:LizenzId>0c8f65dc-5188-4ad1-9e7b-d06ee7585a22</d2p1:LizenzId>
<d2p1:Name>sample string 3</d2p1:Name>
</d2p1:FirmaDto>
</Value>
</ResultOfArrayOfFirmaDtoQ4WjWnJz>