Yoobic Communities API
Communities are a sub-section of the general Newsfeed tab in YOOBIC. Unlike the Newsfeed, where you can read all the posts shared for your company, a community can be narrowed to a specific topic and a specific audience, chosen by the Community creator. Depending on the Community Type ('open', ‘secret’ or ‘compulsory’), users can join or leave communities to decide what kind of content they want to see in their feed. This feature customises the content in the newsfeed for each user.### Fields| Field | Type | Required | Readonly | OrderBy | Description ||---------------------------|:----------:|:------------:|:------------:|:-----------:|-----------------------------------------------------------|| `community_id` | String | | x | | Unique id of the community || `name` | String | x | | | Name of the community || `description` | String | | | | Description of the community || `creator_id` | String | | x | | Unique id of a user who created the community || `type` | String | x | | | Type of the community, can be “open”, “secret” or "compulsory" || `audience_id` | String | x | | | Audience id that has access to this community || `allow_posts_from_all` | Boolean | | | | Enable all members of the community to post || `disable_notifications` | Boolean | | | | Disable notifications for new posts from this community || `hide_posts_from_newsfeed`| Boolean | | | | Don’t show the posts from this community in the main newsfeed || `created_date` | Date | | x | | Created Date || `updated_date` | Date | | | | Updated Date |
Yoobic Communities API is one of 41 APIs that Yoobic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Communities. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a changelog.
This API exposes 6 operations across 6 paths, and defines 1 schema. It is described by OpenAPI 3.0.0.
Requests are made against a single base URL, https://.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Yoobic Communities API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (oauth2) using the authorizationCode flow.
Paths & Operations 6
Across 6 paths, the API surfaces 6 operations — 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Communities are a sub-section of the general Newsfeed tab in YOOBIC. Unlike the Newsfeed, where you can read all the posts shared for your company, a community can be narrowed to…
Schemas 1
The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Default_Header (1 property). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Yoobic 12
Other APIs Yoobic publishes across the network.