Skip to main content

List Validation Requests

GET 

/v1/validation-requests

List Validation Requests

Request​

Query Parameters

    status string

    Possible values: [pending, accepted, rejected]

    Filter for status of Validation Request

    Example: pending
    query string

    filter for name of ValidationRequest or assigned Organisation

    sort string

    Possible values: [id, name]

    Field to sort by

    Example: name
    cursor string

    A cursor that points to where to start the page

    pageSize integer

    Default value: 25

    How many items per page, for pagination.

Responses​

Successfully listed Validation Requests

Schema
    data object[]
    object string
    totalResults integer
    pageSize integer
    _links object
    current string
    next string
    prev string
Loading...