This is an old revision of the document!
Point Lists
Point lists are a list of valid combinations of asset and property.
They are most often created with the POINTS command, or the VALUES macro, combining a list of properties with a list of assets.
When returned as a JSON object, each point will contain…
| Name | Meaning |
|---|---|
| assetid | The ARDI ID number of the asset |
| assetname | The name or ERN of the asset |
| propertyid | The ARDI ID number of the property |
| propertyname | The name of the property |
| propertytype | The type name of the property |
| map | (Optional) A guide to converting the value from a number to a string |
| units | (Optional) A string to attach to the end of the raw value |
| value | A human-readable version of the value |
| rawvalue | A numeric, computer-readable version of the value |
| history | (Optional) A list of key-value pairs containing the requested history |