v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBType
Types.get
Returns Type with given id
get/entities/Types/{id}
Path parameters
idstring uuid required
ID of Type to retrieve
Response
Type data
Example response
{
"success": true,
"data": {
"id": "string",
"primitive_type": "blob",
"flag": 1,
"default_value": "string",
"container_size": 1
}
}