v1

latestOpenAPI 3.1.02026-07-24331755.4 KB
Trust Center Updates

Get topic by ID

Get a Trust Center topic

get/tcu/topics/{topicId}

Path parameters

topicIdstring required

The topic id

Response

Successful operation

okboolean

Example response

{
  "ok": true,
  "result": {
    "id": "d9692768-cdbd-4fa9-988b-b33f37286f1b",
    "subject": "New topic",
    "category": "compliance",
    "createdAt": "2020-01-01T00:00:00.000Z",
    "updatedAt": "2020-01-01T00:00:00.000Z",
    "updates": [
      {
        "message": "Trust center updated",
        "createdAt": "2020-01-01T00:00:00.000Z",
        "updatedAt": "2020-01-01T00:00:00.000Z"
      }
    ]
  }
}