Skip to main content

List Monitoring Subscriptions

GET 

/v1/monitoring-subscriptions

List Monitoring Subscriptions

Request​

Query Parameters

    sort string

    Possible values: [id]

    Field to sort by

    query string

    Filter by organisation name, organisation ID, or organisation registry ID.

    Example: save
    hasOrganisation boolean

    Filter monitoring subscriptions based on whether there is a recognised Organisation tied to the subscription

    cursor string

    A cursor that points to where to start the page

    pageSize integer

    How many items per page, for pagination.

    Default value: 25

Responses​

Successfully retrieved a page of Monitoring Subscriptions

Schema

    data

    object[]

  • Array [

  • id string
    Example: monitoringsubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    organisationId stringnullable
    Example: organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    validationRequestId stringnullable
    Example: validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    status string

    Possible values: [live, pending_validation_request, validation_request_failed, pending, cancelled]

    Example: live
    configurationId string
    Example: hostedconfiguration_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    results

    object

    complianceStatus stringnullable

    Possible values: [pass, fail]

    Example: fail

    registration

    object

    active string

    Possible values: [yes, no]

    Example: no

    warning

    object

    nullable

    status string

    Possible values: [clear, flag]

    Example: flag

    sanction

    object

    nullable

    status string

    Possible values: [clear, flag]

    Example: flag

    controversial

    object

    nullable

    status string

    Possible values: [clear, flag]

    Example: flag

    commercial

    object

    nullable

    status string

    Possible values: [clear, flag]

    Example: flag

    adverseMedia

    object

    nullable

    status string

    Possible values: [clear, flag]

    Example: clear

    hateSpeech

    object

    nullable

    status string

    Possible values: [clear, flag]

    Example: flag
    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z

    organisation

    object

    name stringnullable
    Example: Name of the organisation the Monitoring Subscription is attached to
  • ]

  • object string
    Example: monitoring_subscription
    totalResults integer
    Example: 33
    pageSize integer
    Example: 25

    _links

    object

    current string
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
    next string
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
    prev string
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
Loading...