Previous Topic: URI https://localhost:8443/apwebsvc/notifications/<notificationId>/answerNext Topic: OPTIONS notifications/<notificationId>/answer


GET notifications/<notificationId>/answer

Get the properties of the answer to a notification.

Query Options

None

Request Document

None

HTTP Request Headers
Authorization

Supply a user ID and password in the HTTP Basic Authentication format. The user ID must be an NM Login. The user also must have the Answer All Notifications privilege or an associated contact for that user must have been notified as part of the notification.

HTTP Response Headers
Status

Successful result = 200 = Ok

A result of 404 (Not Found) is returned when the associated notification did not ask a question and thus cannot have an answer.

Successful Reply Document

NotificationAnswer in schema NotificationAnswer.xsd

The reply contains the numeric choice that was made to answer the notification. The valid numeric answers range from 1 to 9. When the notification has not yet been answered, the numeric answer 0 is returned. The AnswerText associated with the numeric choice is also returned.