Get List of Properties

This endpoint is used for fetching properties from answers belonging to a given survey

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "name": "color",
  "search": "blu",
  "page": 1
}

Response attributes

AttributeTypeDescription
propertiesarrayList of properties for the survey answers.
properties.namestringProperty name.
properties.valuestringProperty value.
properties.idnumberProperty Id.
metaobjectResult metadata.
meta.totalnumberNumber of answers.
meta.per_pagenumberNumber of answers per page.
meta.pagenumberCurrent results page.
Path Params
string
required

Unique ID of a survey

Query Params
string
Defaults to plugin.key

Concatenation of the plugin identifier and a unique user key.

string

Filter properties with name equal to this parameter (case insensitive)

string

Filter properties with value starting with the parameter (case insensitive)

int32
Defaults to 1

Number of the page of the results you would like to get.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json