| RecommendationType | Description |
|---|---|
| 0 | None |
| 1 | AI |
| 2 | Curated |
| 3 | AI + Curated |
curl --location 'https://api.skillsintelligence.imocha.io/learning/materials?PageNumber=1&PageSize=100&SearchText=undefined&IncludeSkills=true&lastModifiedOn=2026-04-23T01%3A45%3A53Z' \
--header 'x-api-key;'{
"items": [
{
"learningMaterialId": 0,
"externalMaterialId": "string",
"title": "string",
"recommendationType": 0,
"url": "string",
"issuer": {
"id": 0,
"name": "string"
},
"skills": [
{
"taxonomySkillId": 0,
"skillName": "string",
"description": "string",
"explanation": "string",
"source": 1,
"proficiency": 0
}
]
}
],
"pageNumber": 0,
"totalPages": 0,
"totalCount": 0,
"hasPreviousPage": true,
"hasNextPage": true
}