GET api/Documents/DocumentFilesOfPost/{postId}

Get All Document of given PostId (MOBILE IMG)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
postId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Collection of byte

Response Formats

application/json, text/json

Sample:
[
  "QEA=",
  "QEA="
]

application/xml, text/xml

Sample:
<ArrayOfbase64Binary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <base64Binary>QEA=</base64Binary>
  <base64Binary>QEA=</base64Binary>
</ArrayOfbase64Binary>