Object properties
/objects/(type)/(objectid)/(version)/properties
The properties of an object.
Methods
GET
Output: |
PropertyValue[] |
|
Retrieves the object properties |
Parameters: |
?forDisplay - If true, the response will be filtered and sorted for display. Each object has several built-in properties which usually aren’t shown to the user. This parameter can be used to leave those out. |
POST
Input |
PropertyValue[] |
Output: |
ExtendedObjectVersion |
|
Sets the posted properties on the object. If the object already has a value for the sent properties this value will be overridden. |
PUT
Sub-Resources