cURL
curl --request GET \ --url https://api.mapademics.com/v1/courses/{courseId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "code": "<string>", "sections": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "defaultSectionId": "<string>", "deletedAt": "2023-11-07T05:31:56Z" }
Retrieves course details with references to its sections
API key for authentication
Unique identifier for the course
Course retrieved successfully
Array of section references
Show child attributes
Was this page helpful?