Skip to main content

Find operations areas by predicate.

GET 

http://localhost:8081/api/v1/operationsArea

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

Request

Query Parameters

    predicate objectrequired
    pageable objectrequired

Responses

Success

Schema

  • Array [

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


Request Collapse all
Base URL
http://localhost:8081
Auth
Parameters
— queryrequired
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!