GET
/
api
/
v1
/
posts
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "fullName": "<string>",
    "logo": "<string>"
  },
  "childrenCount": 123,
  "dateCreated": "2023-11-07T05:31:56Z",
  "mentions": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "firstName": "<string>",
      "lastName": "<string>",
      "fullName": "<string>",
      "logo": "<string>"
    }
  ],
  "content": "<string>",
  "reactionData": [
    "<string>"
  ],
  "myReactions": [
    "<string>"
  ],
  "embedOpenGraph": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "url": "<string>",
    "openGraph": [
      "<string>"
    ]
  },
  "medias": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "entityId": 123,
      "contentUrl": "<string>",
      "type": "<string>",
      "mimeType": "<string>"
    }
  ],
  "moderated": "https://example.com/"
}

Path Parameters

id
string
required

Post identifier

Response

200
application/ld+json

Post resource