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_programs_self_create

Request

Log user enrollment with a program.

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
orgstringnon-empty

Organization for the program

platform_keystringnon-empty

Platform key for the program

program_idstringnon-empty

Program ID for self-enrollment

program_keystringnon-empty

Program key for self-enrollment

slugstringnon-empty

Program slug for self-enrollment

startedstring(date-time)

Date when enrollment started

user_idstringnon-empty

User ID for self-enrollment

usernamestringnon-empty

Username for self-enrollment

Body
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

expiredstring or null(date-time)

Date when enrollment expires (null, if not expiring)

activeboolean

Whether the enrollment is active

curl -i -X POST \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/enrollment/programs/self/?active=true&expired=2019-08-24T14%3A15%3A22Z&ignore_expiration=false&org=string&platform_key=string&program_id=string&program_key=string&slug=string&started=2019-08-24T14%3A15%3A22Z&user_id=string&username=string' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "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",
    "expired": "2019-08-24T14:15:22Z",
    "active": true
  }'

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

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 }

catalog_enrollment_programs_self_destroy

Request

Unenroll from a program. Deactivates enrollment.

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
orgstringnon-empty

Organization for the program

platform_keystringnon-empty

Platform key for the program

program_idstringnon-empty

Program ID for self-enrollment

program_keystringnon-empty

Program key for self-enrollment

slugstringnon-empty

Program slug for self-enrollment

startedstring(date-time)

Date when enrollment started

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/programs/self/?active=true&expired=2019-08-24T14%3A15%3A22Z&ignore_expiration=false&org=string&platform_key=string&program_id=string&program_key=string&slug=string&started=2019-08-24T14%3A15%3A22Z&user_id=string&username=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

catalog_increment_retrieve

Request

Retrieve auto increment information for a specific platform.

Security
PlatformApiKeyAuthentication
Query
keystringnon-empty

Platform key identifier

orgstringnon-empty

Platform organization identifier

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/increment/?key=string&org=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
course_numberintegerrequired

Current course auto-increment number

item_numberinteger

Current item auto-increment number

program_numberinteger

Current program auto-increment number

orgstringrequired

Platform organization

keystringrequired

Platform key

Response
application/json
{ "course_number": 0, "item_number": 0, "program_number": 0, "org": "string", "key": "string" }

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations