Skip to main content

Find gateways by predicate and given Operations Area.

GET 

/api/v1/operationsArea/:id/gateway

This endpoint retrieves all gateways that match the specified predicate and Operations Area. By default, it returns the first 20 records. Additional records can be obtained using the 'page' and 'size' parameters.

Request

Path Parameters

    id int64required

Query Parameters

    pageable objectrequired

Responses

Success

Schema

  • Array [

  • id int64
    macAddress string

    operationsArea

    object

    id int64
    name string
    latitude double
    longitude double
    altitude double
    radius double
  • ]

Loading...