Skip to main content

Blog

Blog List

Use this API to list all blogs created in the LMS.

 GET /blog/blog-list Try now

Query string parameters

FieldTypeDescription
firstRecord
required
integerFirst record to return. Default: 1
count
required
integerNumber of records to be returned from the first record Default: 20, Max count limit: 100
qstringfilter data by blog title and description

For general error details, click here.

Blog Details

Use this API to list a get individual blog details.

 GET /blog/{blogId}/detail Try now

Path parameters

FieldTypeDescription
blogId
required
integerA single blog ID

For general error details, click here.