Skip to main content
4-Participant
May 10, 2023
Question

Custom Windchill ODATA implementation

  • May 10, 2023
  • 1 reply
  • 780 views

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.

PR_10660375_0-1683716926713.png

 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
April 11, 2024

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