Supplier Qualification Questions Queryable Attributes in REST Service
Content
In Supplier Qualification Questions REST GET operation, you can use query parameter “q” in URL to specify a filter for the items to be returned from the collection. You have the provision to include single or multiple query parameters depending upon your requirement.
For example, the below URL will return the question with the name “Feedback on Purchasing Practices”.
https://<server>/fscmRestApi/resources/latest/supplierQualificationQuestions?q=Question= ‘Feedback on Purchasing Practices’
You can also include multiple queryable parameter in the URL.For example, the below URL will return the question with name “Feedback on Purchasing Practices” and revision=0
0