PlayLo
This API endpoint is a GET request that is used to play a learning object.
### Request
- Method: GET
- Base URL: {{baseUrl}}
- Path: /appLms/index.php?modname=&op=&id_item=&auth={{token}}
- Headers:
- Content-Type: application/x-www-form-urlencoded
### Request Params
- `modname` (string): Module name
- `op` (string): Action to perform
- `id_item` (string): Learning object ID
- `token` (string): Authentication token
Query parameters
modname
op
course_id
id_item
auth
Request
This endpoint expects an object.
Response headers
Keep-Alive
X-Powered-By
Response
OK

