Hello all,
Currently using the orchestrator api in order to get logs from our robots for data visualisation purposes via the /odata/RobotLogs endpoint.
My wish is to add the Interval : ‘Last day’ to my request filter, however I can’t seem to find any documentation on how to do it.
My Filter currently is $filter=RobotName eq ‘Robot1’ and now I want to add something like Interval eq ‘Last day’ however this doesn’t help me and the request doesn’t work (I have a “an error occured” response)
Does anyone know the proper syntax to make this kind of requests ?