Skip to main content

List observation groups for the current user

GET 

/nevisadapt/api/user-observation-groups

Returns observation groups (behavioural signals) associated with the authenticated user. Optionally restricted to trusted observations only.

⚠ Pagination / sorting not supported. All matching observations are loaded into memory and returned in a single response regardless of any page, size, or sort query parameters. Those parameters are accepted by the framework but have no effect on the result.

Request

Query Parameters

    trustedOnly boolean

    When true, only observations from trusted sessions are returned

Responses

Full list of observation groups (no pagination)

Schema
    content object[]
  • Array [
  • loginId string
    realm string
    observationType string
    observationValue string
    firstSeen date-time
    lastSeen date-time
    trusted boolean
    count int64
  • ]
  • page object

    Pagination metadata

    size integer
    totalElements int64
    totalPages integer
    number integer
Loading...