Get the specific type entry
get/types/{typeId}
Returns the specific type entry.
1{2 "value": {3 "version": 1,4 "id": "name",5 "name": "Name",6 "attributeType": "STRING",7 "required": true,8 "searchable": true9 }10}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded and the matching type is returned. | Schema |