Authorization
Request information
Body parameters
status |
0 - all projects; 1 - only updated or new |
string |
|
---|
Request formats
Response information
Response formats
id |
|
string |
|
name |
|
string |
|
active |
0 - active; 9 - non active |
string |
|
---|
Confirmation response
{
"project": [
{
"id": "0000",
"name": "0000 Splošni projekt",
"active": "0"
}
]
} |
|