payLoad = {
'scope': 'sdpodapi',
'authtoken': 'aacf987a0c0e5768e5bf28db656f43b6',
'OPERATION_NAME': 'GET_REQUESTS',
'INPUT_DATA': '{operation:{Details:{FILTERBY:All_Requests,FROM:1,LIMIT:1000,
STATUS:Closed}}}'
}
I'm trying to get all request with status closed using Fetch All Request API
Even though i have indicated STATUS:Closed in the INPUT_DATA. it still returns all result regardless of status.