How to use the fusion metadata API and display it in a table using the SDP?
Summary:
I'm using https://<POD>/fscmRestApi/resources/latest/describe?metadataMode=minimal API to fetch all the REST endpoints. Since we have different names for each of the resource for e.g. ApplSession and FlexDsFndPvsCharacterIdCharacterValues how do i create a type in VBCS? Also, is there any other way i can display it in a table?
Content (please ensure you mask any confidential information):
Sample response: { "Resources": { "ApplSession": { "title": "Appl Session Rest VO", "links": [ { "rel": "self", "href": "https://<POD>/fscmRestApi/resources/11.13.18.05/ApplSession/describe", "name": "self", "kind": "describe" } ] }, "FlexDsFndPvsCharacterIdCharacterValues": { "title": "Generic Value Set Values", "titlePlural": "Generic Value Set Values", "links": [ { "rel": "self", "href": "https://<POD>/fscmRestApi/resources/11.13.18.05/FlexDsFndPvsCharacterIdCharacterValues/describe", "name": "self", "kind": "describe" } ] } }
Tagged:
0