User Activity

I’m working on a task that involves calling a REST GET request to check the status of a process. Once the status is marked as ‘completed’, I’ll need to trigger another REST GET request to proceed with the next step.Could you point  on the best way to...
First response"headers":{"Server":"opentest""Date": "Thu, 02 May 2024 03:54:38 GMT""Content-Type":"application/json""Transfer-Encoding":"chunked""Vary":"Accept-Encoding""X-Current-Page":"0""X-Page-Count":"9""X-Page-Size":"2000""X-Total-Count":"17139"...
I need help to parse this data into csv format [{"id": "12345","email": "mary@xyz.com","status": "active","groups": ["Software","Hardware"],"username": "r1234","domain": "xyz.com","orgSpecific": true,"firstName": "Mary","lastName": "R","countryCode":...
I am doing an API call by passing dynamic timestamp in Query Parameters section , here is the value I am passing “INSTALLED_SW_LAST_CHANGE_TIMESTAMP%20ge%20”+Date.now().toLocaleDateString()+“T15:00:00-05:00)”. I am getting status code error 400 But ...
I am using REST Get snap and pagination is not working. Sample output “entity” : { “@odata.context” : “https://test-odata.com/at.odata/v2.0/$metadata_65687877”, “value” : , “@odata.nextLink”“https://test-odata.com/at.odata/latest/&%24top=20000&$ski...
Kudos from