GET {version}/GetSystemNote
Get System Note
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
System Note
NoteName | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
None. |
|
typeId | globally unique identifier |
None. |
|
text | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "77b43c93-3aa6-4972-81e3-e89bc69e8290", "typeId": "5da20550-95b4-411b-b18a-420b2d72cf38", "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>77b43c93-3aa6-4972-81e3-e89bc69e8290</id> <text>sample string 3</text> <typeId>5da20550-95b4-411b-b18a-420b2d72cf38</typeId> </Note>