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_resources_destroy

Request

Remove a resource from the database.

Security
PlatformApiKeyAuthentication
Query
idintegerrequired

Resource ID to delete

item_idstringnon-empty

Item ID associated with the resource

keystringnon-empty

Platform key

namestringnon-empty

Resource name

orgstringnon-empty

Platform organization

platform_keystringnon-empty

Platform key

platform_orgstringnon-empty

Platform organization (alternative to org)

resource_typestringnon-empty

Type of resource

user_idinteger

User ID who owns the resource

usernamestringnon-empty

Username who owns the resource

curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/resources/?id=0&item_id=string&key=string&name=string&org=string&platform_key=string&platform_org=string&resource_type=string&user_id=0&username=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
countintegerrequired

Number of resources deleted

typeobjectrequired

Types of objects deleted

type.​property name*anyadditional property
Response
application/json
{ "count": 0, "type": { "property1": null, "property2": null } }

catalog_reviews_course_retrieve

Request

Retrieve a paginated list of course reviews with filtering options

Security
PlatformApiKeyAuthentication
Query
course_idstringnon-empty

Filter reviews by course ID

orgstringnon-empty

Alias for platform_org

pageinteger

Page number for pagination

page_sizeinteger

Number of items per page

platform_keystringnon-empty

Filter reviews by platform key

platform_orgstringnon-empty

Filter reviews by platform organization

sortstringnon-empty

Field to sort results by (default: '-id')

Default "-id"
user_idstringnon-empty

Filter reviews by user ID

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/reviews/course/?course_id=string&org=string&page=0&page_size=0&platform_key=string&platform_org=string&sort=-id&user_id=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
countintegerrequired

Total number of reviews

next_pageinteger or nullrequired

Next page number

previous_pageinteger or nullrequired

Previous page number

resultsArray of objectsrequired
results[].​property name*anyadditional property
Response
application/json
{ "count": 0, "next_page": 0, "previous_page": 0, "results": [ {} ] }

catalog_reviews_course_info_retrieve

Request

Retrieve aggregate review information for a course.

Security
PlatformApiKeyAuthentication
Query
course_idstringnon-emptyrequired

The course ID to get review information for

curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/catalog/reviews/course/info/?course_id=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
course_idstringrequired

The course ID associated with the reviews

avg_ratingnumber or null(double)required

Average rating of the course

countintegerrequired

Total number of reviews for the course

Response
application/json
{ "course_id": "string", "avg_rating": 0.1, "count": 0 }

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations