carlchen | 2020-01-09 08:24:55 UTC | #1
Hi, Apologies for my ignorance here, i’m trying to work out how to retrieve the historical adherance via ;
/api/v2/workforcemanagement/managementunits/{muId}/historicaladherencequery
return response like below: 202 Accepted { "id": "cb8884a1-4439-48bb-a3a9-486f1906bbb9", "queryState": "Processing" }
why not have download url like docu?
my user is 4fde1170**, I'm sure it exists, maybe need specific permissions?
tim.smith | 2020-01-09 16:25:42 UTC | #2
You need to subscribe to the notification topic ` v2.users.{id}.workforcemanagement.historicaladherencequery` before executing the query to be notified when the query has completed. The notification will contain the download URL; the downloadUrl property in the API response is documented as "The uri to query to GET the results of the Historical Adherence query. This will return unpopulated but will be populated in the notification."
system | 2020-02-09 16:25:43 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 6842