Retrieve the list of phases belong to eSource.
1 | GET odata/phase |
odata/phase
GET.
See OData Filter syntax.
1 | --x-appvity-channelId: [ChannelID] |
Request1
2
3
4curl --location --request GET 'https://teams.appvity.com/odata/phase?t=1600828522738&$count=true' \
--header 'x-appvity-channelId: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'x-appvity-teamid: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'Cookie: graphNodeCookie=s%3AZGGfQCb5SDtfLhLJQayOIVfPHBicZOOQ.viAqFkF9B%2FOUv0h7bPpnsMQnAn1YmMt4H7cZ1zflPkw'
Body
This method does not supply the request body.
1 | { |
Code: 401 UNAUTHORIZED, 500 ERROR EXCEPTION.
Content: {error: “error message”}
Comment