Using ?layout= on GET /search
Posted: Tue Sep 22, 2020 1:12 pm
Hi there - I would like to specify an existing layout (saved via the BH UI) for a search request. I see the docs here http://bullhorn.github.io/rest-api-docs ... get-search that say that I can use either ?fields= or ?layout=, but when I try to use ?layout=API_Opp_Report, I get an error back:
{
"errorMessage": "Unknown layout:API_Opp_Report",
"errorCode": 400
}
Is this syntax correct? Should I be able to access a layout saved in the UI this way?
{
"errorMessage": "Unknown layout:API_Opp_Report",
"errorCode": 400
}
Is this syntax correct? Should I be able to access a layout saved in the UI this way?