prasid444

DESCID

Oct 29th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. {"table":{
  2. "title":"table name",
  3. "description":"this table shows sales of products over the fiscal year 2011",
  4.  
  5. "links":{
  6. "next": "https://pastebin.com/raw/dunYEjvT",
  7. "prev":"",
  8. "first":"https://pastebin.com/raw/wyMdqrQb",
  9. "self":"https://pastebin.com/raw/wyMdqrQb",
  10. "last":"https://pastebin.com/raw/M85WDau3"
  11. },
  12.  
  13. "meta":{
  14. "pagination":"1/7",
  15. "sortedBy":"id",
  16. "sortOrder":"DESC"
  17.  
  18. },
  19. "column":[
  20. {
  21. "keyname":"id",
  22. "displayName":"Serial Number",
  23. "group":"product information",
  24. "type":"url",
  25. "links":{
  26. "ASC":"https://pastebin.com/raw/wyMdqrQb",
  27. "DESC":"https://pastebin.com/raw/xd9wttKs"
  28. }
  29.  
  30. },
  31. {
  32. "keyname":"type",
  33. "displayName":"Type",
  34. "links":{
  35. "ASC":"https://pastebin.com/raw/8y2v9T6K",
  36. "DESC":"https://pastebin.com/raw/KFgNiqkn"
  37. }
  38. },
  39. {
  40. "keyname":"name",
  41. "displayName":"Name",
  42. "group":"Details"
  43.  
  44. }
  45. ,
  46. {
  47. "keyname":"address",
  48. "displayName":"Local Address",
  49. "group":"Details"
  50. },
  51. {
  52. "keyname":"fatherName",
  53. "displayName":"Father's Name",
  54. "group":"Family Details"
  55. },
  56. {
  57. "keyname":"motherName",
  58. "displayName":"Mother's Name",
  59. "group":"Family Details"
  60. }
  61. ,
  62. {
  63. "keyname":"otherName",
  64. "displayName":"Other's Name",
  65. "group":"Family Details"
  66. }
  67.  
  68. ],
  69. "rows":[{
  70. "id": "5001",
  71. "type": "First"
  72. },
  73. {
  74. "id": "5002",
  75. "type": "Glazed"
  76. },
  77. {
  78. "id": "5005",
  79. "type": "Sugar"
  80. },
  81. {
  82. "id": "5007",
  83. "type": "Powdered Sugar"
  84. },
  85. {
  86. "id": "5006",
  87. "type": "Chocolate with Sprinkles"
  88. },
  89. {
  90. "id": "5003",
  91. "type": "Chocolate",
  92. "name":"prasid"
  93. },
  94. {
  95. "id": "5004",
  96. "type": "Maple",
  97. "address":"Sanepa"
  98. }
  99. ]
  100. }
  101. }
Add Comment
Please, Sign In to add comment