POST api2/lms_tracking_forwarded.json
Forwarded 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.LMSTrackingForwardedResponseName | Description | Type | Additional information |
---|---|---|---|
tracking | Collection of API.Models.LMSTrackingForwarded |
None. |
Response Formats
{ "tracking": [ { "project_id": 1, "project_name": "sample string 1", "customer_id": 2, "first_name": "sample string 3", "last_name": "sample string 4", "email": "sample string 5", "attempts": 1, "success": true, "success_date": "2024-10-09T20:27:07.1097882+02:00", "expiration_date": "2024-10-09T20:27:07.1097882+02:00", "certificate_download_url": "sample string 6" }, { "project_id": 1, "project_name": "sample string 1", "customer_id": 2, "first_name": "sample string 3", "last_name": "sample string 4", "email": "sample string 5", "attempts": 1, "success": true, "success_date": "2024-10-09T20:27:07.1097882+02:00", "expiration_date": "2024-10-09T20:27:07.1097882+02:00", "certificate_download_url": "sample string 6" } ] }