Search Feedback
Search feedback conversations submitted by your organization.
Conversations are used to track feedback on existing events for example feedback on incorrect attendance or start and end dates for an event. Each piece of feedback submitted by a user is tracked as a conversation and will be returned by this endpoint. You can use this to display a list of event feedback conversations submitted with Loop Links by users in your application.
Request
HTTP Request
Query Parameters
Parameter | Description |
---|---|
| Full-text search over conversations.
E.g. |
| Comma separated list of Loop Link IDs through which conversations were created.
E.g |
| Comma separated list of conversation IDs.
E.g |
| Comma separated list of Record IDs. Record IDs can refer to either an Event ID (record type |
| Comma separated list of record types for which to filter on. Possible values:
E.g |
| Comma separated list of feedback types. Possible values:
E.g |
| Comma separated list of User IDs.
E.g. |
| Comma separated list of feedback status. Possible values:
E.g |
| The date from and/or to the feedback has been created. Must be used with one of more of the suffixes:
E.g. |
| The date from and/or to the feedback has been updated. Must be used with one of more of the suffixes:
E.g. |
| Comma-separated list of sort options.
Prefix the field name with
Default value is
E.g. |
| The maximum number of results to return. The default limit is |
| The number of results to skip. The default is |
Response
Response Fields
Field | Description |
---|---|
| Total number of results found. |
| List of results where each item is a Conversation. Please refer to the Conversation Response Fields section below for the structure of each record. |
Conversation Response Fields
Field | Description |
---|---|
| The unique identifier of the conversation.
E.g. |
| The creation date time for the record in ISO 8601 format format.
E.g. |
| The last update date time for the location in ISO 8601 format format.
E.g. |
| Loop Link ID that was used to submit this feedback.
Will only be available on feedback created with a Loop Link.
E.g. |
| Record ID this feedback is in reference to.
This could be either an Event ID (record type |
| Record type this feedback is in reference to. Possible types:
E.g. |
| Feedback can be provided for different fields. Possible types:
E.g. |
| Log of actions taken with the feedback. E.g. |
| Status of the feedback. Possible values:
E.g. |
Examples
Guides
Below are some guides relevant to this API:
Last updated