Guest User

payload

a guest
Jul 11th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. {
  2. "error": null,
  3. "response": {
  4. "data": [
  5. {
  6. "type": "table-summaries",
  7. "id": 2,
  8. "attributes": {
  9. "prettyName": "City lookup",
  10. "description": "Maps city codes to city names"
  11. },
  12. "relationships": {
  13. "columns": {
  14. "data": [
  15. {
  16. "type": "static-data-table-columns",
  17. "id": "1"
  18. },
  19. {
  20. "type": "static-data-table-columns",
  21. "id": "2"
  22. }
  23. ]
  24. }
  25. }
  26. },
  27. {
  28. "type": "table-summaries",
  29. "id": 1,
  30. "attributes": {
  31. "prettyName": "Hotel lookup",
  32. "description": "Maps hotel codes to hotel names"
  33. },
  34. "relationships": {
  35. "columns": {
  36. "data": [
  37. {
  38. "type": "static-data-table-columns",
  39. "id": "3"
  40. },
  41. {
  42. "type": "static-data-table-columns",
  43. "id": "4"
  44. }
  45. ]
  46. }
  47. }
  48. }
  49. ],
  50. "included": [
  51. {
  52. "type": "static-data-table-columns",
  53. "id": 1,
  54. "attributes": {
  55. "prettyName": "City ID",
  56. "colIndex": 1,
  57. "isKey": true
  58. }
  59. },
  60. {
  61. "type": "static-data-table-columns",
  62. "id": 2,
  63. "attributes": {
  64. "prettyName": "City name",
  65. "colIndex": 2,
  66. "isKey": false
  67. }
  68. },
  69. {
  70. "type": "static-data-table-columns",
  71. "id": 3,
  72. "attributes": {
  73. "prettyName": "Hotel ID",
  74. "colIndex": 1,
  75. "isKey": true
  76. }
  77. },
  78. {
  79. "type": "static-data-table-columns",
  80. "id": 4,
  81. "attributes": {
  82. "prettyName": "Hotel name",
  83. "colIndex": 2,
  84. "isKey": false
  85. }
  86. }
  87. ]
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment