GET DocumentsAPI/GetDocumentsByPeopleIDOwner?peopleid={peopleid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
peopleid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Documents
NameDescriptionTypeAdditional information
DocumentID

integer

None.

DateAdded

date

None.

DateAddedStr

string

None.

DocumentCategory

string

None.

DocumentTitle

string

None.

GoLive

boolean

None.

DocumentDescription

string

None.

Impact

integer

None.

TheFile

string

None.

PeopleIDSender

integer

None.

PeopleIDOwner

integer

None.

TheSender

string

None.

TheOwner

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DocumentID": 1,
    "DateAdded": "2024-03-28T08:42:39.8211396+00:00",
    "DateAddedStr": "sample string 3",
    "DocumentCategory": "sample string 4",
    "DocumentTitle": "sample string 5",
    "GoLive": true,
    "DocumentDescription": "sample string 7",
    "Impact": 8,
    "TheFile": "sample string 9",
    "PeopleIDSender": 10,
    "PeopleIDOwner": 11,
    "TheSender": "sample string 12",
    "TheOwner": "sample string 13"
  },
  {
    "DocumentID": 1,
    "DateAdded": "2024-03-28T08:42:39.8211396+00:00",
    "DateAddedStr": "sample string 3",
    "DocumentCategory": "sample string 4",
    "DocumentTitle": "sample string 5",
    "GoLive": true,
    "DocumentDescription": "sample string 7",
    "Impact": 8,
    "TheFile": "sample string 9",
    "PeopleIDSender": 10,
    "PeopleIDOwner": 11,
    "TheSender": "sample string 12",
    "TheOwner": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDocuments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models">
  <Documents>
    <DateAdded>2024-03-28T08:42:39.8211396+00:00</DateAdded>
    <DateAddedStr>sample string 3</DateAddedStr>
    <DocumentCategory>sample string 4</DocumentCategory>
    <DocumentDescription>sample string 7</DocumentDescription>
    <DocumentID>1</DocumentID>
    <DocumentTitle>sample string 5</DocumentTitle>
    <GoLive>true</GoLive>
    <Impact>8</Impact>
    <PeopleIDOwner>11</PeopleIDOwner>
    <PeopleIDSender>10</PeopleIDSender>
    <TheFile>sample string 9</TheFile>
    <TheOwner>sample string 13</TheOwner>
    <TheSender>sample string 12</TheSender>
  </Documents>
  <Documents>
    <DateAdded>2024-03-28T08:42:39.8211396+00:00</DateAdded>
    <DateAddedStr>sample string 3</DateAddedStr>
    <DocumentCategory>sample string 4</DocumentCategory>
    <DocumentDescription>sample string 7</DocumentDescription>
    <DocumentID>1</DocumentID>
    <DocumentTitle>sample string 5</DocumentTitle>
    <GoLive>true</GoLive>
    <Impact>8</Impact>
    <PeopleIDOwner>11</PeopleIDOwner>
    <PeopleIDSender>10</PeopleIDSender>
    <TheFile>sample string 9</TheFile>
    <TheOwner>sample string 13</TheOwner>
    <TheSender>sample string 12</TheSender>
  </Documents>
</ArrayOfDocuments>