Get the specific type entry

get/types/{typeId}
Internal-Use Only

Returns the specific type entry.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "id": "name",
4 "name": "Name",
5 "attributeType": "STRING",
6 "required": true,
7 "searchable": true
8}

Path Parameters

NameTypeRequiredDescription
typeId
string
true

The unique identifier for the type entry.

Responses

StatusMeaningDescription
200OKThe request succeeded and the matching type is returned.Schema