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

catalog_increment_create

Request

Update auto increment information and retrieve a new ID for a specific platform.

Security
PlatformApiKeyAuthentication
Bodyrequired
keystring

Platform key identifier

orgstring

Platform organization identifier

number_typestringrequired

Type of number requested (e.g., course, program, pathway)

curl -i -X POST \
  https://docs.ibl.ai/_mock/apis/ibl/api/catalog/increment/ \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "key": "string",
    "org": "string",
    "number_type": "string"
  }'

Responses

Bodyapplication/json
integer
Response
application/json
0

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations