GET object_types/{name}

Gets the information of the object type with the specified name.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

The name of the object type.

string

Required

Body Parameters

None.

Response Information

Resource Description

ObjectTypeViewModel
NameDescriptionTypeAdditional 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"
}