Skip Ribbon Commands
Skip to main content
Navigate Up
Sign In

MIT Navodila

:

projects

Authorization





​​Request information


Body parameters


​​Name ​Description ​Type ​Additional info
​status 0 - all projects; 1 - only updated or new ​string
 

​Request formats

{

    "status":"0"

}​




​Response information


​Response formats

​​Name ​Description ​Type ​Additional information
​id string​
​name ​string
​active ​0 - active; 9 - non active string​
 

​​​Confirmation response


{
    "project": [
        {
            "id""0000",
            "name""0000 Splošni projekt",
            "active""0"
        }
​ ]
}