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) Group API

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

Epignosis (TalentLMS, eFront, TalentCards) Group 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 Group. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 6 operations across 6 paths, and defines 11 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.

6 operations 6 paths 11 schemas 2 GET1 POST3 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) Group API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Group 6
GET
/Group/{Id}
Returns information about the group with the associated Id.
1 param → 200404
GET
/Groups
Returns the entire group list.
→ 200400
POST
/Group/AddUser
Adds a user to a group
body → 200400
PUT
/Group/{Id}/AddUser
Adds a user to the specified group. - The Id in the URL, refers to the group. - The Id of the user is defined as a PUT field, in the request body.
1 param body → 200400
PUT
/Group/{Id}/RemoveUser
Removes a user from the specified group. - The Id in the URL, refers to the group. - The Id of the user is defined as a PUT field, in the request body.
1 param body → 200400
PUT
/Job/{Id}/RemoveUser
Removes a user from 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 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are standardResponse (3 properties), usersList (2 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
login
string
The login username
coursesList
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

epignosis-talentlms-efront-talentcards-group-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) Job API
Epignosis (TalentLMS, eFront, TalentCards) Plugin API