Skip to main content
GET
/
projects
/
{projectIdOrName}
/
notifications
/
topic-target-routes
List notification topic-target routes
curl --request GET \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/topic-target-routes \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "topicId": "<string>",
    "targetId": "<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 notification topic ID.

targetId
string

Filter by notification target ID.

Response

List of topic-target routes

id
string
required

The topic-target route ID.

topicId
string
required

The ID of the notification topic.

targetId
string
required

The ID of the notification target.

projectId
string
required

The Ampersand project ID.

createTime
string<date-time>
required

The time when the topic-target route was created.