GET-api/master/projects

GET-api/master/projects

Authorization

Bearer Token

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"

        }

 ]

}

V tem prispevku