We're attempting to pull worklogs data from service desk plus and when using the below URL we are met with a message stating we do not have permission.
We used SDPOnDemand.requests.ALL permission.
I find references to needing to use a 'portal' in the url like:
/app/<portal>/api/v3/requests/{request_id}/worklogs
But we hadn't ever included this value previously and our API calls are working. What do I even enter in that field?
What am I missing?