notesInfo
| Namespace: | (default namespace) |
| XML Schema: | api.xsd |
Notes info is associated with a network object and includes an id, note, user and creation time.
JSON Example
{
"id":101,
"note":"notes123",
"user":"admin",
"createTimestamp":"2014-09-26 23:42:13"
}
JSON
| property | type | description |
|---|---|---|
| id | id (long) | Note id |
| note | note (string) | Note data |
| createTimestamp | createTimestamp (string) | Creation timestamp |
| user | user (string) | Note owner |