Get a post by ID
Posts
Get a post by ID
Get a specific post by its ID.
GET
Get a post by ID
Authorizations
Path Parameters
UID of a post
Example:
1
Response
200 - application/json
OK
Unique identifier for the post
Title of the post
Short summary or lead paragraph of the post
Full content of the post
Status of the post (e.g., draft, published)
URL path for the post
List of categories associated with the post
List of tags associated with the post
Whether Markdown is enabled for this post
Content of the post in Markdown format, if Markdown is enabled
Preview content of the post
Timestamp of when this post was created
Pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$Example:
"2023-06-25 13:37"
Timestamp of when this post was last updated
Pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$Example:
"2023-06-25 13:37"