Account Owner, Account Administrators, Department Administrators, users with a custom role, or Course Author withaccessto the project containing this course.
The login of Account Owner, Account Administrator, Department Administrator, Publisheror a user with a custom role.
X-Auth-Password (required)
The password of Account Owner, Account Administrator, Department Administrator, Publisheror a user with a custom role.
Response Codes
Code
Text
Description
200
OK
The request has been successfully processed. The response body contains the XML data regarding all account courses.
400
Bad Request
A request error.
401
Unauthorized
An authorization error.
403
Permission denied
The user doesn't have enough permissions to get a list of account courses.
Sample Request
GET /content
Host: api-learn.ispringlearn.com
X-Auth-Account-Url: https://myaccount.ispringlearn.com
X-Auth-Email: email@email.com
X-Auth-Password: password
XML
Sample Response
https/1.1 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<response>
<contentItem>
<contentItemId>86479c62-4e4a-11e9-9ddf-e6163e60333c</contentItemId>
<title>Sample Simulation - Car Sale Dialog</title>
<description>Things to remember when meeting a client.</description>
<userId>87a61dae-4e4a-11e9-80be-e6163e60333c</userId>
<addedDate>2019-03-26T06:34:57+00:00</addedDate>
<viewUrl>https://myaccount.ispringlearn.com/view/200009-1gryB-w4K2M-gB5X5</viewUrl>
<type>Course</type>
</contentItem>
...
</response>