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

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

catalog_milestones_skill_points_course_retrieve

Request

Retrieve skill point information for a specific course

Security
PlatformApiKeyAuthentication
Query
course_idstringnon-emptyrequired

ID of the course to retrieve skill point information for

get_objboolean

If True, returns skill objects instead of skill names as keys

Default false
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/milestones/skill_points/course/?course_id=string&get_obj=false' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
property name*anyadditional property
Response
application/json
{ "property1": null, "property2": null }

catalog_milestones_skill_points_course_create

Request

Update skill point information for a specific course

Security
PlatformApiKeyAuthentication
Query
course_idstringnon-emptyrequired

ID of the course to retrieve skill point information for

get_objboolean

If True, returns skill objects instead of skill names as keys

Default false
Bodyrequired
course_idstringrequired

ID of the course to update skill point information for

point_dataobjectrequired

Dictionary mapping skill names to point values. Example: {'skill_name': 5}

point_data.​property name*integer>= 0additional property
overwriteboolean

If True, removes all skills not in point_data. If False, only updates specified skills.

Default true
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/milestones/skill_points/course/?course_id=string&get_obj=false' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "course_id": "string",
    "point_data": {
      "property1": 0,
      "property2": 0
    },
    "overwrite": true
  }'

Responses

Successfully updated skill points

catalog_milestones_skill_points_platform_retrieve

Request

Retrieve paginated list of platform skill points

Security
PlatformApiKeyAuthentication
Query
department_modeboolean

If True, filters results by department user permissions

platform_keystringnon-empty

Platform key identifier

platform_orgstringnon-empty

Platform organization identifier

querystringnon-empty

Search query for filtering skill points by user or skill name

sortstringnon-empty

Sort field for results. Default: '-id'

Default "-id"
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/milestones/skill_points/platform/?department_mode=true&platform_key=string&platform_org=string&query=string&sort=-id' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
resultsArray of objectsrequired

List of platform skill point entries

results[].​property name*anyadditional property
countintegerrequired

Total number of results

next_pagestring or null(uri)required

URL for next page of results

previous_pagestring or null(uri)required

URL for previous page of results

Response
application/json
{ "results": [ {} ], "count": 0, "next_page": "http://example.com", "previous_page": "http://example.com" }

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations