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
Note| Name | 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": "180b08a6-4152-4fda-964f-5493052eec23",
"typeId": "74e3583f-1261-4c88-9594-89a05e53089b",
"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>180b08a6-4152-4fda-964f-5493052eec23</id> <text>sample string 3</text> <typeId>74e3583f-1261-4c88-9594-89a05e53089b</typeId> </Note>