GET api/Documents/DocumentFilesOfTypeNamed/{name}/{documentTypeId}

Get All Document of given Name and DocumentTypeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

documentTypeId

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>