Search Trigger Links
GET/links/search
Get list of links by searching
Request
Authorization stringrequired
Access Token
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
query string
Search query as a string
skip number
Numbers of query results to skip
Default value:
0limit number
Limit on number of search results
Default value:
20Successful response
- application/json
- Schema
- Example (auto)
Schema
linksobject[]
List of trigger links
{
"links": [
{
"id": "n4AriwEnFrGh3tu08W0U",
"name": "first tag",
"redirectTo": "https://www.google.com/",
"fieldKey": "{{trigger_link.n4AriwEnFrGh3tu08W0U}}",
"locationId": "ve9EPM428h8vShlRW1KT"
}
]
}