Retrieve the configuration of eTask in the current channel. The return properties include all sources in current channel.1
2
3
4
5GET api/_configs/project
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-binary [FilterObject]
api/_configs/project
GET.
No support OData Filter syntax.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
x-appvity-channelId, x-appvity-teamid, Cookie is required.
Body
No body for this method.
Success
Returns the list of configured sources.
1 | { |
Comment