Skip to main content
POST
List registrations (paged)

Body

application/json

Paginated listing request for alarm registrations.

pageNumber
integer<int32>

Page number (starts from 0)

Required range: x >= 0
Example:

0

pageSize
integer<int32>

Page size

Required range: 1 <= x <= 100
Example:

10

filterByRecipientIds
string[]

Filter by Recipient Ids

Example:
filterByBoundary
object

Filter by Boundary

accountId
string<uuid>

Account UUID

Example:

"1c7f1d3d-7f06-4f40-8e9c-33b1c3f6c2e0"

Response

OK

Paginated result set of alarm registrations.

registrations
object[]

Registration List

totalRecords
integer<int32>

Total number of records

Example:

123

pageNumber
integer<int32>

Current page number

Example:

0

pageSize
integer<int32>

Page size

Example:

10