Interface iSearchClaimsPayload

interface iSearchClaimsPayload {
    bookmark?: string;
    fetchPrivateParams?: boolean;
    searchValue?: string;
}

Implemented by

Properties

bookmark?: string

Bookmark to start from. Obtained from previous request. Leave blank to start from the beginning. Only applicable when no additional criteria is specified.

fetchPrivateParams?: boolean

Fetch private parameters for the claim. Only applicable if you are the creator / manager of the claim. Otherwise, it will be the public read-only view.

searchValue?: string

If provided, we will only return claims with names that regex match the search value.

MMNEPVFCICPMFPCPTTAAATR