v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
groups

Get member Topics of the Group

Returns all member Topics of the group

get/api/users/:userId/groups/:groupId/topics

Path parameters

userIdstring required

logged in users id

groupIdstring required

group id to return topics

Response

Group topics data

countinteger

returned topics count

Example response

[
  {
    "count": 1,
    "rows": [
      {
        "id": "c2eb6752-7d88-4153-93ae-fe47aee26573",
        "title": "My topic title",
        "endsAt": "2018-08-06T04:11:41.568Z",
        "hashtag": "banana",
        "createdAt": "2018-08-06T04:11:41.568Z",
        "updatedAt": "2018-08-06T04:11:41.568Z"
      }
    ]
  }
]