MediaFile

MediaId

Id of a media item.


Type integer
MediaName

Name of the media item.


Type string
MediaType

The media type of the item.


Type integer
Additional info
FileExtension

The extension of the file.


Type string
FileSize

The filesize of the media file.


Type integer
Additional info

Size in bytes

Width

In case of an image the width of the full image.


Type integer
Height

In case of an image the height of the full image.


Type integer
LastModifiedDate

Most recent date the mediafile has been modified.


Type date
Additional info
ThumbUrl

In case of an image the url to the image thumbnails.


Type string
Additional info

Resolution: 100 x 78 px(width x height)

Url

The public URL to the media file.


Type string
Links

HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic.


Type Hateoas

Related Methods

Retrieve all media items from a media folder.

Retrieve a media item by id.

Add a new file to the media library.