Has anyone used REST Query on PT 8.55
We are having HCM 9.2 PT 8.55.08
OS: Linux 6
Database: 11g
Here are the steps I followed to configure REST query as given in People Books.
1. Check REST Target Locations are specified.
Main Menu > PeopleTools > Integration Broker > Configuration > Service Configuration
Setup Target Locations
2. Check Service Operation - QAS_EXECUTEQRY_REST_GET is active and having active Handlers and Routings.
3. Role 'QAS Admin' assigned to the user who is testing the REST Query.
4. Create a public query
5. Formed a URL/Link.
https://<servername>:<port>/PSIGW/RESTListeningConnector/<defaultlocal node>/ExecuteQuery.v1/public/<name of the query>/XMLP/NOFILE?isconnectedquery=N&maxrows=1000
6. Test the URL using any REST test utility or SendMaster.