Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Get only summary fields from APIs

Vinothnivas
Member Posts: 13
Hi,
While querying the tasks using the BPM Rest API or Task/Task Query service [SOAP] , is there a way to get only few fields for each assigned tasks. Like only "Task Id, status, due date, assignee " fields rather than entire task details.
Thanks,
Vinoth
Answers
-
Hi Vinoth,
Not to my knowledge. These services are build as is. But that's why we create wrapper services in tools like OSB/SOA Suite or create our own specific services using Java, directly on the API.
Regards,
Martien -
Thanks, I wanted to know if there is a way.