Skip to main content

Get list of course resources

The purpose of this API is to get the list of course resources.

Request URL:https://learn.zoho.com/learn/api/v1/portal/<networkurl>/course/<courseId>/file
OAuth Scope:ZohoLearn.attachment.READ
Request Method:GET

Response

Copied{
    "STATUS": "OK",
    "ATTACHMENTS": [
        {
            "imageWidth": "899",
            "fileName": "file_example_PNG_3MB.png",
            "extension": "png",
            "attachmentItemType": "COURSE",
            "attachmentType": "ATTACH",
            "uploadedTime": "Today, 04:05 AM",
            "imageHeight": "600",
            "itemId": "6342496000000086001",
            "isImage": "true",
            "size": "2.83 MB",
            "fileSize": "2964729",
            "viewUrl": "/_lms/api/portal/zylker-network/course/6342496000000086001/file/6342496000000089039",
            "canDelete": "true",
            "id": "6342496000000089039",
            "viewCount": "0",
            "contentType": "image/png",
            "uploadedBy": "799705715",
            "downloadCount": "0"
        }
    ]
}

Show full

Show less

Sample URL

Copiedhttps://learn.zoho.com/learn/api/v1/portal/zylker-network/course/6342496000000086001/file