Skip to main content

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
FieldTypeDescription
orderstringPagination order.

Allowed values: growth, activity

categorySlugstringCategory unique slug.
categoryIdstringCategory unique id.
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Get Get Active Communities

gethttps://cache.showwcase.com/communities/active
Query
FieldTypeDescription
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Get Get Communities for Category

gethttps://cache.showwcase.com/communities/category/:slugOrId
Parameters
FieldTypeDescription
slugOrIdstringUnique slug or id.
Query
FieldTypeDescription
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination 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
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Body
FieldTypeDescription
namestringCommunity name. Min length 3. Max length 30
descriptionstringCommunity short description. Max length 140
aboutstringCommunity about message. Max length 500
pictureKeystring
coverImageKeystring
welcomeScreenstring
enableWelcomeScreenboolean

Put Update Community

puthttps://cache.showwcase.com/communities/:slugOrId
Headers
FieldDescription
AuthorizationAn 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
FieldDescription
AuthorizationAn access token that represents the user who wants to take an action. Read more about access tokens here.
Parameters
FieldTypeDescription
communityIdnumberUnique community id.