Retrieve project statuses
Get project statuses
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"statuses": [
{
"statusId": 1,
"statusName": "Created"
},
{
"statusId": 2,
"statusName": "In Review"
},
{
"statusId": 3,
"statusName": "In Negotiation"
},
{
"statusId": 4,
"statusName": "Rejected"
},
{
"statusId": 5,
"statusName": "Greenlit"
}
]
}Last updated
Was this helpful?

