Hi All,
We are using the Content Server 10.5 version. We are planning to implement the some basic functionalities of Content Server in the mobility as a Mobile app by using the REST APIs of Content Server. We have started with implementing the Authentication and Enterprise Node info web services. Please find the below sample urls we have used for achieving the connectivity and getting the node information from Enterprise workspace.
Authentication information
URL: http://XXXXXXX/otcs/llisapi.dll/api/v1/auth
Enterprise Node information:
URL: http://XXXXXXX/otcs/llisapi.dll/api/v1/nodes/2000/nodes
We have web methods team to expose these web services to the internet and the mobility team to develop the application by using these REST APIs.
When we use the above Enterprise Node information service, It is returning lot of data and it’s attributes. Due to big size of this data its taking time to load when we run these services. Is there any way where we can filter the data coming from REST API. Mobility team requires small subset of data out of the output coming. Please find the sample list of attributes we want to get from the REST API.
"data":
"id": 1517936,
"parent_id": 2000,
"name": "00. Upload Test",
"type": 0,
"modify_date": "2016-04-10T12:19:54",
"reserved": false,
"container": true,
"size": 93,
"parent_id_url": "/v1/nodes/2000",
"cell_metadata": {
"data": {
"menu": "api/v1/nodes/9996660/actions",
"name": "http://XXXXXXXXX/OTCS/llisapi.dll/open/9982714",
"type": ""
},
"limit": 25,
"page": 1,
"page_total": 2,
"range_max": 25,
"range_min": 1,
"sort": "asc_name",
"total_count": 37,
Please let me know if there is any way we can achieve the filtering of the information coming from API.