Retrieve the project trades

Retrieve the trades for specific project with its UUID.

GET /aos/v1/projects/{projectId}/trades

Query params

Parameter Type Mandatory
projectId string (uuid) yes

Response

Status: 200 OK
{
  "trades": [
    {
      "id": "9774090a-333e-463e-8943-3ca21dc9d023",
      "name": "FONDATIONS SPECIALES",
      "short_name": "FOND SPEC",
      "number": "01"
    }
    // ...
  ]
}