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

B2C service Rest API

edited Jul 23, 2020 6:40PM in Visual Builder 3 comments

Summary

complex rest API

Content

Hi, 

I am using B2C service Rest API in VBCS, when i try to set fields from end point structure i did not get the column and rows data. is any one know how to show above column and rows in a table kindly share the details.

Thanks
Chakravarthy.
 
 
 
 
 
 
 

Code Snippet

{
  "items": [
    {
      "tableName": "incidents",
      "count": 10,
      "columnNames": [
        "id",
        "subject"
      ],
      "rows": [
        [
          "1",
          "How do I access my voicemail outside of my home calling area?"
        ],
        [
          "2",
          "Power surge recovery"
        ],
        [
          "3",
          "The wrong phones were shipped to my office"
        ]
  ]
  
}
]
}
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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