Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Add full response objects to the documentation #116

@jvt

Description

@jvt

Go through all documentation pages, and make sure we have the actual response object in the documentation to show what key/values will be returned.

 {
    "status": "ok",
    "analytic": analyticObject
}

converts to:

 {
    "status": "ok",
    "analytic": {
        "student": "5bb1495f63240ad534d40f6f",
        "program": "5bb1495e63240ad534d40c05",
        "time_watching": 120,
        "total_video_time": 927
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions