POST api2/lms_tracking_forwarded.json

Forwarded 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.LMSTrackingForwardedResponse
NameDescriptionTypeAdditional 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-07-27T06:32:59.9134127+02:00",
      "expiration_date": "2024-07-27T06:32:59.9134127+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-07-27T06:32:59.9134127+02:00",
      "expiration_date": "2024-07-27T06:32:59.9134127+02:00",
      "certificate_download_url": "sample string 6"
    }
  ]
}