API Integrations

Certifications Functions

certifications__getUserCeus

Parameters:

p1: partition username
p2: user username
p3: (optional) starting date range (in YYYYMMDD format)
p4: (optional) ending date range (in YYYYMMDD format)

Return Type:

String

Description:

Returns data for each CEU a user has achieved - each as an XML node. By default, all CEUs will be returned, but you can specify a starting date (to return all CEUs achieved on or after the starting date), and/or an ending date (to return all CEU's achieved on or before the end date). Supplying both the start and end date range will return items achieved on or between the 2 supplied dates.

Example (using Code Kit):
// assumes partition username "admin" exists and username 'bob123' exists
$data = APICommand( "certifications__getUserCeus", "admin", "bob123", '20180101', 20181231' );
$xml = simplexml_load_string( $data );
foreach ( $xml->children() as $result ) { echo "{$result}
"; }

 

Table of Contents

Axis LMS API Overview
Overview
Getting Started
API Tools
Understanding Return Values
Partition Functions
partition__getCount
partition__getList
partition__getRecord
User Functions
user__getCount
user__getList
user__getRecord
user__getUsername
user__getImage
user__getSSO
user__add
user__update
user__elevate
user__getManager
user__assignToManager
user__enroll
user__disenroll
user__getSysVars
user__getSysVar
user__setSysVar
Usergroup Functions
usergroup__getCount
usergroup__getList
usergroup__add
usergroup__remove
usergroup__getUserList
usergroup__getUserCount
usergroup__addUser
usergroup__removeUser
Manager Functions
manager__add
manager__getUsername
manager__assignEmployee
manager__getCourseKeywords
manager__setCourseKeywords
manager__getList
manager__getCount
manager__getUserList
manager__getUserCount
manager__getManagerList
manager__getManagerCount
Organization Functions
organizations__addUser
organizations__getBranches
organizations__getList
organizations__getUserCount
organizations__removeUser
Course Functions
course__getCount
course__getList
course__getRecord
course__getUserList
course__enrollUser
course__removeUser
Report Functions
report__getCourseInfo
report__getCourseActivityInfo
report__getUserInfo
report__getUserArchiveInfo
report__getUserCourseInfo
report__getUserTrainingSummary
Gradebook Functions
gradebook__getReportCard
Certifications Functions
certifications__getUserList
certifications__getUserInfo
certifications__getUserCeus
certifications__issueOfflineCert
certifications__issueOnlineCert
certifications__extend
certifications__getProgramID
certifications__getProgramList
Learning Paths Commands
learningpaths__enrolluser
learningpaths__disenrolluser
learningpaths__getpaths
learningpaths__getusers
learningpaths__getuserstatus
learningpaths__resetuser
System Functions
system__getApiVersion