Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resets the given poll.

  • Resets the poll with the given poll ID.

  • The response returns code 200 if the poll deletion reset was successful else error messages are generated. See Error codes.

...

Parameters

The URL parameter should must be replaced with guid GUID of the poll.

  • pollguid - guid GUID of the poll *

Example request URL

Expand
titleSample request URL for closeto reset

<ConfluenceBaseURL>/rest/polls/1.0/poll/ffb270e1aa0b4ba7bca4507503981efd/reset

...

Code

Cause of error

Message displayed

404

Poll with given poll guid GUID is not found.

Operation failed with error poll not found.

403

User is not permitted to perform a particular operation.

Operation failed with error not allowed.

401

Invalid user credentials.

Operation failed with error ‘unauthorized’unauthorized.