Select columns with Slashes (eg. State/Province)
Hello,
I'm trying to get some JobOpenings fields via API but failing. The fields are 'State/Province' and 'Zip/Postal Code'. Other fields are returned correctly.
Example request: /recruit/private/json/JobOpenings/getSearchRecords?scope=recruitapi&version=2&selectColumns=JobOpenings(JOBOPENINGID,State/Province,Zip/Postal Code)&searchCondition=(Publish on site|is|xxxxxxx)&fromIndex=1&toIndex=200&authtoken=xxxxxxxxxxxxxxxxxxxxxxxx
In this case the API only returns JOBOPENINGID so I'm guessing the problem are the slashes. How should I select and get values from these fields?
Thanks!