How to limit the number of WorkZone data returned from the REST responses via POSTMAN
Content
HI All,
Can anybody share the knowledge about how to add the additional GET parameter in order to limit the number of data response?
Refers to the REST API documentation on the following link: http://docs.oracle.com/cloud/latest/fieldservicecs_gs/CXFSC/op-rest-ofscMetadata-v1-workZones-get.html
I have manage to get work zone data via POSTMAN but when I add the query parameters "Limit"and "Offset" to the header, the body still returning the whole data. Please see the code snippet that I have included in the code block.
The result is the same with or without the "limit"and "Offset" parameters, any idea what steps do I miss?
0