Gets a collection of projects
GET {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects?lcid=<string>
Body
PARAM
Key | Datatype | Required | Description |
lcid
|
string | Language Id |
HEADERS
Key | Datatype | Required | Description |
Comos-API-Session
|
string | (Required) Comos SessionId that needs to be passed with every request except Login | |
Accept
|
string |
RESPONSES
status OK
[
{
"Name": "do",
"Description": "sunt",
"UID": "Lorem in ea",
"SystemFullName": "veniam anim non cillum irure"
},
{
"Name": "eiusmod dolore",
"Description": "incididunt aliqua dolore",
"UID": "tempor",
"SystemFullName": "dolor in anim"
}
] |
ENDPOINTS