I have One schema category, In that I have four content T1, T2,T3,T4.
How can I fetch only two out of four content from API filter?
I have One schema category, In that I have four content T1, T2,T3,T4.
How can I fetch only two out of four content from API filter?
Sorry, I don’t get your question.
http://Mysite.co.uk/api/content/dev-educate/category/$orderBy=data/OrderNo/iv desc
I want to execute this API from postman, but getting 404 not found
Do you have an bearer token? Can you make a screenshot of youjr request?
Looks good, are you sure that the URL is correct and that the bearer token is valid? I would just go to this content in the management UI and check the chrome network tab to compare your requests.
Yes Url and token is valid.
without adding sorting filter its working fine
You have forgotten the question mark…it is a query string
Yes, Now its working fine …Thanks