Previous Topic: GET notifications/<notificationId>/answerNext Topic: PUT notifications/<notificationId>/answer


OPTIONS notifications/<notificationId>/answer

Obtains a list of HTTP methods that can be issued against this URI.

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 either 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.

Allow

List of allowed methods. This header contains OPTIONS, GET, HEAD, and PUT when the user is authorized to answer the notification and it was not answered yet.

Successful Reply Document

AllowedMethods in schema AllowedMethods.xsd

This reply contains the same methods as listed in the HTTP Allow header.