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": "d37b118d-64d2-4fac-bde3-56a8f3361715", "typeId": "12e62806-f522-4de3-88ad-61887bc9c207", "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>d37b118d-64d2-4fac-bde3-56a8f3361715</id> <text>sample string 3</text> <typeId>12e62806-f522-4de3-88ad-61887bc9c207</typeId> </Note>