GET Comments/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CommentDTO
NameDescriptionTypeAdditional information
Comment

The Comment content

string

None.

ItemID

ID of item

globally unique identifier

None.

ItemTitle

Title of Item

string

None.

CreatedOn

The date the comment was Created On

date

None.

CreatedByID

The ID of the user that created the comment

globally unique identifier

None.

CreatedBy

The username of the person that created the comment

string

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Comment": "sample string 1",
      "ItemID": "e6d6e1a8-efbe-469c-abfc-431e35744ad9",
      "ItemTitle": "sample string 3",
      "CreatedOn": "2024-05-13T17:48:26Z",
      "CreatedByID": "28bbfa65-9203-4660-8e05-72cd907ba299",
      "CreatedBy": "sample string 6",
      "ID": "4b360def-9276-452f-9d75-fb319f23663b",
      "Timestamp": "QEA="
    },
    {
      "Comment": "sample string 1",
      "ItemID": "e6d6e1a8-efbe-469c-abfc-431e35744ad9",
      "ItemTitle": "sample string 3",
      "CreatedOn": "2024-05-13T17:48:26Z",
      "CreatedByID": "28bbfa65-9203-4660-8e05-72cd907ba299",
      "CreatedBy": "sample string 6",
      "ID": "4b360def-9276-452f-9d75-fb319f23663b",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Comment":"sample string 1","ItemID":"e6d6e1a8-efbe-469c-abfc-431e35744ad9","ItemTitle":"sample string 3","CreatedOn":"2024-05-13T17:48:26Z","CreatedByID":"28bbfa65-9203-4660-8e05-72cd907ba299","CreatedBy":"sample string 6","ID":"4b360def-9276-452f-9d75-fb319f23663b","Timestamp":"QEA="},{"Comment":"sample string 1","ItemID":"e6d6e1a8-efbe-469c-abfc-431e35744ad9","ItemTitle":"sample string 3","CreatedOn":"2024-05-13T17:48:26Z","CreatedByID":"28bbfa65-9203-4660-8e05-72cd907ba299","CreatedBy":"sample string 6","ID":"4b360def-9276-452f-9d75-fb319f23663b","Timestamp":"QEA="}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfCommentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <CommentDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">4b360def-9276-452f-9d75-fb319f23663b</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Comment>sample string 1</Comment>
    <CreatedBy>sample string 6</CreatedBy>
    <CreatedByID>28bbfa65-9203-4660-8e05-72cd907ba299</CreatedByID>
    <CreatedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-13T21:48:26.633911Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </CreatedOn>
    <ItemID>e6d6e1a8-efbe-469c-abfc-431e35744ad9</ItemID>
    <ItemTitle>sample string 3</ItemTitle>
  </CommentDTO>
  <CommentDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">4b360def-9276-452f-9d75-fb319f23663b</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Comment>sample string 1</Comment>
    <CreatedBy>sample string 6</CreatedBy>
    <CreatedByID>28bbfa65-9203-4660-8e05-72cd907ba299</CreatedByID>
    <CreatedOn xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-05-13T21:48:26.633911Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>-240</d3p1:OffsetMinutes>
    </CreatedOn>
    <ItemID>e6d6e1a8-efbe-469c-abfc-431e35744ad9</ItemID>
    <ItemTitle>sample string 3</ItemTitle>
  </CommentDTO>
</ArrayOfCommentDTO>