Supahub Docs home page
Search...
⌘K
Back to Supahub
Dashboard
Dashboard
Search...
Navigation
Posts
Post Object
Documentation
API Reference
Get Started
Introduction
Quickstart
Response Object
Pagination
Resources
Boards
Changelog
Comments
Labels
Users
Posts
Post Object
GET
List Posts
GET
Single Post
POST
Create Post
PUT
Update Post
DEL
Delete Post
Status
Tags
Votes
Webhooks
Posts
Post Object
Feedback post in your workspace.
Below are the details of the Post object’s structure:
id
string
Unique identifier for the post.
title
string
Title of the post.
slug
string
SEO-friendly URL slug for the post.
description
object
Contains text (string) and html (string) formats.
Show properties
text
string | null
Plain text representation of the content.
html
string | null
HTML formatted version of the content.
board
Board
Reference to the board associated with the post.
postedBy
User
User who posted the content.
postedOnBehalfBy
User
User on whose behalf the post was made (if applicable).
upvoteCount
number
Number of upvotes the post has received.
commentsDisabled
boolean
Indicates whether comments are disabled.
tags
Tag
Tags associated with the post.
status
Status
Current status of the post.
etc
Date | null
ETC date-related information.
pinned
boolean
Indicates if the post is pinned at the top of the board.
hidden
boolean
States if the post is hidden from public view.
url
string
Post URL to the post inside Supahub dashboard.
createdAt
Date
Date and time when the post was created.
Single User
List Posts
Assistant
Responses are generated using AI and may contain mistakes.