URL
GET https://{api-url}/api/v2/tenants/{tenantId}/notes/{noteId}
Sample URLs
https://{api-url}/api/v2/tenants/client_7/notes/50
Status code
200 OK
Date format must be yyyy-MM-ddTHH:mm:ssZ (GMT).
Sample response
{
"id": 50,
"subject": "Device created for maintain logs-updated",
"description": "The Device is for auditing purpose only-updated",
"createdTime": "2016-03-21T12:02:11+0000",
"updatedTime": "2016-03-21T12:06:26+0000",
"startTime": "2016-03-26T15:40:10+0000",
"expiryTime": "2016-04-26T15:40:10+0000",
"createdBy": {
"id": "USR0000002095",
"loginName": "John.Smith",
"lastName": "Smith",
"firstName": "John",
"email": "john.smith@gmail.com",
"changePassword": false
}
}