Jump to content
We've recently updated our Privacy Statement, available here ×

Recommended Posts

We are having issues with submitting jobs to the rest api using boolean parameters.

We have tried the following variations (json):

..."parameters":{"parameterValues":{isDone:"true"}}

..."parameters":{"parameterValues":{isDone:["true"]}}

..."parameters":{"parameterValues":{isDone:true}}

None of these work, when placing a non-boolean value in the field I get a request error. When I pass the variations of boolean through they are not returned in the response payload, and I'm only seeing false on the report. I'm not sure where else to go from here.

Link to comment
Share on other sites

  • 4 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...