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_mentor_orgs_users_course_creation_files_partial_update

Request

Endpoint to fetch update and delete files associated with course creation tasks.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this course creation task file.

orgstringrequired
user_idstringrequired
Body
course_creation_taskinteger
filestring(uri)
curl -i -X PATCH \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/course-creation/files/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: multipart/form-data' \
  -F course_creation_task=0 \
  -F file=http://example.com

Responses

Bodyapplication/json
idintegerread-onlyrequired
course_creation_taskintegerrequired
filestring(uri)required
date_createdstring(date-time)read-onlyrequired
last_modifiedstring(date-time)read-onlyrequired
Response
application/json
{ "id": 0, "course_creation_task": 0, "file": "http://example.com", "date_created": "2019-08-24T14:15:22Z", "last_modified": "2019-08-24T14:15:22Z" }

ai_mentor_orgs_users_course_creation_files_destroy

Request

Endpoint to fetch update and delete files associated with course creation tasks.

Security
PlatformApiKeyAuthentication
Path
idintegerrequired

A unique integer value identifying this course creation task file.

orgstringrequired
user_idstringrequired
curl -i -X DELETE \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/course-creation/files/{id}/' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

No response body

ai_mentor_orgs_users_course_creation_section_list

Request

API viewset for managing course sections.

This viewset allows platform administrators to retrieve and manage sections within EdX courses.

Permissions:

  • Restricted to platform administrators only
Security
PlatformApiKeyAuthentication
Path
orgstringrequired
user_idstringrequired
Query
courseinteger
orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

searchstring

A search term.

taskinteger
curl -i -X GET \
  'https://docs.ibl.ai/_mock/apis/ibl/api/ai-mentor/orgs/{org}/users/{user_id}/course-creation/section/?course=0&ordering=string&page=0&page_size=0&search=string&task=0' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
countintegerrequired
Example: 123
nextstring or null(uri)
Example: "http://api.example.org/accounts/?page=4"
previousstring or null(uri)
Example: "http://api.example.org/accounts/?page=2"
resultsArray of objects(Section)required
results[].​idintegerread-onlyrequired
results[].​courseintegerrequired
results[].​display_namestring<= 255 charactersrequired
results[].​statusstringread-onlyrequired
  • published - Published
  • draft - Unsynced
  • error - Error
  • syncing - Syncing
Enum"published""draft""error""syncing"
results[].​created_atstring(date-time)read-onlyrequired
results[].​updated_atstring(date-time)read-onlyrequired
Response
application/json
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ {} ] }

ai-prompt

Operations

career

Operations

catalog

Operations

core

Operations

credentials

Operations

features

Operations

media

Operations

notifications

Operations

scim

Operations

commerce

Operations

recommendations

Operations

reports

Operations

skills

Operations