GET
/
posts
/
@all

Response

200 - application/json
_id
string

The ID of the post

title
string

Title of the post

content
string

Content of the post

authorDetails
object

Details of the post author

createdAt
string

Date and time when the post was created

timeAgo
string

How long ago the post was created

coterie
string

In which coterie the post was made from

hearts
string[]

List of users who liked the post

commentNumber
integer

Number of comments on the post

image
string[]

URL of the post's image, if any