improved

Professor signature Timestamp added to "Get all courses" & "Get a course by ID"

PROFESSOR_SIGNATURE_TIMESTAMP property is added to 2 endpoint responses to facilitate professor signature date retrieval for your systems.

Impacted endpoints

Example

Now, you will find a PROFESSOR_SIGNATURE_TIMESTAMP with a ISO8601 UTC0 Date if your teacher has signed :

{
  "status": "success",
  "result": {
    // ...
    "PROFESSOR_SIGNATURE_TIMESTAMP": "2025-01-25T10:52:50.000Z",
    // ...
  }
}