Get a container type by type

Get a Container Type

get

Get a Container Type

Authorizations
Path parameters
typestringRequired
Responses
200Success
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