GET
/
api
/
v1
/
post_discussions
{
  "hydra:member": [
    {
      "@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": "https://example.com/",
      "medias": [
        {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "entityId": 123,
          "contentUrl": "<string>",
          "type": "<string>",
          "mimeType": "<string>"
        }
      ],
      "moderated": "https://example.com/"
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

pagination
boolean

Enable or disable pagination

owner
string
owner[]
string[]
parent
string
parent[]
string[]
discussion
string
discussion[]
string[]
mentions
string
mentions[]
string[]
exists[parent]
boolean
exists[discussion]
boolean

Response

200
application/ld+json

Post collection

The response is of type object.