View a note in a request
URL
https://sdpondemand.manageengine.com/api/json/request/REQUEST_ID/notes/NOTESID
Method
HTTP POST
API description
Adds a note to a request in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is GET_NOTE )
Sample Request:
curl -d "authtoken=860608382173c3a027f8e1273fb22101&OPERATION_NAME=GET_NOTE&scope=sdpodapi"
https://sdpondemand.manageengine.com/api/json/request/10/notes/2000000124159
Sample Response:
{
"operation":{
"name":"GET_NOTE",
"result":{
"status":"Success",
"message":"Note fetched successfully"
},
"Details": {
"ISPUBLIC":"false",
"NOTESTEXT":"my note for testing",
"USERNAME":"Chris Cullen",
"NOTESID":"2000000124159",
"NOTESDATE":"1320668123937",
"WORKORDERID":"10"
}
}
}