Allows you to search for course feedback.
A 0-based index of the paged results you wish to receive. In general, you should start with a value of zero and increment it as you need to retrieve additional results. If not supplied, a value of 0 is used (the first page of results).
Indicates how many results you want per page. if not supplied, a default value of 100 is used.
The value you want to sort by. If not supplied, a default value of "Created" will be used. You can append " DESC" after the sort value to sort descending. For example, "Created DESC" would sort by created date in descending order. Possible values:
- Created
- Title
- Content
- Positive
- Negative
- User
- CourseAssignment
- Course
- Class
- ClassEnrollment
- Activity
- ActivityType
An optional parameter used to filter for a course by Id. When specified, only feedback entries for the specified course will be returned.
An optional parameter used to filter for courses by name. When specified, only feedback entries for courses that have names that contain or match this value will be returned.
An optional parameter used to filter for feedback entries created after a specified date. When used in conjunction with the "createdBefore" parameter, it becomes possible to filter for a given time range. This should be provided in unix epoch format, which is the number of seconds that have elapsed since midnight UTC January 1st, 1970.
An optional parameter used to filter for feedback entries created before a specified date. When used in conjunction with the "createdAfter" parameter, it becomes possible to filter for a given time range. This should be provided in unix epoch format, which is the number of seconds that have elapsed since midnight UTC January 1st, 1970.
OK Response
Indicates the status of the API request.
0 = Success
10 = Error
20 = Not found
30 = Invalid integration key
Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).
The total number of results that match the search conditions, not all of which may be in the current result set.
The total number of result pages that match the search conditions.
See CourseFeedbackSearchResult
When the feedback entry was created. Provided in Unix epoch format, which is the number of seconds that have elapsed since midnight UTC January 1st, 1970.
The Id of the course.
The name of the course.
The title of the feedback message.
The text content of the feedback message.
Indicates whether the feedback is positive.
Indicates whether the feedback is negative.
The Id of the user (if available) of the user that submitted the feedback.
The ExternalId of the user (if available) of the user that submitted the feedback.
The Id of the course assignment (if any).
The Id of the class enrollent (if any).
The Id of the activity (if any).
The Id of the activity type (if any)
- ScormModule = 2
- Lab = 4
- Survey = 10
- InstructorSurvey = 20
- OrganizationSurvey = 30
- ExternalLink = 40
- Assessment = 50
- Video = 60
- Document = 70
The activity's name (if any)