Interface iGetBadgesViewForUserPayload

interface iGetBadgesViewForUserPayload {
    bookmark?: string;
    collectionId?: NumberType;
    oldestFirst?: boolean;
    viewType?: "collected" | "managing" | "created";
}

Hierarchy

  • iBaseQueryParams
    • iGetBadgesViewForUserPayload

Properties

bookmark?: string
collectionId?: NumberType

Optional collection ID to filter by

oldestFirst?: boolean
viewType?: "collected" | "managing" | "created"

The view type to search for. Default is 'collected'

  • 'collected' will return the badges the user has a balance of
  • 'managing' will return the badges the user is managing
  • 'created' will return the badges the user has created
MMNEPVFCICPMFPCPTTAAATR