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_enrollment_pathways_self_create

Request

Log user enrollment with a pathway.

Security
PlatformApiKeyAuthentication
Query
activeboolean

Whether the enrollment should be active

Default true
orgstringnon-empty

Organization for the pathway

pathway_idstringnon-empty

Pathway ID for self-enrollment

pathway_keystringnon-empty

Pathway key for self-enrollment

platform_keystringnon-empty

Platform key for the pathway

slugstringnon-empty

Pathway slug for self-enrollment

user_idstringnon-empty

User ID for self-enrollment

usernamestringnon-empty

Username for self-enrollment

Body
user_idstring

User ID for self-enrollment

usernamestring

Username for self-enrollment

pathway_idstring

Pathway ID for self-enrollment

pathway_keystring

Pathway key for self-enrollment

slugstring

Pathway slug for self-enrollment

orgstring

Organization for the pathway

platform_keystring

Platform key for the pathway

activeboolean

Whether the enrollment should be active

Default true
curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/enrollment/pathways/self/?active=true&org=string&pathway_id=string&pathway_key=string&platform_key=string&slug=string&user_id=string&username=string' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "user_id": "string",
    "username": "string",
    "pathway_id": "string",
    "pathway_key": "string",
    "slug": "string",
    "org": "string",
    "platform_key": "string",
    "active": true
  }'

Responses

Bodyapplication/json
user_idinteger
usernamestring
pathway_idstring
pathway_uuidstring
platform_keystring
orgstring
namestring
slugstring
createdstring or null(date-time)

Date when enrollment began/activated

endedstring or null(date-time)read-onlyrequired

Date when enrollment ended/deactivated

activeboolean

Whether the enrollment is active

Response
application/json
{ "user_id": 0, "username": "string", "pathway_id": "string", "pathway_uuid": "string", "platform_key": "string", "org": "string", "name": "string", "slug": "string", "created": "2019-08-24T14:15:22Z", "ended": "2019-08-24T14:15:22Z", "active": true }

catalog_enrollment_pathways_self_destroy

Request

Unenroll from a pathway. Deactivates enrollment.

Security
PlatformApiKeyAuthentication
Query
activeboolean

Whether the enrollment should be active

Default true
orgstringnon-empty

Organization for the pathway

pathway_idstringnon-empty

Pathway ID for self-enrollment

pathway_keystringnon-empty

Pathway key for self-enrollment

platform_keystringnon-empty

Platform key for the pathway

slugstringnon-empty

Pathway slug for self-enrollment

user_idstringnon-empty

User ID for self-enrollment

usernamestringnon-empty

Username for self-enrollment

curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/enrollment/pathways/self/?active=true&org=string&pathway_id=string&pathway_key=string&platform_key=string&slug=string&user_id=string&username=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
user_idinteger
usernamestring
pathway_idstring
pathway_uuidstring
platform_keystring
orgstring
namestring
slugstring
createdstring or null(date-time)

Date when enrollment began/activated

endedstring or null(date-time)read-onlyrequired

Date when enrollment ended/deactivated

activeboolean

Whether the enrollment is active

Response
application/json
{ "user_id": 0, "username": "string", "pathway_id": "string", "pathway_uuid": "string", "platform_key": "string", "org": "string", "name": "string", "slug": "string", "created": "2019-08-24T14:15:22Z", "ended": "2019-08-24T14:15:22Z", "active": true }

catalog_enrollment_programs_retrieve

Request

Search program enrollments. Requires user_id or username and program_id or slug.

Security
PlatformApiKeyAuthentication
Query
activeboolean

Whether the enrollment should be active

Default true
expiredstring(date-time)

Date when enrollment expires

ignore_expirationboolean

Whether to ignore expiration during unenrollment

Default false
include_default_platformboolean

Include enrollments from default platform

include_metadataboolean

Include metadata in the response

Default true
orgstringnon-empty

Organization for the program

platform_keystringnon-empty

Platform key for the program

program_idstringnon-empty

Program ID for enrollment

program_keystringnon-empty

Program key for enrollment

program_typestringnon-empty

Program type (standard, platform, custom)

slugstringnon-empty

Program slug for enrollment

startedstring(date-time)

Date when enrollment started

user_idstringnon-empty

User ID for enrollment

usernamestringnon-empty

Username for enrollment

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/enrollment/programs/?active=true&expired=2019-08-24T14%3A15%3A22Z&ignore_expiration=false&include_default_platform=true&include_metadata=true&org=string&platform_key=string&program_id=string&program_key=string&program_type=string&slug=string&started=2019-08-24T14%3A15%3A22Z&user_id=string&username=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
user_idinteger
usernamestring
program_idstring
program_keystring
platform_keystring
orgstring
namestring
slugstring
createdstring or null(date-time)

Date when enrollment began/activated

startedstring or null(date-time)

Date when enrollment started

endedstring or null(date-time)read-onlyrequired

Date when enrollment ended/deactivated

expiredstring or null(date-time)

Date when enrollment expires (null, if not expiring)

activeboolean

Whether the enrollment is active

metadataany or null
Response
application/json
{ "user_id": 0, "username": "string", "program_id": "string", "program_key": "string", "platform_key": "string", "org": "string", "name": "string", "slug": "string", "created": "2019-08-24T14:15:22Z", "started": "2019-08-24T14:15:22Z", "ended": "2019-08-24T14:15:22Z", "expired": "2019-08-24T14:15:22Z", "active": true, "metadata": null }

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations