GET api/Documents?moduleId={moduleId}&entityId={entityId}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
moduleId
Documentation for 'moduleId'.

Define this parameter in the request URI.

entityId
Documentation for 'entityId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfWebApiDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/glit.App.Common.DTO">
  <WebApiDocument z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <Caption>sample string 5</Caption>
    <Created>2024-05-11T04:56:19.1122014+02:00</Created>
    <CreatorId>4798863e-dfd2-4367-ae8a-9a417365f10b</CreatorId>
    <Id>1a78171e-243d-460e-b5e3-fd465a302747</Id>
    <IsDirty>true</IsDirty>
    <IsNew>true</IsNew>
    <Modified>2024-05-11T04:56:19.1122014+02:00</Modified>
    <ModifierId>ec1a5c8f-d3ed-48ea-8e31-4fd805a7a47d</ModifierId>
    <Documents>
      <WebApiDocument z:Ref="i1" />
      <WebApiDocument z:Ref="i1" />
      <WebApiDocument z:Ref="i1" />
    </Documents>
    <FileName>sample string 1</FileName>
    <FileType>sample string 2</FileType>
  </WebApiDocument>
  <WebApiDocument z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
  <WebApiDocument z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfWebApiDocument>