import { ExternalOrganizationsListRequest } from "@polar-sh/sdk/models/operations/externalorganizationslist.js";
let value: ExternalOrganizationsListRequest = {};
Field | Type | Required | Description |
---|---|---|---|
platform |
operations.PlatformFilter | ➖ | Filter by platform. |
name |
operations.RepositoryNameFilter | ➖ | Filter by name. |
organizationId |
operations.OrganizationIDFilter | ➖ | Filter by organization ID. |
page |
number | ➖ | Page number, defaults to 1. |
limit |
number | ➖ | Size of a page, defaults to 10. Maximum is 100. |
sorting |
components.ExternalOrganizationSortProperty[] | ➖ | Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order. |