GET api/private/DocumentEvidences/GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Domain.Observation.DocumentEvidence
NameDescriptionTypeAdditional information
Description

string

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

Disabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Description": "sample string 1",
    "Id": 2,
    "CreatedDate": "2025-04-25T18:12:48.0042169Z",
    "ModifiedDate": "2025-04-25T18:12:48.0042169Z",
    "Disabled": true
  },
  {
    "Description": "sample string 1",
    "Id": 2,
    "CreatedDate": "2025-04-25T18:12:48.0042169Z",
    "ModifiedDate": "2025-04-25T18:12:48.0042169Z",
    "Disabled": true
  }
]

text/xml

Sample:
<ArrayOfDocumentEvidence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Observation">
  <DocumentEvidence>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:12:48.0042169-04:00</CreatedDate>
    <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:12:48.0042169-04:00</ModifiedDate>
    <Description>sample string 1</Description>
  </DocumentEvidence>
  <DocumentEvidence>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:12:48.0042169-04:00</CreatedDate>
    <Disabled xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">true</Disabled>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2</Id>
    <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/Domain.Core">2025-04-25T14:12:48.0042169-04:00</ModifiedDate>
    <Description>sample string 1</Description>
  </DocumentEvidence>
</ArrayOfDocumentEvidence>