POST api2/lms_tracking.json
LMS Certificates
Request Information
URI Parameters
None.
Body Parameters
API.Models.LMSTrackingRequestName | Description | Type | Additional 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.LMSTrackingResponseName | Description | Type | Additional 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": "2025-02-11T07:54:48.5014291+01: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": "2025-02-11T07:54:48.5014291+01:00", "certificate_download": true, "download_url": "sample string 7" } ] }