Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.71 KB

fileslistrequest.md

File metadata and controls

20 lines (15 loc) · 1.71 KB

FilesListRequest

Example Usage

import { FilesListRequest } from "@polar-sh/sdk/models/operations/fileslist.js";

let value: FilesListRequest = {
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
};

Fields

Field Type Required Description Example
organizationId string N/A 1dbfc517-0bbf-4301-9ba8-555ca42b9737
ids string[] List of file IDs to get.
page number Page number, defaults to 1.
limit number Size of a page, defaults to 10. Maximum is 100.