Retrieve the trades for specific project with its UUID.
GET /aos/v1/projects/{projectId}/trades
| Parameter | Type | Mandatory |
|---|---|---|
| projectId | string (uuid) | yes |
Status: 200 OK
{
"trades": [
{
"id": "9774090a-333e-463e-8943-3ca21dc9d023",
"name": "FONDATIONS SPECIALES",
"short_name": "FOND SPEC",
"number": "01"
}
// ...
]
}