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": "205edfde-25a5-4553-a51a-3d29a0f96989",
"typeId": "f18d6cbf-7e09-45b2-a255-1660a94782de",
"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>205edfde-25a5-4553-a51a-3d29a0f96989</id> <text>sample string 3</text> <typeId>f18d6cbf-7e09-45b2-a255-1660a94782de</typeId> </Note>