Represents the parameters for retrieving a list of instrument verifications.

interface InstrumentVerificationParameters {
    limit?: number;
    offset?: number;
    sessionStatus?: InstrumentVerificationStatus;
}

Properties

limit?: number

This is the requested number of records to return. Max = 50. Default = 10.

offset?: number

This is the requested starting position of the response entries, where 0 is the first record. Default = 0.

Filter instrument verification by status.