Retrieves all trigger that support to create or update event in eTask.
1 | GET api/events/triggers |
api/events/triggers
GET.
Support OData Filter syntax.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
This method does not supply the request body.
If successful, this method returns 200 OK
response code and list of triggers:1
2
3
4
5
6{
"id": "",
"entityType": "[Type]",
"name": "[TriggerName]",
"displayName": "[DisplayName]"
}
Request1
2
3
4curl --location --request GET 'https://teams.appvity.com/api/events/actions' \
--header 'x-appvity-channelId: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'x-appvity-teamid: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'Cookie: graphNodeCookie=s%3Ay99BNluVZ2N79o8oBS8tqaYZ56FhIqtD.7G32PfH%2FxaLvWgBgt7eHqKqbvDL%2FFmTcuDG5z8g0cC0'
1 | [ |
Comment