get https://api.next-tech.com/v1/project//status/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/project/project_id/status/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
16{
"items": [
{
"id": 5,
"created": "2025-04-11T17:50:32.935Z",
"createduserid": 3,
"code": 25,
"name": "Ordered",
"projectid": 123
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}