GET {version}/GetSystemNote

Get System Note

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

System Note

Note
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

typeId

globally unique identifier

None.

text

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "4ea1daa1-4dc1-4ac3-a890-ea0d0dd5c86b",
  "typeId": "7a73cfd6-35b7-424f-888d-095bce60c316",
  "text": "sample string 3"
}

application/xml, text/xml

Sample:
<Note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
  <id>4ea1daa1-4dc1-4ac3-a890-ea0d0dd5c86b</id>
  <text>sample string 3</text>
  <typeId>7a73cfd6-35b7-424f-888d-095bce60c316</typeId>
</Note>