Advertisement
MooloopAdam

Ember Data API Response

Jun 4th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "contacts": [
  3.     {
  4.       "id": "537bfcaa7558f472248b456a",
  5.       "first_name": "Ashley",
  6.       "last_name": "Sterland",
  7.       "background": null,
  8.       "profile_image": "",
  9.       "status": 1,
  10.       "stage": 54,
  11.       "emails": [
  12.         {
  13.           "email": "ashley.sterland@dometechnology.com",
  14.           "contactable": true
  15.         }
  16.       ],
  17.       "positions": [
  18.         "537bfcaa7558f472248b456a-0"
  19.       ],
  20.       "tags": [
  21.         "resources subscriber",
  22.         "tracking_code_installed"
  23.       ],
  24.       "telephone": [
  25.        
  26.       ],
  27.       "lead_score": 120,
  28.       "probability": 0,
  29.       "value": 0,
  30.       "geoname": null,
  31.       "social": [
  32.        
  33.       ],
  34.       "custom_field_data": [
  35.        
  36.       ]
  37.     }
  38.   ],
  39.   "companies": [
  40.     {
  41.       "id": "537bfcaa7558f472248b4569",
  42.       "name": "Dome Technology",
  43.       "logo_url": null,
  44.       "telephone": null,
  45.       "address": null,
  46.       "address_formatted": "",
  47.       "website_url": null,
  48.       "streams": [
  49.        
  50.       ],
  51.       "social": [
  52.        
  53.       ],
  54.       "stage": null,
  55.       "status": 1,
  56.       "tags": [
  57.        
  58.       ],
  59.       "blocklisted": false,
  60.       "description": "",
  61.       "location": {
  62.         "city": "Idaho Falls",
  63.         "region": "Idaho",
  64.         "country": "US",
  65.         "country_name": "United States of America"
  66.       },
  67.       "lead_score": 0,
  68.       "match": null
  69.     }
  70.   ],
  71.   "companyPositions": [
  72.     {
  73.       "id": "537bfcaa7558f472248b456a-0",
  74.       "contact": "537bfcaa7558f472248b456a",
  75.       "company": "537bfcaa7558f472248b4569",
  76.       "title": "",
  77.       "department": "",
  78.       "from": "2014-05-21T01:08:58+00:00",
  79.       "to": null,
  80.       "email": 0,
  81.       "telephone_numbers": [
  82.        
  83.       ],
  84.       "custom_field_data": [
  85.         {
  86.           "contact_field": 1,
  87.           "value": null,
  88.           "checked": null,
  89.           "selected": null
  90.         },
  91.         {
  92.           "contact_field": 2,
  93.           "value": null,
  94.           "checked": null,
  95.           "selected": null
  96.         },
  97.         {
  98.           "contact_field": 3,
  99.           "value": "",
  100.           "checked": null,
  101.           "selected": null
  102.         },
  103.         {
  104.           "contact_field": 4,
  105.           "value": null,
  106.           "checked": [
  107.             {
  108.               "value": 0,
  109.               "checked": false
  110.             }
  111.           ],
  112.           "selected": null
  113.         },
  114.         {
  115.           "contact_field": 5,
  116.           "value": null,
  117.           "checked": null,
  118.           "selected": null
  119.         }
  120.       ]
  121.     }
  122.   ],
  123.   "meta": {
  124.     "pagination": {
  125.       "total": 1161,
  126.       "count": 1,
  127.       "per_page": 1,
  128.       "current_page": 1,
  129.       "total_pages": 1161,
  130.       "links": {
  131.         "next": "http:\/\/jumplead_beta:8080\/app\/v1\/contacts?page=2&filterTag=&filterLetter=&filterScore=&list_id=&limit=1"
  132.       }
  133.     }
  134.   }
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement