GET api/v2.0/Ideation/GetVoters?ideationKey={ideationKey}

Admin-only endpoint to get all voters on an idea.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ideationKey

Key for the idea.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Two arrays of display names of the up- and down-voters

IdeationVoterModel
NameDescriptionTypeAdditional information
Upvoters

Names of idea upvoters

Collection of string

None.

Downvoters

Names of idea downvoters, if downvotes are enabled.

Collection of string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.