cancel
Showing results for 
Search instead for 
Did you mean: 

Tasks API

Former Member
0 Kudos

Hello

We would like to extract all tasks of many groups to see the name of the task and last udpate. It seems that task ID is the pre-requisite to do any call.

How can I found all task Id of many groups? We see post task api but not get task api.

Thanks

Elodie

Accepted Solutions (1)

Accepted Solutions (1)

RuedigerMueller
Advisor
Advisor
0 Kudos

Have you tried [GET] /Groups('key')/Tasks?

Former Member
0 Kudos

Additionally, if you're looking for Tasks that are assigned to the current user you can call:

[GET] /TaskAssignments

Answers (0)