Get the specific type entry

get/types/{typeId}

Returns the specific type entry.

Request Samples

1

Response Samples

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

Path Parameters

NameTypeRequiredDescription
typeId
string
true

The unique identifier for the type entry.

Responses

StatusMeaningDescription
200OK

The request succeeded and the matching type is returned.

Schema