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

Epignosis (TalentLMS, eFront, TalentCards) Job API

The Job API from Epignosis (TalentLMS, eFront, TalentCards) — 6 operation(s) for job.

Epignosis (TalentLMS, eFront, TalentCards) Job API is one of 17 APIs that Epignosis (TalentLMS, eFront, TalentCards) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Job. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 7 operations across 6 paths, and defines 14 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 2 base URLs: https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0, https://ssc.efrontlearning.com/API/v1.0.

7 operations 6 paths 14 schemas 3 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://samples.talentlms.com/api/v1/
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Epignosis (TalentLMS, eFront, TalentCards) Job API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 7

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

Job 7
GET
/Job/{Id}
Returns information for a given job.
1 param → 200404
PUT
/Job/{Id}
Edits the specified job. - The Id in the URL, refers to the job.
1 param body → 200400
GET
/Jobs
Returns the entire list of jobs.
→ 200400
GET
/User/{Id}/Jobs
Returns information about user jobs.
1 param → 200400
POST
/Job/AddUser
Adds a user to a job
body → 200400
POST
/Job
Create a job
body → 200400
PUT
/Job/{Id}/AddUser
Adds a user to the specified job. - The Id in the URL, refers to the job. - The Id of the user is defined as a PUT field, in the request body.
1 param body → 200400

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are createJob (4 properties), editJob (4 properties), standardResponse (3 properties), coursesList (2 properties). Each schema is shown below with its type and property counts.

email
string
surname
string
id
integer
The resource id.
nullableId
integer
userName
string
standardResponse
object
3 properties
booleanInteger
integer
usersList
object
2 properties
timestampNullable
integer
createJob
object
4 properties 1 required
public_id
string
login
string
The login username
coursesList
object
2 properties
editJob
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

epignosis-talentlms-efront-talentcards-job-api-openapi.yml Raw ↑

Other APIs Epignosis (TalentLMS, eFront, TalentCards) publishes across the network.

TalentLMS API
Epignosis (TalentLMS, eFront, TalentCards) Account API
Epignosis (TalentLMS, eFront, TalentCards) Autologin API
Epignosis (TalentLMS, eFront, TalentCards) Branch API
Epignosis (TalentLMS, eFront, TalentCards) Catalog API
Epignosis (TalentLMS, eFront, TalentCards) Category API
Epignosis (TalentLMS, eFront, TalentCards) Content API
Epignosis (TalentLMS, eFront, TalentCards) Course API
Epignosis (TalentLMS, eFront, TalentCards) Curriculum API
Epignosis (TalentLMS, eFront, TalentCards) Extended Field API
Epignosis (TalentLMS, eFront, TalentCards) Group API
Epignosis (TalentLMS, eFront, TalentCards) Plugin API