Skip to main content

Threads

Get Get Threads

gethttps://cache.showwcase.com/threads
info
Please note: At least one of the following fields must be provided: username, userId, parentId.
Query
FieldTypeDescription
usernamestringThe username of the user.
userIdnumberThe user id.
parentIdstringThe parent thread id.
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Get Get Scheduled Threads

gethttps://cache.showwcase.com/threads/scheduled
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Query
FieldTypeDescription
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Post Post a Thread

posthttps://cache.showwcase.com/threads
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
caution

At least one of the following fields must be provided: message, gif, code, images, videoUrl, gif.

Body
FieldTypeDescription
titlestringThe title of the thread.
messagestringThe message of the thread.
gifstringThe gif url.
codestringCode block of the thread.
codeLanguagestringThe code language.
scheduledAtstringThe scheduled date and time of the thread.
imagesarrayArray of the image urls.
videoUrlstringThe video url.
linkPreviewUrlstringThe link preview url.
parentIdnumberThe parent thread id.
communityIdnumberThe community id.

Get Get Thread

gethttps://cache.showwcase.com/threads/:threadId
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.

Post Boost Thread

posthttps://cache.showwcase.com/threads/:threadId/boost
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.

Post Unboost Thread

posthttps://cache.showwcase.com/threads/:threadId/unboost
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.

Get Get Thread Boosts

gethttps://cache.showwcase.com/threads/:threadId/boosts
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.
Query
FieldTypeDescription
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Post Pin Thread

posthttps://cache.showwcase.com/threads/:threadId/pin
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.
Body
FieldTypeDescription
communityIdnumberThe community id.

Post Unpin Thread

posthttps://cache.showwcase.com/threads/:threadId/unpin
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.
Body
FieldTypeDescription
communityIdnumberThe community id.

Get Get Thread Upvotes

gethttps://cache.showwcase.com/threads/:threadId/votes
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.
Query
FieldTypeDescription
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Post Vote Thread Poll

posthttps://cache.showwcase.com/threads/:threadId/poll/vote
Headers
FieldDescription
X-API-KEYAn API key that represents the user who wants to take an action. Read more about API keys here.
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.
Body
FieldTypeDescription
pollIdnumberUnique poll id.
optionIdnumberUnique option id.

Get Get Thread Poll Voters

gethttps://cache.showwcase.com/threads/:threadId/poll/voters
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.
Query
FieldTypeDescription
pollIdnumberUnique poll id.
optionIdnumberUnique option id.
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Get Get Thread Graph

gethttps://cache.showwcase.com/threads/:threadId/graph
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.

Delete Delete Thread

deletehttps://cache.showwcase.com/threads/:threadId
Headers
FieldDescription
AuthorizationAn access token that represents the user who wants to take an action. Read more about access tokens here.
Parameters
FieldTypeDescription
threadIdnumberUnique thread id.