GET api/verwaltung/kategorie/{id}
Kategorie über die ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Kategorie| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| kuerzel | string |
None. |
|
| beitrag | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "a0292c82-1e7e-4fbd-81fe-13a3977b09b9",
"name": "sample string 2",
"kuerzel": "sample string 3",
"beitrag": 4.0
}