GET api/Projekt/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Projekt| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Namn | string |
None. |
|
| Aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Namn": "sample string 2",
"Aktiv": true
}