Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
hello Team,
I am implementing Rest service (GET )where i have to pass multiple oid of wtdocument and user Id .
If user have access to that doc then response will be primary content Downloadable url.
It is working fine when i pass single OID.
How can we pass multiple oid in request ?
Any other approach I have to follow .Need Guidance to achieve this requirement.
Hi @prasad_RR
If you write own Rest service just use some separator and process the DocID in your code one by one. It is up to you how you handle the separator in your code.
PetrH