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": "c7c1be2f-2ed7-45b6-b204-7f8ca8e4119e",
"typeId": "1843af5a-cf64-42d6-9d5d-81cd9b559eae",
"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>c7c1be2f-2ed7-45b6-b204-7f8ca8e4119e</id> <text>sample string 3</text> <typeId>1843af5a-cf64-42d6-9d5d-81cd9b559eae</typeId> </Note>