GET api/v2/observations/types

Get all available entity observation types in the tagVUE system (seen, moved, inventoried etc...)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ObservationTypes
NameDescriptionTypeAdditional information
observation-types

Observation type list

Collection of string

None.

Response Formats

application/xml, text/xml

Sample:
<observation-type-list xmlns="urn:tagvue:am">
  <observation-type>sample string 1</observation-type>
  <observation-type>sample string 2</observation-type>
</observation-type-list>

application/json, text/json

Sample:
{
  "observation-types": [
    "sample string 1",
    "sample string 2"
  ]
}