Skip to main content
GET
/
projects
/
{projectIdOrName}
/
topic-destination-routes
List topic destination routes
curl --request GET \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/topic-destination-routes \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "topicId": "<string>",
    "destinationId": "<string>",
    "projectId": "<string>",
    "createTime": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

Query Parameters

topicId
string

Filter by topic ID.

destinationId
string

Filter by destination ID.

Response

List of topic destination routes

id
string
required

The topic destination route ID.

topicId
string
required

The ID of the topic.

destinationId
string
required

The ID of the destination.

projectId
string
required

The Ampersand project ID.

createTime
string<date-time>
required

The time when the topic destination route was created.