Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TalentLMS Batch Actions API

This section introduces endpoints that perform bulk actions. After invoking any of the below endpoints, their response includes a background task ID.. You can use the `GET api/v2/tasks/:id` endpoint to track the progress of the action. For each request, the limit of items passed inside the body is 100.

TalentLMS Batch Actions API is one of 12 APIs that TalentLMS publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Batch Actions. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://your-domain.talentlms.com.

3 operations 3 paths 0 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://{domain}.talentlms.com/api/v2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

TalentLMS Batch Actions API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (apikeyAuth). By default, every request must be authenticated.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

Batch Actions 3

This section introduces endpoints that perform bulk actions. After invoking any of the below endpoints, their response includes a background task ID.. You can use the GET api/v2/t…

POST
/api/v2/batch/courses
Upsert Courses
1 param body → 200
POST
/api/v2/batch/enrollments
Course Enrollments
1 param body → 200
POST
/api/v2/batch/users
Upsert Users
3 params body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talentlms-batch-actions-api-openapi.yml Raw ↑

Other APIs TalentLMS publishes across the network.

TalentLMS API
TalentLMS Branch API
TalentLMS Category API
TalentLMS Course API
TalentLMS Group API
TalentLMS Learning Paths API
TalentLMS Portal API
TalentLMS Task API
TalentLMS Timeline API
TalentLMS Unit API
TalentLMS User API