GET DataTypes?dataTypeId={dataTypeId}
Retrieves a data type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataTypeId |
Id of the data type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the data type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | DataType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"DataTypeId": "c89df52b-5b49-463a-a4a1-3a9b3a1f1056",
"Name": "sample string 1"
},
"Total": 1,
"Message": "sample string 1"
}