Skip to content

Endpoint

  • Method: GET
  • Path: /feeds/{feed_id}/apps/survey-voters/{option_slug}
  • Edition: Core
  • Controller: ReactionController@getSurveyVoters
  • Route source: fluent-community/app/Http/Routes/api.php:78
  • Controller source: fluent-community/app/Http/Controllers/ReactionController.php

GET List Survey Voters

GET
/feeds/{feed_id}/apps/survey-voters/{option_slug}

List Survey Voters for the FluentCommunity Reactions API.

Controller: ReactionController@getSurveyVoters
Route source: fluent-community/app/Http/Routes/api.php:78

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

feed_id*

Feed ID extracted from the URL path.

Type
integer
Required
option_slug*

Option Slug extracted from the URL path.

Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"voters": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation