Outline integration (Productivity). Imported from open-connector.
{base_url}/collections.list
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The zero-based result offset to request. |
| limit | integer | optional | The maximum number of results to request. |
| sort | string | optional | The field used to sort collection list results. |
| direction | string | optional | The sort direction applied by Outline. |
| query | string | optional | Optional collection name query filter. |
| statusFilter | array | optional | Optional collection statuses to include in the results. |
/collections.info
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The unique identifier for the collection. |
/collections.documents
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The unique identifier for the collection. |
/documents.list
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The zero-based result offset to request. |
| limit | integer | optional | The maximum number of results to request. |
| sort | string | optional | The field used to sort document list results. |
| direction | string | optional | The sort direction applied by Outline. |
| collectionId | string | optional | Optional collection UUID used to restrict the document list. |
| userId | string | optional | Optional user UUID used to restrict the document list. |
| backlinkDocumentId | string | optional | Optional document UUID used to filter documents that backlink to the specified … |
| parentDocumentId | string | optional | Optional parent document UUID used to list direct child documents. |
| statusFilter | array | optional | Optional document statuses to include in the results. |
/documents.search
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The zero-based result offset to request. |
| limit | integer | optional | The maximum number of results to request. |
| query | string | required | The keyword query used to search documents. |
| userId | string | optional | Optional user UUID used to filter by editor. |
| collectionId | string | optional | Optional collection UUID used to restrict search scope. |
| documentId | string | optional | Optional document UUID used to search within a document subtree. |
| statusFilter | array | optional | Optional document statuses to include in the search results. |
| dateFilter | string | optional | The recency filter applied by Outline search. |
| shareId | string | optional | Optional share identifier used to restrict search to a shared collection or doc… |
| snippetMinWords | integer | optional | The minimum number of words to include in result snippets. |
| snippetMaxWords | integer | optional | The maximum number of words to include in result snippets. |
| sort | string | optional | The sorting mode applied by Outline document search. |
| direction | string | optional | The sort direction applied by Outline. |
/documents.info
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The document UUID or short urlId accepted by Outline. |
| shareId | string | optional | The share UUID used to resolve a shared document. |