Rest API Call for Value Sets
Summary
Not able to do rest API Call for Value set ValuesContent
Hi All,
I am trying to use Rest API to get child values from Value Sets. Oracle provides rest OPI option to get child values :
/fscmRestApi/resources/11.13.18.05/valueSets/{valueSets_Id}/child/values/{valueSets_values_Id}
I am trying to use it through SOAPUI or Postman tool but getting 500 error. I think issue is with "how to pass path parameters".
I wanted to check if anyone has used this and if anyone can guide on the call of Rest API.
0