Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 8.1 KB

File metadata and controls

19 lines (16 loc) · 8.1 KB

ListLmsActivitiesRequest

Fields

Field Type Required Description
connection_id str ✔️ ID of the connection
content_id Optional[str] The content ID to filter by
course_id Optional[str] The course ID to filter by (reference to Course)
fields List[operations.ListLmsActivitiesQueryParamFields] Fields to return
limit Optional[float] N/A
offset Optional[float] N/A
order Optional[str] N/A
query Optional[str] Query string to search. eg. email address or name
raw Optional[str] Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
sort Optional[str] N/A
student_id Optional[str] The student ID to filter by (reference to LmsStudent)
updated_gte Optional[str] Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)