ItemCommentMediaInfoEntryList Data Type

Properties
name data type description
entries array of ItemCommentMediaInfoEntry

Example

{
  "entries" : [ {
    "mimeType" : "IMAGEJPEG",
    "iSort" : 12345,
    "commentType" : "...",
    "filename" : "...",
    "size" : 12345,
    "commentTypeDescription" : "...",
    "content" : "...",
    "id" : 12345
  }, {
    "mimeType" : "IMAGEJPEG",
    "iSort" : 12345,
    "commentType" : "...",
    "filename" : "...",
    "size" : 12345,
    "commentTypeDescription" : "...",
    "content" : "...",
    "id" : 12345
  } ]
}