Queries
/docs
docs
Get a collection of docs.
Arguments
ids
[ID!]
Required
A list of document unique identifiers.limit
Int
Defaults: 25
Number of items to get, the default is 25.object_ids
[ID!]
Required
A list of associated board or object’s unique identifier.order_by
DocsOrderBy
Property to order by (created_at / used_at).page
Int
Defaults: 1
Page number to get, starting at 1.workspace_ids
[ID]
A list of workspace ids the documents are contained in.
Returns
- Get a collection of docs.
query docs($ids: [ID!], $object_ids: [ID!]) { docs(ids: $ids, object_ids: $object_ids) { # docs fields } }
Built with