List Equipments
GET {{baseUrl}}/equipment?page[size]=100&page[cursor]=<string>
List Equipments
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page[size] | number | The numbers of items to return | |
page[cursor] | string | The page cursor |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"links":{"self":"/equipment","next":"/equipment?page[number]=1"},"data":[{"type":"Equipment","id":"5a16e5da-0508-43fd-afb3-bfd007542b72","attributes":{"name":"hvac 2134444","notes":"HVAC controller","externalId":"789987987","serialNumber":"AB123456","model":"940","manufacturingYear":"1969","manufacturedBy":"1969","installationDate":"Rev5b"},"relationships":{"hasEquipmentType":{"data":{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"EquipmentType"}},"isControlledBy":{"data":[{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Device"},{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Device"}]},"isPartOf":{"data":{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Equipment"}},"feeds":{"data":[{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Equipment"},{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Equipment"}]},"hasLocation":{"data":{"id":"43997b3e-fe5a-4053-ab90-ed218faa164f","type":"Location"}}},"meta":{"createdAt":"1974-08-09T11:42:22.642Z","updatedAt":"1999-05-14T12:20:33.327Z","createdBy":"adsf","updatedBy":"adsf"}},{"type":"Equipment","id":"5a16e5da-0508-43fd-afb3-bfd007542b72","attributes":{"name":"hvac 2134444","notes":"HVAC controller","externalId":"789987987","serialNumber":"AB123456","model":"940","manufacturingYear":"1969","manufacturedBy":"1969","installationDate":"Rev5b"},"relationships":{"hasEquipmentType":{"data":{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"EquipmentType"}},"isControlledBy":{"data":[{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Device"},{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Device"}]},"isPartOf":{"data":{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Equipment"}},"feeds":{"data":[{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Equipment"},{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"Equipment"}]},"hasLocation":{"data":{"id":"43997b3e-fe5a-4053-ab90-ed218faa164f","type":"Location"}}},"meta":{"createdAt":"1952-10-06T18:51:41.177Z","updatedAt":"1952-09-08T10:18:46.009Z","createdBy":"adsf","updatedBy":"adsf"}}]}