For the Apps & Books Notifications API, I'm looking for more information on the expected values for tracking assignments and user events.
For assignment tracking, the documentation lists:
"result": "SUCCESS",
"type": "ASSOCIATE"
"result": "SUCCESS",
"type": "DISASSOCIATE"
I assume "ASSOCIATE" and "DISASSOCIATE" are the supported values for "type". Also, "result" is either "SUCCESS" or "FAILURE"?
As for tracking user events, the documentation lists:
"result": "SUCCESS",
"type": "CREATE",
I assume "CREATE" , "UPDATE" , and "RETIRE" are the supported values for "type" and that "SUCCESS" and "FAILURE" are the supported values for "result"?
Looking to get confirmation on this. Thank you!
Best,
Adam