List PointGroups
GET {{baseUrl}}/point-groups?page[size]=100&page[cursor]=<string>
List PointGroups
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":"/point-groups","next":"/point-groups?page[number]=1"},"data":[{"type":"PointGroup","id":"5a16e5da-0508-43fd-afb3-bfd007542b72","attributes":{"entity":{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"applicationFunction"},"name":"hvac 2134444","meta":{"createdAt":"1965-09-09T11:41:05.178Z","updatedAt":"2020-06-02T18:12:30.013Z","createdBy":"adsf","updatedBy":"adsf"}}},{"type":"PointGroup","id":"5a16e5da-0508-43fd-afb3-bfd007542b72","attributes":{"entity":{"id":"5a16e5da-0508-43fd-afb3-bfd007542b72","type":"applicationFunction"},"name":"hvac 2134444","meta":{"createdAt":"1973-07-14T05:11:08.256Z","updatedAt":"1990-10-14T01:04:50.945Z","createdBy":"adsf","updatedBy":"adsf"}}}]}