core-documentation

Topic

List topics

GET /park/topics

Auth

NO

Paging

NO

Response

{
  rows: [
    {
      id
      status
      slug
      type
      index
      image
      title
      description
      data: {}
    }
    ...
  ]
  totalRowCount
}