I want to use REST API to get Workflow Actions available to an specific ticket.
I tried to get it using oData, but returns multiple actions with the same information (probably one per version of current workflow).
Anybody knows how can I do this?
Odata Call
{
"fields":"Description,ActionName,ActionStatus,RelState",
"methodType":"GET",
"orderby":"MdrElementID desc",
"size":1,
"page":0,
"filter":"((ActionName eq 'Owner Approval') and (ActionStatus eq 0))",
"uri":"/NimsoftServiceDesk/servicedesk/odata/ServiceRequest(MdrElementID='17',MdrProduct='NSD')/HasActions"
}
------------------------------
Ricardo Andrade
Field Consultant
ServiceAide
ricardo.andrade@serviceaide.com------------------------------