Cập nhật lần cuối vào
Phiên bản: v0.9
Sample eTask Calls Using Postman
Setting Postman
- Open Postman => select Setting
- Turn off SSL certificate verification
Sample
Get Tasks
This endpoint using to get all task in channel. See detailed description in
[Get task.
-
{{url}}is your domainExample: https://teams-stag.appvity.com
-
{{cookie}}is your account authorized.Go to eTask -> F12 -> You can find it in Application tab
- You can find
{{channelId}}, {{entityId}}, {{groupId}} and {{teamid}}in Setting -> About tab
Create Task
This endpoint using to create a task. See detailed description in Create task.
References
-
REST
-
Postman