Properties
Detail about properties created in elyssa app
Last updated
Detail about properties created in elyssa app
Last updated
GET
/property/get_properties/{companyId}
List the properties that a company has registered in elyssa app; To improve performance, the information is paginated, the amount of data to be returned in each query is established
Each query returns a maximum of 20 properties
companyId
uuid
internal company id on elyssa app
page*
number
first page: 1
sorter*
string
Options: 'desc' or 'asc'
GET
/property/get_property_uuid/{propertyId}
All information about property with his inventories
propertyId*
uuid
Unique id of property
Read the documentation for the inventoryType attribute to understand the type of inventory present in the properties.
In the response for listing of all properties with information pagination, return the newOffset attribute, with this new value, can paginated the next properties. if the newOffset attribute is -1, is the last request can do to get data.