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

    data object[]
    object string
    Example: validation_request
    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...