Communities
Showwcase Communities provide a place for professionals in the same industry or with similar interests to share their insights and experiences, ask for guidance, and build valuable connections.
Get Get Communities
gethttps://cache.showwcase.com/communities
Query
Field | Type | Description |
---|---|---|
order | string | Pagination order. Allowed values: growth, activity |
categorySlug | string | Category unique slug. |
categoryId | string | Category unique id. |
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Get Get Active Communities
gethttps://cache.showwcase.com/communities/active
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Get Get Communities for Category
gethttps://cache.showwcase.com/communities/category/:slugOrId
Parameters
Field | Type | Description |
---|---|---|
slugOrId | string | Unique slug or id. |
Query
Field | Type | Description |
---|---|---|
skip Default value: 0 | number | Pagination offset. |
limit Default value: 15 | number | Pagination limit. (Max value 100) |
Post Create Community
It is very important to know that any community must go through the approval process. Once you create a community it is then submitted for the approval. During approval process users can still join the community but no content can be published.
posthttps://cache.showwcase.com/communities
Headers
Field | Description |
---|---|
X-API-KEY | An API key that represents the user who wants to take an action. Read more about API keys here. |
Body
Field | Type | Description |
---|---|---|
name | string | Community name. Min length 3. Max length 30 |
description | string | Community short description. Max length 140 |
about | string | Community about message. Max length 500 |
pictureKey | string | |
coverImageKey | string | |
welcomeScreen | string | |
enableWelcomeScreen | boolean |
Put Update Community
puthttps://cache.showwcase.com/communities/:slugOrId
Headers
Field | Description |
---|---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
Delete Delete Community
deletehttps://cache.showwcase.com/communities/:communityId
Headers
Field | Description |
---|---|
Authorization | An access token that represents the user who wants to take an action. Read more about access tokens here. |
Parameters
Field | Type | Description |
---|---|---|
communityId | number | Unique community id. |