MetaData

Status

The Http status code. It will contain the correct http status code even when passing ?statusok


Type integer
TotalRowCount

When retrieving a list, this property will contain the total row count (without taking the limit into account).


Type integer
Limit

When retrieving a list, this property will return the page size used for your request.


Type integer
Offset

When retrieving a list, this property will return the offset used for your request.


Type integer
TotalPageCount

When retrieving a list, the amount of pages calculated based on the Limit and TotalRowCount.


Type integer
StartRec

When retrieving a list, the index of the first record of the current page based on the Limit and Offset.


Type integer
StopRec

When retrieving a list, the index of the last record of the current page based on the Limit and Offset.


Type integer
Timestamp

Timestamp when the data has been retrieved, when cached it will show the date of the non-cached retrieval.


Type date
IsFiltered

When retrieving a list, indicates in the response is a filtered result.


Type boolean
Obsolete

Indicates when a request is still available but will be removed in the near future. An alternative request will be available in the HATEOAS.


Type boolean

Related Methods

Retrieve a contact by id.

Create a new contact in a survey

Remove a contact by id.

Create a new import configuration.

Retrieve an existing import configuration by its id.

Retrieve all available options which you can use as TargetColumnName in the ImportColumnMapping.

Import contacts in bulk. Depending on your import configuration you can receive a email notification on each import. You can also trace the item in the queue when requesting the result.

Get the result of an import.

Retrieve the opt-out list of your account taking the passed criteria into account

Gets the response rate for a survey.

Early access feature - Launch a survey.

Retrieve a question from a survey by its datalabel.

Retrieve the reults in aggregate for a question by id or datalabel. Hint: If you're looking to get the individual answers to a survey, download the respondents.

Retrieve the aggregates (Average, Median, StandardDeviation, NPS) from a question by the question label.

Early access feature - Retrieve a question from a survey by its id.

Early access feature - Creates a question in a survey.

Retrieve all respondents from a survey which match the passed criteria. Use the expand=Responses parameter to immediately include the responses of a respondent.

Get the respondent with responses from a survey.

Retrieve all contacts from a survey which match the passed criteria.

Retrieve a contact from a survey by contactId.

Retrieve the amount of unique values for the custom fields for a survey.

Early access feature - Gets all the channel URLs for the targeted panel

Early access feature - Gets specific channel details for the targeted panel

Early access feature - Creates channel URL for the targeted panel in a survey

Early access feature - Creates page branch logic.

Early access feature - Gets page branch logic.

Retrieve all media items from a media folder.

Retrieve a media item by id.

Add a new file to the media library.

Retrieve the complete tree of media folders.

GET - 3

Default API-call which will return the urls to the root requests in the Links property.

GET - 3/throttle

To check how your application behaves when running into a throttling exception, you can use this request to get the throttling exception.

Retrieve the open answer questions

Retrieve a list of available tags for this question

Get the roles related to the current key.

GET - 3/hooks

Retrieve all webhooks available for you.

Retrieve a webhook configuration by ID.

Retrieve a demo object of the webhook you just created. The data returned in the demo is fixed and only depending on the type of event used in your webhook, it is not related to any survey, contact, respondent, ... in your account.

Retrieve the available events to which you can attach your web hooks.

Retrieve a contact group by id.

Updates the contact group by its id.

Retrieve the browser id and browser names for all browsers which we identify when completing a survey. (only in English)

Retrieve all contacts folders which match the passed criteria

Retrieve a contact folder by id.

Create a new contacts folder.

Update a contacts folder name by its id.

Create a new survey.

Retrieve all contactgroups which match the passed criteria

Create a new contactgroup.