Get webhook tags
GET/webhooks/:webhookId/tags
Get a webhook's tags
Request
Path Parameters
webhookId stringrequired
Web Hook Param
Query Parameters
siteId string
Site Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
next string
Next page of results token
previous string
Previous page of results token
tags
object[]
List of webhook tags
insertedDate string
Inserted Timestamp
webhookId string
Webhook Identifier
type string
Tag type
userId string
User who added document
value stringrequired
Tag value
key stringrequired
Tag key
{
"next": "string",
"previous": "string",
"tags": [
{
"insertedDate": "string",
"webhookId": "string",
"type": "string",
"userId": "string",
"value": "string",
"key": "string"
}
]
}
Loading...