POST api2/lms_tracking_forwarded.json
Forwarded LMS Certificates
Request Information
URI Parameters
None.
Body Parameters
API.Models.LMSTrackingRequest| Name | 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.LMSTrackingForwardedResponse| Name | 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": "2025-12-22T10:55:53.8575894+01:00",
"expiration_date": "2025-12-22T10:55:53.8575894+01: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": "2025-12-22T10:55:53.8575894+01:00",
"expiration_date": "2025-12-22T10:55:53.8575894+01:00",
"certificate_download_url": "sample string 6"
}
]
}