Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. :output:
  2. Organisation:
  3. :options:
  4. :fields:
  5. - id
  6. - podio_id
  7. - url_label
  8. - name
  9.  
  10. Space:
  11. :options:
  12. :fields:
  13. - id
  14. - podio_id
  15. - url_label
  16. - name
  17.  
  18. App:
  19. :options:
  20. :fields:
  21. - id
  22. - podio_id
  23. - url_label
  24. - cache_enabled
  25. - items_cached
  26. - elsa_actions_activated
  27.  
  28. AppField:
  29. :options:
  30. :fields:
  31. - id
  32. - podio_id
  33. - external_id
  34. - data_type
  35. - config
  36. - active
  37.  
  38. Item:
  39. :options:
  40. :fields:
  41. - id
  42. - podio_id
  43. - app_id
  44. - title
  45. - podio_values
  46.  
  47. PodioFile:
  48. :options:
  49. :fields:
  50. - id
  51. - podio_id
  52. - name
  53. - mimetype
  54. - attached_to_type
  55. - attached_to_id
  56. - replaced_by_podio_file_id
  57.  
  58. ImageThumb:
  59. :options:
  60. :fields:
  61. - id
  62. - podio_file_id
  63. - file_podio_id
  64. - image
  65. - version
  66. - mimetype
  67.  
  68. User:
  69. :options:
  70. :fields:
  71. - id
  72. - podio_id
  73. - profile_id
  74. - email
  75. - name
  76. - valid_grant
  77.  
  78. UsersOrganisation:
  79. :options:
  80. :fields:
  81. - id
  82. - user_id
  83. - organisation_id
  84. - role
  85.  
  86. UsersSpace:
  87. :options:
  88. :fields:
  89. - id
  90. - user_id
  91. - space_id
  92. - role
  93.  
  94.  
  95.  
  96. View:
  97. :options:
  98. :fields:
  99. - id
  100. - podio_id
  101. - app_id
  102. - name
  103. - fields_json
  104. - sorted_by_app_field_id
  105. - misc_sorted_by_key
  106. - sorted_desc
  107. - is_private
  108.  
  109. ViewFilter:
  110. :options:
  111. :fields:
  112. - id
  113. - view_id
  114. - app_field_id
  115. - misc_filter_key
  116. - filter_value
  117.  
  118.  
  119. Webhook:
  120. :options:
  121. :fields:
  122. - id
  123. - podio_id
  124. - event
  125. - active
  126. - app_id
  127. - space_id
  128. - app_field_id
  129.  
  130.  
  131. Form:
  132. :options:
  133. :fields:
  134. - id
  135. - app_id
  136. - slug
  137. - controller
  138. - redirect_after_create
  139. - layout
  140.  
  141.  
  142.  
  143. FormField:
  144. :options:
  145. :fields:
  146. - id
  147. - form_id
  148. - app_field_id
  149. - name
  150. - display
  151. - row
  152. - col
  153. - size
  154.  
  155.  
  156. FormSection:
  157. :options:
  158. :fields:
  159. - id
  160. - form_id
  161. - name
  162. - row
  163.  
  164.  
  165. Login:
  166. :options:
  167. :fields:
  168. - id
  169. - podio_id
  170. - email
  171. - host
  172. - application_locale
  173.  
  174. Autologin:
  175. :options:
  176. :fields:
  177. - id
  178. - login_id
  179. - token
  180. - token_expires_at
  181.  
  182. ResetPassword:
  183. :options:
  184. :fields:
  185. - id
  186. - login_id
  187. - token
  188. - token_expires_at
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement