Skip to content

ibl-data-manager (3.59.0-ai-plus)

API for iblai

Download OpenAPI description
Languages
Servers
Mock server

https://docs.ibl.ai/_mock/apis/ibl/

https://base.manager.iblai.app/

ai-account

Operations

ai-analytics

Operations

platform_orgs_courses_videos_retrieve

Request

Get video watch statistics on a per-course basis.

This endpoint provides a list of courses with aggregated video watch metrics, including total views and completion percentages.

Returns: A list of courses with:

  • Course identification (ID and name)
  • Video watch count
  • Percentage of total videos watched
Security
PlatformApiKeyAuthentication
Path
orgstringrequired
Query
department_idinteger

When department_mode=1 is passed, it allows to filter data for only user content groups for the specified department

formatstringnon-empty

Format

  • json - json
Default "json"
Value"json"
include_main_platformboolean

Include main platform data

Default true
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/platform/orgs/{org}/courses/videos?department_id=0&format=json&include_main_platform=true' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
dataArray of objects(WatchedVideosPerCourseData)
totalinteger

Total videos Watched for all rows

Response
application/json
{ "data": [ {} ], "total": 0 }

platform_orgs_progress_completed_retrieve

Request

Get completion count statistics.

This endpoint returns completion counts at different levels:

  • Platform level: Total users who have completed at least one course
  • Course level: Total completions for a specific course
  • Learner level: Total courses completed by a specific learner

Query Parameters: course_id (str, optional): Filter by course ID user_id (str, optional): Filter by username or email

Returns: A count of completions based on the specified filters.

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/platform/orgs/{org}/progress/completed' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

platform_orgs_progress_completion_rate_retrieve

Request

Average of total completed units

Security
PlatformApiKeyAuthentication
Path
orgstringrequired
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/platform/orgs/{org}/progress/completion-rate' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai-bot

Operations

ai-finetuning

Operations

ai-index

Operations

ai-marketing

Operations

ai-media

Operations

ai-mentor

Operations

ai-prompt

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations