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": "1039fd6c-8bbe-420c-99a8-265842b5d4af", "typeId": "dd23e6f2-8251-494e-8e5d-5ceacddf0c01", "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>1039fd6c-8bbe-420c-99a8-265842b5d4af</id> <text>sample string 3</text> <typeId>dd23e6f2-8251-494e-8e5d-5ceacddf0c01</typeId> </Note>