Get a container type by type
Get a Container Type
Authorizations
Path parameters
typestringRequired
Responses
200Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
get
GET /container-type/{type} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
"type": "text",
"description": "text",
"volume": 1,
"createdAt": null,
"updatedAt": null
}
Last updated