Hi
I am not sure to make the time range paramater for IAS Auditlog API. Any advice will be appreciated.
curl.exe -L -sS -X GET "https://api.jp1.hana.ondemand.com/auditlog/v1/accounts/<Tenant>/AuditLogRecordsIds?$filter=(Time ge '2022-12-06T15.00.00' and Time lt '2022-05-07T15.00.00')" curl: (3) URL using bad/illegal format or missing URL curl.exe -L -sS -X GET 'https://api.jp1.hana.ondemand.com/auditlog/v1/accounts/<Tenant>/AuditLogRecordsIds?$filter=%28Time+ge+%272022-12-06T15.00.00%27+and+Time+lt+%272022-05-07T15.00.00%27%29'
{"error":{"code":null,"message":"The URI is malformed."}} curl.exe -L -sS -X GET 'https://api.jp1.hana.ondemand.com/auditlog/v1/accounts/<Tenant>/AuditLogRecordsIds?$filter=(Time ge "2022-12-06T15.00.00" and Time lt "2022-05-07T15.00.00")'
curl: (3) URL using bad/illegal format or missing URL curl.exe -L -sS -X GET 'https://api.jp1.hana.ondemand.com/auditlog/v1/accounts/aauarz6wl/AuditLogRecordsIds?$filter=(Time ge 2022-12-06T15.00.00 and Time lt 2022-05-07T15.00.00)' curl: (3) URL using bad/illegal format or missing URL