GetTags
GET /api/trailer/{trailerId}/tag
curl \
-X GET http://127.0.0.1:8080/api/trailer/{trailerId}/tag
Response examples (200)
[
{
"associated_at": "2024-05-04T09:42:00+00:00",
"color": "string",
"created_at": "2024-05-04T09:42:00+00:00",
"id": 42,
"last_modified_at": "2024-05-04T09:42:00+00:00",
"name": "string"
}
]