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_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" }

catalog_milestones_skill_points_platform_create

Request

Update platform skill points for a user

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"
Bodyrequired
usernamestringrequired

Username to update skill points for

platform_keystringrequired

Platform key identifier

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/platform/?department_mode=true&platform_key=string&platform_org=string&query=string&sort=-id' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "username": "string",
    "platform_key": "string",
    "point_data": {
      "property1": 0,
      "property2": 0
    },
    "overwrite": true
  }'

Responses

Successfully updated skill points

catalog_milestones_skill_points_platform_destroy

Request

Delete a platform skill point entry

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

skill_point_idintegerrequired

ID of the skill point to delete

sortstringnon-empty

Sort field for results. Default: '-id'

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

Responses

Successfully deleted skill point

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations