Skip to main content
GET
/
organisations
/
{organisationId}
/
hubs
/
{hubId}
/
users
/
{userId}
cURL
curl --request GET \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/hubs/{hubId}/users/{userId} \
  --header 'Authorization: <api-key>'
{
  "totalCount": 123,
  "next": "<string>",
  "prev": "<string>",
  "items": [
    {
      "id": "<string>",
      "orgId": "<string>",
      "name": "<string>",
      "status": "unknown",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "hubId": "<string>",
      "activePublishInfo": {
        "id": "<string>",
        "taskId": "<string>",
        "lastEventId": "<string>",
        "listeners": [
          {
            "id": "<string>",
            "appNodeId": "<string>",
            "operationNodeId": "<string>",
            "url": "<string>",
            "contentType": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "security": {},
            "additionalHeaders": {},
            "deletedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "recentPublishHistory": [
        {
          "id": "<string>",
          "taskId": "<string>",
          "lastEventId": "<string>",
          "listeners": [
            {
              "id": "<string>",
              "appNodeId": "<string>",
              "operationNodeId": "<string>",
              "url": "<string>",
              "contentType": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "security": {},
              "additionalHeaders": {},
              "deletedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "deletedAt": "2023-11-07T05:31:56Z",
      "tags": {},
      "thumbnailUrl": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
userId
string
required
hubId
string
required

Query Parameters

first
integer
default:20
before
string
after
string
sort
string
Pattern: ^([^:,]+:[^:,]+)(,[^:,]+:[^:,]+)*$

Response

A paginated set of Boards

totalCount
integer
required
next
string
prev
string
items
object[]