Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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"
        }
      ]
    }
}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!