Hello
I try to get all related activities of an account by using the newly introduced rollup function of the Web API.
What I have until now is the following Query:
api/data/v8.2/Rollup(Target=@tid,Query=@query,RollupType=@type)?@tid={'@odata.id':'accounts(D0CE4071-A729-E711-A96C-000D3A2734EC)'}&@type=Microsoft.Dynamics.CRM.RollupType'Related'&@query=...
However, I cannot figure out how to provide a valid query parameter for retrieving the activities for the given account.
Has anyone a working example for using the Web API rollup function?
Thanks in advance
Best regards
*This post is locked for comments