TextblockEntryList Data Type

Properties
name data type constraints description
entries array of TextblockEntry  
rowCount number required

Example

{
  "entries" : [ {
    "description" : "...",
    "hidden" : true,
    "mimeType" : "IMAGEPNG",
    "localeCnr" : "...",
    "filename" : "...",
    "text" : "...",
    "blob" : "...",
    "id" : 12345
  }, {
    "description" : "...",
    "hidden" : true,
    "mimeType" : "IMAGEPNG",
    "localeCnr" : "...",
    "filename" : "...",
    "text" : "...",
    "blob" : "...",
    "id" : 12345
  } ],
  "rowCount" : 12345
}