GET
/
api
/
v1
/
discussion_namespaces
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "topicTypes": [
        {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "topics": [
            {
              "@context": "<string>",
              "@id": "<string>",
              "@type": "<string>",
              "id": 123,
              "name": "<string>"
            }
          ]
        }
      ],
      "unit": "https://example.com/",
      "hasPublicPosting": true
    }
  ],
  "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

tenant
string
tenant[]
string[]
unit
string
unit[]
string[]
order[id]
enum<string>
default:asc
Available options:
asc,
desc
order[name]
enum<string>
default:asc
Available options:
asc,
desc
exists[unit]
boolean

Response

200
application/ld+json

DiscussionNamespace collection

The response is of type object.