GET object_types/{name}
Gets the information of the object type with the specified name.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
The name of the object type. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ObjectTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Filterable |
|
| DisplayName | string |
None. |
|
| DisplayNameShort | string |
None. |
|
| SelfUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"displayName": "sample string 2",
"displayNameShort": "sample string 3",
"selfUrl": "sample string 4"
}