Hello Sailors,
I’m onboarding Oracle HCM as web service application in ISC. I need to onboard workers only from MX country code. I’m getting the expected response in Postman using the query parameter in URL: /workers?q=workRelationships.LegislationCode='MX'&fields=…... However, when using the same URL in ISC Account aggregation is failing with the error Message: 400 : Bad Request : URL request parameter q with value workRelationships.LegislationCode='MX' is not
valid. Has anyone faced similar issue with parameter q? Please advise.
Thanks,
Animesh
agutschow
(Alicia Gutschow)
August 25, 2025, 2:18pm
2
jainanimesh:
rding Oracle HCM as web service application in ISC. I need to onboard workers only from MX country code. I’m getting the expected response in Postman using the query parameter in URL: /workers?q=workRelationships.LegislationCode='MX'&fields=…... However, when using the same URL in ISC Account aggregation is failing with the error Message: 400 : Bad Request : URL request parameter q with value workRelationships.Leg
Have you tried escaping or encoding the single quotes?
iamnithesh
(Nithesh Rao)
August 25, 2025, 3:22pm
3
I would expect the URL be encoded by ISC, but I suggest you try
%27MX%27 in place of ’MX’
j_place
(Jeremy Place)
August 25, 2025, 3:57pm
4
I would try eq instead of = in the query string
j_place
(Jeremy Place)
August 25, 2025, 4:02pm
5
‘ eq ‘, without the quotes, obvs
j_place
(Jeremy Place)
August 29, 2025, 9:13am
6
Hi @jainanimesh Did you get this sorted?
j_place
(Jeremy Place)
September 8, 2025, 11:39am
7
Hi @jainanimesh Did you get this sorted?
jainanimesh
(Animesh Jain)
September 15, 2025, 9:26am
8
Thank you everyone for your help and apologies for replying late here. This got fixed - I missed a header here, my mistake.
j_place
(Jeremy Place)
September 15, 2025, 10:25am
9
Hi @jainanimesh Could you please include the details of the fix to assist people who may have the same issue in the future?
jainanimesh
(Animesh Jain)
September 15, 2025, 10:52am
10
Sure. I missed REST-Framework-Version:4 in headers and therefore was encountring the mentioned error.
1 Like
system
(system)
Closed
November 14, 2025, 10:53am
11
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.