List registrations (paged)
Returns forecast alarm registrations with pagination and filters.
Documentation Index
Fetch the complete documentation index at: https://api-docs.iklim.co/llms.txt
Use this file to discover all available pages before exploring further.
Body
Paginated listing request for forecast alarm registrations.
Zero-based page index.
x >= 00
Maximum number of registrations to return per page (1–100).
1 <= x <= 10020
Restrict results to registrations with one of the given recipient identifiers.
[
"customer-system-001",
"customer-system-002"
]
Alarm registration boundary
Defines the geographic scope to monitor for forecast alarm conditions. The concrete boundary type is selected via the type discriminator field; supply only the fields that belong to the chosen subtype.
- ADMINISTRATIVE – boundary identified by a city (
cityId) and a district (districtId); both fields are required. - POINT – boundary defined by a single longitude/latitude coordinate (
point). The alarm evaluates forecast data for the nearest forecast grid cell to that coordinate.
- Option 1
- Option 2
- Option 3
Target account UUID; users with ADMIN or POWER_USER role may query registrations of other accounts.
"2f04f1b5-1c0a-4c4e-b0a7-0ba6e9b7f2e1"
Response
OK
Paginated result set of forecast alarm registrations.
List of forecast alarm registrations on the current page.
Total number of matching registrations across all pages.
42
Zero-based index of the returned page.
0
Maximum number of registrations per page as originally requested.
20