How Can We Help?
Files
To display a list of shared files for members perform a post with the following data:
{
“action”:”get_media”,
“shared”: true
}
A successful response will contain an array of files with the following data:
{
"contentType":<string>,
"height":<number>,
"id":<number>,
"name":<string>,
"report":<boolean>,
"share":<boolean>,
"storageId":<number>,
"url":<string>,
"width": <number
}
Note that width and height only apply to image file type. The content type is a mime type.