Circle integration (Communication, Productivity). Imported from open-connector.
https://app.circle.so/api/admin/v2/community
/community_members/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Circle community member ID. |
/posts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request from Circle. |
| per_page | integer | optional | The number of records to request per page. |
| space_id | integer | optional | The Circle basic space ID used to filter posts. |
| space_group_id | integer | optional | The Circle space group ID used to filter posts. |
| status | string | optional | The Circle post status filter. |
| search_text | string | optional | Text used to search Circle posts. |
| sort | string | optional | The Circle post sort order. |
/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Circle post ID. |
/space_groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Circle space group ID. |