Apps & Books Notifications API - supported values question

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

The documentation was just updated yesterday with more details, with examples coming in a future update.

Thank you Apple, I have couple of questions regarding handling error response(https://developer.apple.com/documentation/devicemanagement/app_and_book_management/handling_error_responses?changes=l_1_1_8)

  1. In the example, the error response has been shown for ASSET_MANAGEMENT notification type(Assuming similar format is applicable for USER_MANAGEMENT notifications). Do we have any example for ASSET_COUNT and USER_ASSOCIATED notifications? As these two notifications does not have any eventID associated to it.
  2. Can you please clarify if ErrorResponseInfo model(https://developer.apple.com/documentation/devicemanagement/errorresponse?changes=l_1_1_8) applicable for notification? In the example we could see only error number and error message. Is this ErrorResponseInfo applicable pnly for eventstatus API, and we are reusing the same model?

Thanks,

Soumitra

Apps & Books Notifications API - supported values question
 
 
Q