Skip to main content

List Eligibility Subscriptions

GET 

/v1/eligibility-subscriptions

List Eligibility Subscriptions

Request​

Query Parameters

    sort string

    Possible values: [id]

    Field to sort

    query string
    status string

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

    startDate date-time

    Start date to retrieve monitoring from.

    Example: 2020-10-13T17:46:54.000Z
    endDate date-time
    hasOrganisation boolean

    Filter eligibility 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
    direction string

    Possible values: [ASC, DESC]

    Which way to sort by the given 'sort' field. Default DESC

Responses​

Successfully retrieved a page of Eligibility Subscriptions

Schema

    data

    object[]

  • Array [

  • id string
    Example: eligibilitysubscription_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    organisationId stringnullable
    Example: organisation_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    organisationName stringnullable
    partnerId string
    configurationId string
    validationRequestId stringnullable
    Example: validationrequest_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    suggestedActivitySubTags

    object[]

    nullable

  • Array [

  • id string
    Example: activitysubtag_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string

    SubTag name

    Example: Sport school

    tag

    object

    id string
    Example: activitytag_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string

    Tag name

    Example: Education
    description stringnullable

    Tag description

    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
    description stringnullable

    SubTag description

    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
  • ]

  • status string

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

    Example: live

    results

    object

    eligibilityStatus stringnullable

    Possible values: [pass, fail]

    Example: fail

    confirmedActivitySubTags

    object[]

    nullable

  • Array [

  • id string
    Example: activitysubtag_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string

    SubTag name

    Example: Sport school

    tag

    object

    id string
    Example: activitytag_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string

    Tag name

    Example: Education
    description stringnullable

    Tag description

    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
    description stringnullable

    SubTag description

    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
  • ]

  • rejectedActivitySubTags

    object[]

    nullable

    Confirmed organisation's activity subtags that are not allowed in partner's configuration

  • Array [

  • id string
    Example: activitysubtag_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string

    SubTag name

    Example: Sport school

    tag

    object

    id string
    Example: activitytag_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    name string

    Tag name

    Example: Education
    description stringnullable

    Tag description

    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
    description stringnullable

    SubTag description

    createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
  • ]

  • createdAt date-time
    Example: 2020-10-13T17:46:54.000Z
    updatedAt date-timenullable
    Example: 2020-10-13T17:46:54.000Z
  • ]

  • object string
    Example: eligibility_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...