Get a task's occurrence responses
Tasks
Get task responses
Retrieve the per-occurrence responses recorded for a recurring task. Requires the READ_TASKS scope.
GET
Get a task's occurrence responses
Returns one entry per occurrence date with its status. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The task's id (Mongo ObjectId).
Response
The task's per-occurrence responses.

