If I create a new task via the API and get an id back in the format: '5c05aba9-37eb-ed11-a7c6-002248082f93' etc. can I use that to build a URL to the task in any way? (Without knowing the app ID).
Alternatively, is it possible to get the URL to the task returned in the response?
The URL i'm looking for would be along the lines of:
https://{account}.dynamics.com/main.aspx?appid={app id}&pagetype=entityrecord&etn=task&id={task id}