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

    How many items per page, for pagination.

    Default value: 25

Responses​

Successfully listed Validation Requests

Schema

    dataobject[]
    objectstring
    Example: validation_request
    totalResultsinteger
    Example: 33
    pageSizeinteger
    Example: 25

    _links

    object

    currentstring
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
    nextstring
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D
    prevstring
    Example: https://.../v1/...?cursor=eyJ2Ijox...N3AifQ%3D%3D