Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 3.64 KB

File metadata and controls

23 lines (18 loc) · 3.64 KB

VaultConsumersAllRequest

Example Usage

import { VaultConsumersAllRequest } from "@apideck/unify/models/operations";

let value: VaultConsumersAllRequest = {
  filter: {
    consumerId: "test-consumer",
    search: "john",
  },
};

Fields

Field Type Required Description Example
appId string The ID of your Unify application dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX
filter components.ConsumersFilter Filter results
cursor string Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
limit number Number of results to return. Minimum 1, Maximum 200, Default 20