Utilizing Postman, I am processing the following query
http://betteroffdead/otcs/cs.exe/api/v2/businessworkspaces?where_name=Lambakis 5-11-2XHW&expanded_view=true
and receiving the expected expanded view successful results, however the same query with a different workspace that also exists
http://betteroffdead/otcs/cs.exe/api/v2/businessworkspaces?where_name=Lambakis 4-11-2XHW&expanded_view=true
gives only the below response.
From the Content Server UI just using the standard search I can find either business workspace without issue. I can also find them by doing an attribute search.
Both items were created using the same process, and contain the same categories, I have even collected the search result for the second workspace and passed it back thru the indexing process. Still no results via the API.
Would anyone have any suggestions or thought as to what's happening ?
Results:
{
"links": {
"data": {
"self": {
"body": "",
"content_type": "",
"href": "/api/v2/businessworkspaces?expanded_view=true",
"method": "GET",
"name": ""
}
}
},
"paging": {
"limit": 500,
"page": 1,
"page_total": 1,
"range_max": 0,
"range_min": 0,
"total_count": 0
},
"results": [],
"wksp_info": {
"wksp_type_icon": null,
"wksp_type_icon_content_type": "type_base64_content"
}
}