Kombo · Example Payload

Kombo Getlmscourseprogressions Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getlmscourseprogressions Example is an example object payload from Kombo, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetLmsCourseProgressions",
  "method": "GET",
  "path": "/lms/course-progressions",
  "summary": "Get course progressions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
          "results": [
            {
              "id": "26vafvWSRmbhNcxJYqjCzuJg",
              "remote_id": "progress-12345",
              "user_id": "7xPdr68N8kG9EzLwjsN9xyz",
              "course_revision_id": "3KMdr68N8kG9EzLwjsN9aoz",
              "status": "COMPLETED",
              "enrolled_at": "2022-08-07T14:01:29.196Z",
              "completed_at": "2022-08-07T14:01:29.196Z",
              "changed_at": "2022-08-07T14:01:29.196Z",
              "remote_deleted_at": null,
              "remote_data": null,
              "user": {
                "id": "26vafvWSRmbhNcxJYqjCzuJg",
                "remote_id": "32",
                "first_name": "Sarah",
                "last_name": "Johnson",
                "work_email": "sarah.johnson@example.com"
              },
              "course_revision": {
                "id": "3KMdr68N8kG9EzLwjsN9aoz",
                "remote_id": "revision-12345",
                "title": "Building LMS integrations with Kombo",
                "course": {
                  "id": "26vafvWSRmbhNcxJYqjCzuJg",
                  "remote_id": "32"
                }
              }
            }
          ]
        }
      }
    }
  ]
}