Elevio integration (Productivity, Communication). Imported from open-connector.
https://api.elev.io/v1/categories
/categories/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Elevio numeric resource ID. |
/articles
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request. |
| pageSize | integer | optional | Number of articles per page. Elevio allows up to 500. |
| status | string | optional | Filter articles by publication status. |
| fromCreatedAt | integer | optional | Epoch millisecond timestamp used by Elevio filters. |
| toCreatedAt | integer | optional | Epoch millisecond timestamp used by Elevio filters. |
| fromPublishedAt | integer | optional | Epoch millisecond timestamp used by Elevio filters. |
| toPublishedAt | integer | optional | Epoch millisecond timestamp used by Elevio filters. |
| tags | array | optional | Article tags to filter by. Elevio receives each value as a repeated tag[] query… |
/articles/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Elevio numeric resource ID. |
/search/{languageCode}
| Param | Type | Required | Description |
|---|---|---|---|
| languageCode | string | required | The Elevio language code to search, such as en. |
| query | string | required | Search keywords to look for in article content. |
| page | integer | optional | The page number to request. |
| rows | integer | optional | Number of search rows to return. Elevio allows up to 100. |
| tags | array | optional | Article tags to filter by. Elevio receives each value as a repeated tag[] query… |
| userEmail | string | optional | Optional user email used for Elevio access filtering. |
| groups | array | optional | Optional user groups used for Elevio access filtering. |
| hash | string | optional | Optional user hash used for Elevio access filtering. |
| url | string | optional | Optional originating domain or page URL used for Elevio access filtering. |