Skip to main content
GET
/
projects
Get Projects
curl --request GET \
  --url https://api.projectcor.com/v1/projects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "client_id": 123,
    "template_id": 123,
    "status": "<string>",
    "health": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filters
string

JSON filters: {"dateStart":"2022-07-04","dateEnd":"2022-08-04","client_id":null,"team_id":null,"status":null|"finished"|"in_process"|"suspended","user_id":null,"health":null|1|2|3|4,"brand_id":null,"archived":1|2,"product_id":null}

Response

200 - application/json

List of projects

id
integer
name
string
client_id
integer
template_id
integer
status
string
health
integer