POST api2/lms_tracking.json

LMS Certificates

Request Information

URI Parameters

None.

Body Parameters

API.Models.LMSTrackingRequest
NameDescriptionTypeAdditional information
project_id

Optional, NULL or 0 returns all certificates from customer

integer

Required

Request Formats

{
  "project_id": 1
}

Response Information

Resource Description

API.Models.LMSTrackingResponse
NameDescriptionTypeAdditional information
tracking

Collection of API.Models.LMSTracking

None.

Response Formats

{
  "tracking": [
    {
      "attempts": 1,
      "project_id": 2,
      "upload_id": 3,
      "order_item_id": 4,
      "success": true,
      "success_date": "2024-07-27T08:38:43.2948954+02:00",
      "certificate_download": true,
      "download_url": "sample string 7"
    },
    {
      "attempts": 1,
      "project_id": 2,
      "upload_id": 3,
      "order_item_id": 4,
      "success": true,
      "success_date": "2024-07-27T08:38:43.2948954+02:00",
      "certificate_download": true,
      "download_url": "sample string 7"
    }
  ]
}