Data API: Properties Methods
Name | Method / Path / Description |
---|---|
get | GET /properties/{entity}/types/{type} Retrieves property records for the specified entity and type. |
query | POST /properties/query Retrieves property records matching specified filters. |
get types | GET /properties/{entity}/types Retrieves an array of property types for the entity. |
insert | POST /properties/insert Inserts an array of properties. |
delete | POST /properties/delete Deletes property records that match specified filters. |