Skip to main content

Comments

Get Get Comments

gethttps://cache.showwcase.com/comments
Query
FieldTypeDescription
projectIdnumberUnique project id.
parentIdnumberUnique parent id.
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)

Post Create Comment

posthttps://cache.showwcase.com/comments
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
projectIdnumberUnique project id.
messagestringComment message.
parentIdnumberFor writing a reply pass unique parent id.

Put Update Comment

puthttps://cache.showwcase.com/comments/:commentId
Headers
FieldDescription
AuthorizationAn access token that represents the user who wants to take an action. Read more about access tokens here.
Parameters
FieldTypeDescription
commentIdnumberUnique comment id.
Body
FieldTypeDescription
messagestringComment message.

Delete Delete Comment

deletehttps://cache.showwcase.com/comments/:commentId
Headers
FieldDescription
AuthorizationAn access token that represents the user who wants to take an action. Read more about access tokens here.
Parameters
FieldTypeDescription
commentIdnumberUnique comment id.