GET api/Projekt
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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
},
{
"ID": 1,
"Namn": "sample string 2",
"Aktiv": true
}
]