Interface DocsGetParams

interface DocsGetParams {
    count?: number;
    offset?: number;
    owner_id?: number;
    return_tags?: number | boolean;
    type?: 0 | 2 | 1 | 3 | 4 | 8 | 5 | 6 | 7;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number

Number of documents to return. By default, all documents.

offset?: number

Offset needed to return a specific subset of documents.

owner_id?: number

ID of the user or community that owns the documents. Use a negative value to designate a community ID.

return_tags?: number | boolean
type?: 0 | 2 | 1 | 3 | 4 | 8 | 5 | 6 | 7

Generated using TypeDoc