on 2024 Apr 11 5:18 PM
Hi All,
I am using GET method to bring data from Datasphere relational dataset. I want to filter the data based on fiscal year. When i do that in the HTTP request in Postman. It returns with below error.
Can you please guide if the syntax being used correct for filtering the data is correct? I have used SAP API documentation
Link to API reference: https://api.sap.com/api/DatasphereConsumption/path/getRelationalData
Thanks,
Laxmi
Hi,
Please try to replace the space on either side of 'eq' with '%20', the new filter as below:
FiscalYear%20eq%202022
Regards,
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.