AladiaDocs
Api referenceCourses

List all completions of a course

List all completions

GET
/v2/courses/{courseId}/completions

List all completions

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X GET "https://example.com/v2/courses/string/completions" \  -H "Content-Type: application/json" \  -d '{}'
{}