Get Catalogue By Id
Get Catalogue By Id
Path Parameters
catalogue_id uuid required
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
name Name required
id uuid required
created_at date-time required
update_at Update At
{ "name": "string", "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "created_at": "2025-01-10T08:50:51.534Z", "update_at": "string" }
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...