GET rights/getObjectTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ObjectType
NameDescriptionTypeAdditional information
ObjectTypeName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ObjectTypeName": "sample string 1"
  },
  {
    "ObjectTypeName": "sample string 1"
  }
]

text/html

Sample:
[{"ObjectTypeName":"sample string 1"},{"ObjectTypeName":"sample string 1"}]

application/xml, text/xml

Sample:
<ArrayOfObjectType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Rights">
  <ObjectType>
    <ObjectTypeName>sample string 1</ObjectTypeName>
  </ObjectType>
  <ObjectType>
    <ObjectTypeName>sample string 1</ObjectTypeName>
  </ObjectType>
</ArrayOfObjectType>