GET odata/Comments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Comment
NameDescriptionTypeAdditional information
AuthorizationID

string

String length: inclusive between 0 and 50

CommentID

integer

None.

CommentDate

date

None.

Service

string

Required

String length: inclusive between 0 and 50

Regarding

string

String length: inclusive between 0 and 50

AttPath

string

String length: inclusive between 0 and 245

CommentText

string

None.

WebViewable

string

String length: inclusive between 0 and 50

AddedBy

string

String length: inclusive between 0 and 50

AddedOn

date

None.

ModifiedBy

string

String length: inclusive between 0 and 50

ModifiedOn

date

None.

Subject

string

String length: inclusive between 0 and 500

AttachmentType

string

String length: inclusive between 0 and 50

AttachmentFile

Collection of byte

None.

ID

integer

None.

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "AuthorizationID": "sample string 1",
    "CommentID": 2,
    "CommentDate": "2025-05-15T16:42:17.0863801+00:00",
    "Service": "sample string 3",
    "Regarding": "sample string 4",
    "AttPath": "sample string 5",
    "CommentText": "sample string 6",
    "WebViewable": "sample string 7",
    "AddedBy": "sample string 8",
    "AddedOn": "2025-05-15T16:42:17.0863801+00:00",
    "ModifiedBy": "sample string 9",
    "ModifiedOn": "2025-05-15T16:42:17.0863801+00:00",
    "Subject": "sample string 10",
    "AttachmentType": "sample string 11",
    "AttachmentFile": "QEA=",
    "ID": 12
  }
]

application/xml, text/xml

Sample:
<ArrayOfComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <Comment i:nil="true" />
  <Comment>
    <AddedBy>sample string 8</AddedBy>
    <AddedOn>2025-05-15T16:42:17.0863801+00:00</AddedOn>
    <AttPath>sample string 5</AttPath>
    <AttachmentFile>QEA=</AttachmentFile>
    <AttachmentType>sample string 11</AttachmentType>
    <AuthorizationID>sample string 1</AuthorizationID>
    <CommentDate>2025-05-15T16:42:17.0863801+00:00</CommentDate>
    <CommentID>2</CommentID>
    <CommentText>sample string 6</CommentText>
    <ID>12</ID>
    <ModifiedBy>sample string 9</ModifiedBy>
    <ModifiedOn>2025-05-15T16:42:17.0863801+00:00</ModifiedOn>
    <Regarding>sample string 4</Regarding>
    <Service>sample string 3</Service>
    <Subject>sample string 10</Subject>
    <WebViewable>sample string 7</WebViewable>
  </Comment>
</ArrayOfComment>