Advertisement
Guest User

New column API POST Example

a guest
Sep 1st, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.93 KB | None | 0 0
  1. {
  2.   "columns": {
  3.     "google_folder": {
  4.       "properties": {
  5.         "title": {
  6.           "order": 1
  7.         },
  8.         "appDataContents": {
  9.           "order": 2
  10.         },
  11.         "link_sharing_scope": {
  12.           "order": 3
  13.         },
  14.         "labels": {
  15.           "is_default": false,
  16.           "label": "Labels",
  17.           "order": 4
  18.         }
  19.       }
  20.     },
  21.     "google_folder.google_user:user_id(owner_id)": {
  22.       "properties": {
  23.         "domain": {
  24.           "order": 8
  25.         },
  26.         "isDelegatedAdmin": {
  27.           "order": 9
  28.         },
  29.         "suspended": {
  30.           "order": 10
  31.         },
  32.         "is_domain": {
  33.           "order": 4
  34.         },
  35.         "title": {
  36.           "order": 11
  37.         },
  38.         "isAdmin": {
  39.           "order": 5
  40.         },
  41.         "fullName": {
  42.           "order": 6
  43.         },
  44.         "primaryEmail": {
  45.           "order": 7
  46.         }
  47.       }
  48.     }
  49.   }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement