Single object property
/objects/(type)/(objectid)/(version)/properties/(id)
A single property of an object.
Methods
GET
| Output: | PropertyValue |
| Retrieves a single property value |
PUT
Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.
| Input | PropertyValue |
| Output: | ExtendedObjectVersion |
| Sets a single property value |
DELETE
Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.
| Output: | ExtendedObjectVersion |
| Removes a single property value |