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.
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.