hubspot-ruby 0.1.8 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -22
- data/Gemfile.lock +14 -11
- data/LICENSE.txt +0 -2
- data/README.md +8 -6
- data/RELEASING.md +4 -5
- data/Rakefile +2 -17
- data/hubspot-ruby.gemspec +20 -157
- data/lib/hubspot-ruby.rb +10 -0
- data/lib/hubspot/blog.rb +1 -2
- data/lib/hubspot/company.rb +149 -0
- data/lib/hubspot/company_properties.rb +59 -0
- data/lib/hubspot/config.rb +10 -4
- data/lib/hubspot/connection.rb +12 -4
- data/lib/hubspot/contact.rb +52 -31
- data/lib/hubspot/contact_list.rb +16 -16
- data/lib/hubspot/contact_properties.rb +53 -6
- data/lib/hubspot/deal.rb +2 -2
- data/lib/hubspot/deal_pipeline.rb +43 -0
- data/lib/hubspot/deal_properties.rb +59 -0
- data/lib/hubspot/engagement.rb +133 -0
- data/lib/hubspot/exceptions.rb +1 -1
- data/lib/hubspot/form.rb +20 -20
- data/lib/hubspot/owner.rb +49 -0
- data/lib/hubspot/properties.rb +119 -0
- data/lib/hubspot/railtie.rb +10 -0
- data/lib/hubspot/topic.rb +2 -2
- data/lib/hubspot/utils.rb +106 -3
- data/spec/lib/hubspot/blog_spec.rb +2 -0
- data/spec/lib/hubspot/company_properties_spec.rb +239 -0
- data/spec/lib/hubspot/company_spec.rb +190 -0
- data/spec/lib/hubspot/config_spec.rb +1 -1
- data/spec/lib/hubspot/connection_spec.rb +33 -27
- data/spec/lib/hubspot/contact_list_spec.rb +61 -61
- data/spec/lib/hubspot/contact_properties_spec.rb +234 -3
- data/spec/lib/hubspot/contact_spec.rb +140 -71
- data/spec/lib/hubspot/deal_properties_spec.rb +254 -0
- data/spec/lib/hubspot/engagement_spec.rb +87 -0
- data/spec/lib/hubspot/form_spec.rb +72 -60
- data/spec/lib/hubspot/owner_spec.rb +56 -0
- data/spec/lib/hubspot/properties_spec.rb +45 -0
- data/spec/lib/hubspot/topic_spec.rb +0 -1
- data/spec/lib/hubspot/utils_spec.rb +113 -15
- data/spec/lib/tasks/properties_spec.rb +90 -0
- data/spec/live/companies_integration_spec.rb +23 -0
- data/spec/live/companies_properties_integration_spec.rb +120 -0
- data/spec/live/contacts_integration_spec.rb +1 -1
- data/spec/live/contacts_properties_integration_spec.rb +120 -0
- data/spec/live/deal_properties_integration_spec.rb +123 -0
- data/spec/live/deals_integration_spec.rb +1 -1
- data/spec/support/cassette_helper.rb +1 -1
- data/spec/support/tests_helper.rb +3 -3
- metadata +39 -78
- data/.document +0 -5
- data/lib/hubspot/version.rb +0 -9
- data/spec/fixtures/vcr_cassettes/add_contacts_to_lists.yml +0 -281
- data/spec/fixtures/vcr_cassettes/blog_list.yml +0 -180
- data/spec/fixtures/vcr_cassettes/blog_posts.yml +0 -107
- data/spec/fixtures/vcr_cassettes/blog_posts_list.yml +0 -6463
- data/spec/fixtures/vcr_cassettes/contact_create.yml +0 -64
- data/spec/fixtures/vcr_cassettes/contact_create_existing_email.yml +0 -62
- data/spec/fixtures/vcr_cassettes/contact_create_invalid_email.yml +0 -63
- data/spec/fixtures/vcr_cassettes/contact_create_with_params.yml +0 -64
- data/spec/fixtures/vcr_cassettes/contact_destroy.yml +0 -131
- data/spec/fixtures/vcr_cassettes/contact_example.yml +0 -32
- data/spec/fixtures/vcr_cassettes/contact_find_by_email.yml +0 -59
- data/spec/fixtures/vcr_cassettes/contact_find_by_email_batch_mode.yml +0 -509
- data/spec/fixtures/vcr_cassettes/contact_find_by_id.yml +0 -59
- data/spec/fixtures/vcr_cassettes/contact_find_by_id_batch_mode.yml +0 -33
- data/spec/fixtures/vcr_cassettes/contact_find_by_utk.yml +0 -83
- data/spec/fixtures/vcr_cassettes/contact_find_by_utk_batch_mode.yml +0 -33
- data/spec/fixtures/vcr_cassettes/contact_list_batch_find.yml +0 -65
- data/spec/fixtures/vcr_cassettes/contact_list_destroy.yml +0 -63
- data/spec/fixtures/vcr_cassettes/contact_list_example.yml +0 -33
- data/spec/fixtures/vcr_cassettes/contact_list_find.yml +0 -96
- data/spec/fixtures/vcr_cassettes/contact_list_refresh.yml +0 -33
- data/spec/fixtures/vcr_cassettes/contact_list_update.yml +0 -36
- data/spec/fixtures/vcr_cassettes/contact_update.yml +0 -66
- data/spec/fixtures/vcr_cassettes/contacts_among_list.yml +0 -189
- data/spec/fixtures/vcr_cassettes/create_form.yml +0 -39
- data/spec/fixtures/vcr_cassettes/create_list.yml +0 -36
- data/spec/fixtures/vcr_cassettes/create_list_with_filters.yml +0 -36
- data/spec/fixtures/vcr_cassettes/deal_create.yml +0 -61
- data/spec/fixtures/vcr_cassettes/deal_example.yml +0 -166
- data/spec/fixtures/vcr_cassettes/deal_find.yml +0 -115
- data/spec/fixtures/vcr_cassettes/destroy_deal.yml +0 -221
- data/spec/fixtures/vcr_cassettes/fail_to_create_form.yml +0 -35
- data/spec/fixtures/vcr_cassettes/fail_to_create_list.yml +0 -35
- data/spec/fixtures/vcr_cassettes/field_among_form.yml +0 -34
- data/spec/fixtures/vcr_cassettes/fields_among_form.yml +0 -35
- data/spec/fixtures/vcr_cassettes/find_all_contacts.yml +0 -297
- data/spec/fixtures/vcr_cassettes/find_all_dynamic_lists.yml +0 -104
- data/spec/fixtures/vcr_cassettes/find_all_forms.yml +0 -15378
- data/spec/fixtures/vcr_cassettes/find_all_lists.yml +0 -138
- data/spec/fixtures/vcr_cassettes/find_all_recent_contacts.yml +0 -33
- data/spec/fixtures/vcr_cassettes/find_all_recent_updated_deals.yml +0 -130
- data/spec/fixtures/vcr_cassettes/find_all_stastic_lists.yml +0 -21876
- data/spec/fixtures/vcr_cassettes/form_destroy.yml +0 -64
- data/spec/fixtures/vcr_cassettes/form_example.yml +0 -39
- data/spec/fixtures/vcr_cassettes/form_find.yml +0 -69
- data/spec/fixtures/vcr_cassettes/form_post.yml +0 -31
- data/spec/fixtures/vcr_cassettes/form_submit_data.yml +0 -130
- data/spec/fixtures/vcr_cassettes/form_update.yml +0 -77
- data/spec/fixtures/vcr_cassettes/one_month_blog_posts_filter_state.yml +0 -19127
- data/spec/fixtures/vcr_cassettes/one_month_blog_posts_list.yml +0 -34963
- data/spec/fixtures/vcr_cassettes/remove_contacts_from_lists.yml +0 -315
- data/spec/fixtures/vcr_cassettes/topic_list.yml +0 -48
- data/spec/fixtures/vcr_cassettes/topics_list.yml +0 -86
@@ -1,35 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://api.hubapi.com/contacts/v1/forms?hapikey=demo
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: "{}"
|
9
|
-
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
|
-
response:
|
13
|
-
status:
|
14
|
-
code: 400
|
15
|
-
message: Bad Request
|
16
|
-
headers:
|
17
|
-
Access-Control-Allow-Credentials:
|
18
|
-
- 'false'
|
19
|
-
Content-Type:
|
20
|
-
- application/json; charset=UTF-8
|
21
|
-
Date:
|
22
|
-
- Mon, 23 Feb 2015 16:16:41 GMT
|
23
|
-
Vary:
|
24
|
-
- Accept-Encoding
|
25
|
-
- Accept-Encoding
|
26
|
-
Content-Length:
|
27
|
-
- '175'
|
28
|
-
Connection:
|
29
|
-
- keep-alive
|
30
|
-
body:
|
31
|
-
encoding: UTF-8
|
32
|
-
string: '{"status":"error","message":"Form name is required, form guid ''e218aaae-2783-4b7f-b072-4e8f5163e44b''","type":"MISSING_NAME","requestId":"696220a7-8411-421f-8945-3c0cd370a8a5"}'
|
33
|
-
http_version:
|
34
|
-
recorded_at: Mon, 23 Feb 2015 16:16:41 GMT
|
35
|
-
recorded_with: VCR 2.4.0
|
@@ -1,35 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://api.hubapi.com/contacts/v1/lists?hapikey=demo
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"name":null,"dynamic":false,"portal_id":null}'
|
9
|
-
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
|
-
response:
|
13
|
-
status:
|
14
|
-
code: 400
|
15
|
-
message: Bad Request
|
16
|
-
headers:
|
17
|
-
Access-Control-Allow-Credentials:
|
18
|
-
- 'false'
|
19
|
-
Content-Type:
|
20
|
-
- application/json; charset=UTF-8
|
21
|
-
Date:
|
22
|
-
- Sun, 22 Feb 2015 02:29:50 GMT
|
23
|
-
Vary:
|
24
|
-
- Accept-Encoding
|
25
|
-
- Accept-Encoding
|
26
|
-
Content-Length:
|
27
|
-
- '110'
|
28
|
-
Connection:
|
29
|
-
- keep-alive
|
30
|
-
body:
|
31
|
-
encoding: UTF-8
|
32
|
-
string: '{"status":"error","message":"Every list must have a name.","requestId":"dc5b8484-32b4-42a5-8422-9e1ff097ed31"}'
|
33
|
-
http_version:
|
34
|
-
recorded_at: Sun, 22 Feb 2015 02:29:50 GMT
|
35
|
-
recorded_with: VCR 2.4.0
|
@@ -1,34 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://api.hubapi.com/contacts/v1/fields/561d9ce9-bb4c-45b4-8e32-21cdeaa3a7f0/email?hapikey=demo
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers: {}
|
10
|
-
response:
|
11
|
-
status:
|
12
|
-
code: 200
|
13
|
-
message: OK
|
14
|
-
headers:
|
15
|
-
Access-Control-Allow-Credentials:
|
16
|
-
- 'false'
|
17
|
-
Content-Type:
|
18
|
-
- application/json; charset=UTF-8
|
19
|
-
Date:
|
20
|
-
- Mon, 23 Feb 2015 15:51:46 GMT
|
21
|
-
Vary:
|
22
|
-
- Accept-Encoding
|
23
|
-
- Accept-Encoding
|
24
|
-
Content-Length:
|
25
|
-
- '406'
|
26
|
-
Connection:
|
27
|
-
- keep-alive
|
28
|
-
body:
|
29
|
-
encoding: UTF-8
|
30
|
-
string: '{"name":"email","label":"Email","type":"string","fieldType":"text","description":"","groupName":"contactinformation","displayOrder":2,"required":true,"selectedOptions":[],"options":[],"validation":{"name":"email","message":"Please
|
31
|
-
enter a valid email address","data":"","useDefaultBlockList":false},"enabled":true,"hidden":false,"defaultValue":"","isSmartField":false,"unselectedLabel":"","placeholder":""}'
|
32
|
-
http_version:
|
33
|
-
recorded_at: Mon, 23 Feb 2015 15:51:46 GMT
|
34
|
-
recorded_with: VCR 2.4.0
|
@@ -1,35 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://api.hubapi.com/contacts/v1/fields/561d9ce9-bb4c-45b4-8e32-21cdeaa3a7f0?hapikey=demo
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers: {}
|
10
|
-
response:
|
11
|
-
status:
|
12
|
-
code: 200
|
13
|
-
message: OK
|
14
|
-
headers:
|
15
|
-
Access-Control-Allow-Credentials:
|
16
|
-
- 'false'
|
17
|
-
Content-Type:
|
18
|
-
- application/json; charset=UTF-8
|
19
|
-
Date:
|
20
|
-
- Mon, 23 Feb 2015 15:16:12 GMT
|
21
|
-
Vary:
|
22
|
-
- Accept-Encoding
|
23
|
-
- Accept-Encoding
|
24
|
-
Content-Length:
|
25
|
-
- '1162'
|
26
|
-
Connection:
|
27
|
-
- keep-alive
|
28
|
-
body:
|
29
|
-
encoding: UTF-8
|
30
|
-
string: '[{"name":"firstname","label":"First Name","type":"string","fieldType":"text","description":"","groupName":"contactinformation","displayOrder":0,"required":false,"selectedOptions":[],"options":[],"validation":{"name":"","message":"","data":"","useDefaultBlockList":false},"enabled":true,"hidden":false,"defaultValue":"","isSmartField":false,"unselectedLabel":"","placeholder":""},{"name":"lastname","label":"Last
|
31
|
-
Name","type":"string","fieldType":"text","description":"","groupName":"contactinformation","displayOrder":1,"required":false,"selectedOptions":[],"options":[],"validation":{"name":"","message":"","data":"","useDefaultBlockList":false},"enabled":true,"hidden":false,"defaultValue":"","isSmartField":false,"unselectedLabel":"","placeholder":""},{"name":"email","label":"Email","type":"string","fieldType":"text","description":"","groupName":"contactinformation","displayOrder":2,"required":true,"selectedOptions":[],"options":[],"validation":{"name":"email","message":"Please
|
32
|
-
enter a valid email address","data":"","useDefaultBlockList":false},"enabled":true,"hidden":false,"defaultValue":"","isSmartField":false,"unselectedLabel":"","placeholder":""}]'
|
33
|
-
http_version:
|
34
|
-
recorded_at: Mon, 23 Feb 2015 15:16:12 GMT
|
35
|
-
recorded_with: VCR 2.4.0
|
@@ -1,297 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey=demo
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers: {}
|
10
|
-
response:
|
11
|
-
status:
|
12
|
-
code: 200
|
13
|
-
message: OK
|
14
|
-
headers:
|
15
|
-
Access-Control-Allow-Credentials:
|
16
|
-
- 'false'
|
17
|
-
Content-Type:
|
18
|
-
- application/json; charset=UTF-8
|
19
|
-
Date:
|
20
|
-
- Sat, 10 Jan 2015 14:43:56 GMT
|
21
|
-
Vary:
|
22
|
-
- Accept-Encoding
|
23
|
-
- Accept-Encoding
|
24
|
-
Transfer-Encoding:
|
25
|
-
- chunked
|
26
|
-
Connection:
|
27
|
-
- keep-alive
|
28
|
-
body:
|
29
|
-
encoding: UTF-8
|
30
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mNJu56Masvy-UGew0va-sSwlbSvfM2QxK1J7sd52Qci-gZCHybsgFoIwqgvmHq9f01ywtMLA6vB131sFPFEpkGAvl-bvEJ0ZB9xzpVbPkYVRmHfFIU3q9WfOStV1IMYOqGL9wYl","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mNJu56Masvy-UGew0va-sSwlbSvfM2QxK1J7sd52Qci-gZCHybsgFoIwqgvmHq9f01ywtMLA6vB131sFPFEpkGAvl-bvEJ0ZB9xzpVbPkYVRmHfFIU3q9WfOStV1IMYOqGL9wYl/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
31
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]},{"addedAt":1390569372731,"vid":196181,"canonical-vid":196181,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMIvDKHrvpwOBJZFyPEfOShYcO5PwUtJl0kwaIpsdPv533R18vJiH0w5yHk8LrLBCMVyKkRqgRKYkEUcaLmsZwIjwpjy-WLoGBWK1Gurw-sfAbZCeQ1ICgoEN5rM_PO1_dIye-H","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMIvDKHrvpwOBJZFyPEfOShYcO5PwUtJl0kwaIpsdPv533R18vJiH0w5yHk8LrLBCMVyKkRqgRKYkEUcaLmsZwIjwpjy-WLoGBWK1Gurw-sfAbZCeQ1ICgoEN5rM_PO1_dIye-H/","properties":{"firstname":{"value":"Charles"},"lastmodifieddate":{"value":"1414183318111"},"company":{"value":""},"lastname":{"value":"Gowland"}},"form-submissions":[],"identity-profiles":[{"vid":196181,"saved-at-timestamp":1390569372649,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"clg@gburnette.com","timestamp":1390568711002},{"type":"LEAD_GUID","value":"dca0d8a2-fa9c-4ca6-b5ef-c1bfb4a0bed4","timestamp":1390569372636}]}],"merge-audits":[]},{"addedAt":1390569372834,"vid":196182,"canonical-vid":196182,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mNJlSBo9yjlSNHhLCObpPdvDtt2qFmrIsza5CV3z7vr2cHFZ3cwBhK-q2k1xMGWmuJizRat-dxQuAfAEoJR-rnH9tHGFaH3ee2ZSM3_6_9u_r1EEyRqZuSLYHJ3d7ZNxjBPQjjE","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mNJlSBo9yjlSNHhLCObpPdvDtt2qFmrIsza5CV3z7vr2cHFZ3cwBhK-q2k1xMGWmuJizRat-dxQuAfAEoJR-rnH9tHGFaH3ee2ZSM3_6_9u_r1EEyRqZuSLYHJ3d7ZNxjBPQjjE/","properties":{"firstname":{"value":"Curtis"},"lastmodifieddate":{"value":"1414183316159"},"company":{"value":""},"lastname":{"value":"Romig"}},"form-submissions":[],"identity-profiles":[{"vid":196182,"saved-at-timestamp":1390569372699,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"curtis.romig@bryancave.com","timestamp":1390568725415},{"type":"LEAD_GUID","value":"e18dc184-0238-48f1-a8a2-4476733f50d3","timestamp":1390569372641}]}],"merge-audits":[]},{"addedAt":1390569372757,"vid":196183,"canonical-vid":196183,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mP3BDDUCSCAHYFESNJPJTemaXdGs_aoSaIk8jvkthVcdEt0Aj5lzqBRSO-ojRgScw9Vv2a6AFnyd8q_7OuyoKi_F0Aq_pK13ENmv85vUNE3mBoR0MbuAoKvg2A339q8FB-nuABH","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mP3BDDUCSCAHYFESNJPJTemaXdGs_aoSaIk8jvkthVcdEt0Aj5lzqBRSO-ojRgScw9Vv2a6AFnyd8q_7OuyoKi_F0Aq_pK13ENmv85vUNE3mBoR0MbuAoKvg2A339q8FB-nuABH/","properties":{"firstname":{"value":"Eugene"},"lastmodifieddate":{"value":"1414183318527"},"company":{"value":""},"lastname":{"value":"Klibanoff"}},"form-submissions":[],"identity-profiles":[{"vid":196183,"saved-at-timestamp":1390569372682,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"eklibanoff@incomm.com","timestamp":1390568722786},{"type":"LEAD_GUID","value":"276f1a0f-ce8f-4069-9b7a-405f9e14971a","timestamp":1390569372674}]}],"merge-audits":[]},{"addedAt":1390569372800,"vid":196184,"canonical-vid":196184,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMeiurcgjssDNV-J7ZAyr90NUeiP3J8zWIpSUKSxZJ8Tr187ylEPHUwFG9Fk3mbpbQwt-Dk5KFRx3z5po6idM2MOEqFjP42xWQgaPRKZ0pH2Bkuj2QZHqTp7rK4pfC5kuaZOmfj","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMeiurcgjssDNV-J7ZAyr90NUeiP3J8zWIpSUKSxZJ8Tr187ylEPHUwFG9Fk3mbpbQwt-Dk5KFRx3z5po6idM2MOEqFjP42xWQgaPRKZ0pH2Bkuj2QZHqTp7rK4pfC5kuaZOmfj/","properties":{"firstname":{"value":"James
|
32
|
-
C. & Brenda L."},"lastmodifieddate":{"value":"1414183520978"},"company":{"value":""},"lastname":{"value":"Kellling"}},"form-submissions":[],"identity-profiles":[{"vid":196184,"saved-at-timestamp":1390569372744,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"jameskelling@bellsouth.net","timestamp":1390568911277},{"type":"LEAD_GUID","value":"4b92ccc6-d777-4e3e-90d9-bc4722329c16","timestamp":1390569372738}]}],"merge-audits":[]},{"addedAt":1390569372819,"vid":196185,"canonical-vid":196185,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mN2EpC4p1spU8eCK6jzJJ-rO-uppLkPuQczndwj0MzLk3qefFgGtaa67UDJUH2YFCUE9xA1LGYg8MY84ydS29l3UOT9pnKGPQLSJ65-8j6QTSVa_sHQnV42pDE3xaDfTos9ZNgO","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mN2EpC4p1spU8eCK6jzJJ-rO-uppLkPuQczndwj0MzLk3qefFgGtaa67UDJUH2YFCUE9xA1LGYg8MY84ydS29l3UOT9pnKGPQLSJ65-8j6QTSVa_sHQnV42pDE3xaDfTos9ZNgO/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183316574"},"company":{"value":""},"lastname":{"value":"Fred
|
33
|
-
Woestman"}},"form-submissions":[],"identity-profiles":[{"vid":196185,"saved-at-timestamp":1390569372754,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"fwoestmann@comcast.net","timestamp":1390568788629},{"type":"LEAD_GUID","value":"610c58ef-2e19-43fe-af5d-8c115aba617f","timestamp":1390569372746}]}],"merge-audits":[]},{"addedAt":1390569372981,"vid":196186,"canonical-vid":196186,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mNy6mozQ-cJOHTBCmyfjjUK0-vmLbvTjvN92J5Zp7t-ic6BZdnirR256o001rHNppnRmWvThdjLKqYxrd-asodWUYZhSxcuRVEwOugNdlkOaY7tuTiOBzqF0GGUQ7HPLHGzw4y0","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mNy6mozQ-cJOHTBCmyfjjUK0-vmLbvTjvN92J5Zp7t-ic6BZdnirR256o001rHNppnRmWvThdjLKqYxrd-asodWUYZhSxcuRVEwOugNdlkOaY7tuTiOBzqF0GGUQ7HPLHGzw4y0/","properties":{"firstname":{"value":"Benjamin"},"lastmodifieddate":{"value":"1414183315715"},"company":{"value":""},"lastname":{"value":"Rust"}},"form-submissions":[],"identity-profiles":[{"vid":196186,"saved-at-timestamp":1390569372769,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"ben@synaxisworks.com","timestamp":1390568759222},{"type":"LEAD_GUID","value":"c0981af6-1d44-4375-a425-f880cef2fd83","timestamp":1390569372756}]}],"merge-audits":[]},{"addedAt":1390569372870,"vid":196187,"canonical-vid":196187,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMt1ySwGuR2Ej08BIJcEW12co1iJDRFO6DJmTKwgGZmzv5xYowUGUi5YNMDEdD9AHIsBnCFkqu7IQT84lM80uXN1j1Jetaqk9iULFn9WzySGAwUkUc9Kdp66jK9XbGa-T4hniLn","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMt1ySwGuR2Ej08BIJcEW12co1iJDRFO6DJmTKwgGZmzv5xYowUGUi5YNMDEdD9AHIsBnCFkqu7IQT84lM80uXN1j1Jetaqk9iULFn9WzySGAwUkUc9Kdp66jK9XbGa-T4hniLn/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183314753"},"company":{"value":""},"lastname":{"value":"Rich
|
34
|
-
Green"}},"form-submissions":[],"identity-profiles":[{"vid":196187,"saved-at-timestamp":1390569372772,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"green3531@gmail.com","timestamp":1390568813364},{"type":"LEAD_GUID","value":"519bf221-2f75-4e84-b677-36779f8e3a43","timestamp":1390569372762}]}],"merge-audits":[]},{"addedAt":1390569372844,"vid":196188,"canonical-vid":196188,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mPnpigaR0qygRzE9cJIiPpAHdkDbmR_DAvnoR-LRzaYDAwcEM9jeCHlPOiSREDhjqKu-iaLyvA2Nd5h9n3Gs22PibFwfUq6l5p2B6vv1OiqeJvKTjhxvCX8JSoeiXaa88TjlUbU","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mPnpigaR0qygRzE9cJIiPpAHdkDbmR_DAvnoR-LRzaYDAwcEM9jeCHlPOiSREDhjqKu-iaLyvA2Nd5h9n3Gs22PibFwfUq6l5p2B6vv1OiqeJvKTjhxvCX8JSoeiXaa88TjlUbU/","properties":{"firstname":{"value":"Kathleen
|
35
|
-
Odonnell"},"lastmodifieddate":{"value":"1414183318653"},"company":{"value":""},"lastname":{"value":"Durst"}},"form-submissions":[],"identity-profiles":[{"vid":196188,"saved-at-timestamp":1390569372772,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"kathidurst@gmail.com","timestamp":1390568852085},{"type":"LEAD_GUID","value":"c1df47c3-605a-4847-af76-e60cc4212dcc","timestamp":1390569372763}]}],"merge-audits":[]},{"addedAt":1390569372832,"vid":196189,"canonical-vid":196189,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMGX5Ipm0pGttb6IiLgKydou8eynpDr3Ht3xtgMEQIIDt0lqTQMN-S433E0aOgtioShtT6-sQ0mOlaZcXsR86iBZOt6Lnialhu5D0NpriJwxoNivtyfBnfT1fFcEx04f406z7vq","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMGX5Ipm0pGttb6IiLgKydou8eynpDr3Ht3xtgMEQIIDt0lqTQMN-S433E0aOgtioShtT6-sQ0mOlaZcXsR86iBZOt6Lnialhu5D0NpriJwxoNivtyfBnfT1fFcEx04f406z7vq/","properties":{"firstname":{"value":"Glenn"},"lastmodifieddate":{"value":"1414183436568"},"company":{"value":""},"lastname":{"value":"Bachman"}},"form-submissions":[],"identity-profiles":[{"vid":196189,"saved-at-timestamp":1390569372781,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"glennbachman@att.net","timestamp":1390568755598},{"type":"LEAD_GUID","value":"f97a9531-2780-4a53-bed1-3659c58e1b98","timestamp":1390569372775}]}],"merge-audits":[]},{"addedAt":1390569372872,"vid":196190,"canonical-vid":196190,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mPd8kOdqDNDxQIx1xCesr2EhZPmDnquPl5hIK_mJH_Hs9aLVEXLxcTtO7jPbCjh0gziZ49ZFlAbwQkZ_KzOz_fYc6woX6lHgYSPTrHHdpFwfZXLf9ZfxzDAy_6hbJrqTCQc7oJB","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mPd8kOdqDNDxQIx1xCesr2EhZPmDnquPl5hIK_mJH_Hs9aLVEXLxcTtO7jPbCjh0gziZ49ZFlAbwQkZ_KzOz_fYc6woX6lHgYSPTrHHdpFwfZXLf9ZfxzDAy_6hbJrqTCQc7oJB/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183632930"},"company":{"value":""},"lastname":{"value":"Kohn,
|
36
|
-
Larry & Jami"}},"form-submissions":[],"identity-profiles":[{"vid":196190,"saved-at-timestamp":1390569372777,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"jamikohn@yahoo.com","timestamp":1390568666276},{"type":"LEAD_GUID","value":"e8ee498e-7947-4d8a-b386-c2b260dfad62","timestamp":1390569372767}]}],"merge-audits":[]},{"addedAt":1390569372852,"vid":196191,"canonical-vid":196191,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMLNU76twJIjifu-scDoFLUEEMK0DagWZMYL6DLlDJaZajPXd-ywYOYH66qt4eZ2y-bD5_OXDyzjU-cbQNfoy1T0yUj_Qcq2fmAhYUFyWQxr7Menn-0bbmUxgpExM31V-5whUrz","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMLNU76twJIjifu-scDoFLUEEMK0DagWZMYL6DLlDJaZajPXd-ywYOYH66qt4eZ2y-bD5_OXDyzjU-cbQNfoy1T0yUj_Qcq2fmAhYUFyWQxr7Menn-0bbmUxgpExM31V-5whUrz/","properties":{"firstname":{"value":"Emily"},"lastmodifieddate":{"value":"1414183314276"},"company":{"value":""},"lastname":{"value":"Palik"}},"form-submissions":[],"identity-profiles":[{"vid":196191,"saved-at-timestamp":1390569372782,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"emily.palik@adp.com","timestamp":1390568893411},{"type":"LEAD_GUID","value":"a42c7c5c-939e-4b33-b6b1-7bbc5d6f165e","timestamp":1390569372773}]}],"merge-audits":[]},{"addedAt":1390569372864,"vid":196192,"canonical-vid":196192,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mPYNu_N7jzVwo-w1KV8OHrDeArfpZxB7DMJIK9jmyvkSWUQINX16KF0bTL63jXp_5gsDMc4XA42zhwDhGGKYD3zC-mprBmsWnI883Lnz_gIQIr5zEEOrj7SUsYtnxpzKvd_ww-v","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mPYNu_N7jzVwo-w1KV8OHrDeArfpZxB7DMJIK9jmyvkSWUQINX16KF0bTL63jXp_5gsDMc4XA42zhwDhGGKYD3zC-mprBmsWnI883Lnz_gIQIr5zEEOrj7SUsYtnxpzKvd_ww-v/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183315545"},"company":{"value":""},"lastname":{"value":"Cliff
|
37
|
-
Byrant"}},"form-submissions":[],"identity-profiles":[{"vid":196192,"saved-at-timestamp":1390569372797,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"cliffbryant@corp.earthlink.net","timestamp":1390568783409},{"type":"LEAD_GUID","value":"8c2d9b51-cc45-492d-a018-883bf871e48c","timestamp":1390569372789}]}],"merge-audits":[]},{"addedAt":1390569372941,"vid":196193,"canonical-vid":196193,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mP02ynziBSjBxNQEto6d6R4v5Afv2yA_XtrNS3twaK7226u2MbukngDFDy4UH410-V19OFZhV8SQac_Zy131o2s-X2nh52BcAt-y4gR26reAFGgKP-yCHxok3qHP6WY33P9azjO","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mP02ynziBSjBxNQEto6d6R4v5Afv2yA_XtrNS3twaK7226u2MbukngDFDy4UH410-V19OFZhV8SQac_Zy131o2s-X2nh52BcAt-y4gR26reAFGgKP-yCHxok3qHP6WY33P9azjO/","properties":{"firstname":{"value":"John"},"lastmodifieddate":{"value":"1414183316745"},"company":{"value":"BlueLink,
|
38
|
-
LLC"},"lastname":{"value":"Dyslin"}},"form-submissions":[],"identity-profiles":[{"vid":196193,"saved-at-timestamp":1390569372811,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"john@bluelinkdirect.com","timestamp":1390568923286},{"type":"LEAD_GUID","value":"62355e28-add8-4bf2-a687-e04e2826b442","timestamp":1390569372793}]}],"merge-audits":[]},{"addedAt":1390569372879,"vid":196194,"canonical-vid":196194,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mN-dAdX8IqvyDahhTFZU-0A2sW10OM9LdFJGH0e-GzK1A5ZN97CRSaZX9kCwywL6xhGGKNhw4wz0vnr1v-I_A-LZfafFAAkYjp_ckJaPlmDGpLq8zrP-DOBQfWXMED4_JbOZsfe","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mN-dAdX8IqvyDahhTFZU-0A2sW10OM9LdFJGH0e-GzK1A5ZN97CRSaZX9kCwywL6xhGGKNhw4wz0vnr1v-I_A-LZfafFAAkYjp_ckJaPlmDGpLq8zrP-DOBQfWXMED4_JbOZsfe/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183313940"},"company":{"value":""},"lastname":{"value":"Ellen
|
39
|
-
Schwartz"}},"form-submissions":[],"identity-profiles":[{"vid":196194,"saved-at-timestamp":1390569372816,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"elatingome@yahoo.com","timestamp":1390568787814},{"type":"LEAD_GUID","value":"606c133c-b550-4752-81dd-0df0d2066f5a","timestamp":1390569372810}]}],"merge-audits":[]},{"addedAt":1390569372979,"vid":196195,"canonical-vid":196195,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mOAzS7t4rhnvrKqdBJk67vrzwUQSJGrOcaTAQPuFmRi1-rMVrjvaoelMYnzPecABgo9mS_MCd5xfYiztAoqViB60kB1AQL7PAo9zW4gxWwydC_DERzE09rEMw5SxqtLD0xUFvI1","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mOAzS7t4rhnvrKqdBJk67vrzwUQSJGrOcaTAQPuFmRi1-rMVrjvaoelMYnzPecABgo9mS_MCd5xfYiztAoqViB60kB1AQL7PAo9zW4gxWwydC_DERzE09rEMw5SxqtLD0xUFvI1/","properties":{"firstname":{"value":"Gary"},"lastmodifieddate":{"value":"1414183424704"},"company":{"value":""},"lastname":{"value":"Weiss"}},"form-submissions":[],"identity-profiles":[{"vid":196195,"saved-at-timestamp":1390569372830,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"gweiss@lwandco.com","timestamp":1390568711614},{"type":"LEAD_GUID","value":"b899625c-0228-4ea0-b6e7-e05403d9991d","timestamp":1390569372823}]}],"merge-audits":[]},{"addedAt":1390569372981,"vid":196196,"canonical-vid":196196,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mN-rf-1pKGhru98f2G8uNo0GL3rheI-7O_e_XpRzOa-IjvNrdF_eWfPxeoRP9JI15kGhR2FMCeVSljrLD3WHrBJAkhHHkHMcHPCkbM3v0jQTa9I43uThCNdHK_kWTC2-YUWtTEp","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mN-rf-1pKGhru98f2G8uNo0GL3rheI-7O_e_XpRzOa-IjvNrdF_eWfPxeoRP9JI15kGhR2FMCeVSljrLD3WHrBJAkhHHkHMcHPCkbM3v0jQTa9I43uThCNdHK_kWTC2-YUWtTEp/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183436593"},"company":{"value":""},"lastname":{"value":"Gaines"}},"form-submissions":[],"identity-profiles":[{"vid":196196,"saved-at-timestamp":1390569372827,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"dgaines@rosser.com","timestamp":1390568775978},{"type":"LEAD_GUID","value":"8e55df1c-f73f-4a9b-bfb3-5fd0bdbeed3c","timestamp":1390569372819}]}],"merge-audits":[]},{"addedAt":1390569372977,"vid":196197,"canonical-vid":196197,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMNDQPVIatRzvwwbjxH5kPMb1qbP15Ou8uQsf0vFoGvU8YsEHjMU1m4-i_ECZ87srGV2BYWxBOVgxaO6sxbU44Yfbi0CFqn9bsfQ3mveVPcBt0nHnKpPxTaJI5NY86TP2leU_xI","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMNDQPVIatRzvwwbjxH5kPMb1qbP15Ou8uQsf0vFoGvU8YsEHjMU1m4-i_ECZ87srGV2BYWxBOVgxaO6sxbU44Yfbi0CFqn9bsfQ3mveVPcBt0nHnKpPxTaJI5NY86TP2leU_xI/","properties":{"firstname":{"value":"Kathy"},"lastmodifieddate":{"value":"1414183318779"},"company":{"value":""},"lastname":{"value":"Oliverio"}},"form-submissions":[],"identity-profiles":[{"vid":196197,"saved-at-timestamp":1390569372895,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"kathyoliverio@thomasthomasllp.com","timestamp":1390568679200},{"type":"LEAD_GUID","value":"ca657c02-4179-48ef-b4f8-3b8d88cc3650","timestamp":1390569372889}]}],"merge-audits":[]},{"addedAt":1390569373032,"vid":196198,"canonical-vid":196198,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mP2qi6dkyTPirRHRrgpiaN7vEnohWR6AvX7pdcd7zeFDsc7ze_ATyjEGlS7_S4bz2aFE3N-9HqPIfZY4DZwtH1jmGf6uJHZ8EZgc2MgkK-k8b9tmigL4fDVrTo0aCxIAxDdW9Js","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mP2qi6dkyTPirRHRrgpiaN7vEnohWR6AvX7pdcd7zeFDsc7ze_ATyjEGlS7_S4bz2aFE3N-9HqPIfZY4DZwtH1jmGf6uJHZ8EZgc2MgkK-k8b9tmigL4fDVrTo0aCxIAxDdW9Js/","properties":{"firstname":{"value":""},"lastmodifieddate":{"value":"1414183521010"},"company":{"value":""},"lastname":{"value":"Mahoney"}},"form-submissions":[],"identity-profiles":[{"vid":196198,"saved-at-timestamp":1390569372942,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"aasdfsadf@ad.com","timestamp":1390568594597},{"type":"LEAD_GUID","value":"3db8e975-7032-4648-a74a-ca382fda59ec","timestamp":1390569372903}]}],"merge-audits":[]},{"addedAt":1390569373036,"vid":196199,"canonical-vid":196199,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mOPicMqToNnyGzSH1MaLq6MqstTs2xvbEnZluJChZ5WdY98SfW3jR4TtiOoPM2iK6czZaHUxQyNx387tvj57CPUZLFwCc8q1InUCQI16rR1sORpW7tqd4l6odMYOvouBhSS3vVs","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mOPicMqToNnyGzSH1MaLq6MqstTs2xvbEnZluJChZ5WdY98SfW3jR4TtiOoPM2iK6czZaHUxQyNx387tvj57CPUZLFwCc8q1InUCQI16rR1sORpW7tqd4l6odMYOvouBhSS3vVs/","properties":{"firstname":{"value":"Eleanor"},"lastmodifieddate":{"value":"1414183314891"},"company":{"value":""},"lastname":{"value":"Morgan"}},"form-submissions":[],"identity-profiles":[{"vid":196199,"saved-at-timestamp":1390569372911,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"emorgan@mdecorps.com","timestamp":1390568741710},{"type":"LEAD_GUID","value":"2225f650-6781-4e20-9269-adc783a00474","timestamp":1390569372905}]}],"merge-audits":[]}],"has-more":true,"vid-offset":196199}'
|
40
|
-
http_version:
|
41
|
-
recorded_at: Sat, 10 Jan 2015 14:43:57 GMT
|
42
|
-
- request:
|
43
|
-
method: get
|
44
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=2&hapikey=demo
|
45
|
-
body:
|
46
|
-
encoding: US-ASCII
|
47
|
-
string: ''
|
48
|
-
headers: {}
|
49
|
-
response:
|
50
|
-
status:
|
51
|
-
code: 200
|
52
|
-
message: OK
|
53
|
-
headers:
|
54
|
-
Access-Control-Allow-Credentials:
|
55
|
-
- 'false'
|
56
|
-
Content-Type:
|
57
|
-
- application/json; charset=UTF-8
|
58
|
-
Date:
|
59
|
-
- Sat, 10 Jan 2015 14:48:13 GMT
|
60
|
-
Vary:
|
61
|
-
- Accept-Encoding
|
62
|
-
- Accept-Encoding
|
63
|
-
Content-Length:
|
64
|
-
- '2251'
|
65
|
-
Connection:
|
66
|
-
- keep-alive
|
67
|
-
body:
|
68
|
-
encoding: UTF-8
|
69
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mNNP5CPNuARzP3V_eLb6X5QiAaD9sP46z4cxjkcjG6yAgjSJv-Lb7NRZ5WoaTitsgW6E7dyP0rKv9kaeZrp-QUwDCHCnaqxQMRkftVawLUbsBWYWR3KRvY4j_k6nsolW7g9emtA","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mNNP5CPNuARzP3V_eLb6X5QiAaD9sP46z4cxjkcjG6yAgjSJv-Lb7NRZ5WoaTitsgW6E7dyP0rKv9kaeZrp-QUwDCHCnaqxQMRkftVawLUbsBWYWR3KRvY4j_k6nsolW7g9emtA/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
70
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]},{"addedAt":1390569372731,"vid":196181,"canonical-vid":196181,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMnsfCFq7T0ImjA7qC3a4aw1jLrgryLYG-9ceZmNOsKPeNhCmUDFaS7-6H0ylqLafb9Ejjrt1XXdxZO9S8CT1BltoouGc4Af4MdmKdT7YmGZmYxGTlPbEC9d9UlPWa-6fYBhkJX","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMnsfCFq7T0ImjA7qC3a4aw1jLrgryLYG-9ceZmNOsKPeNhCmUDFaS7-6H0ylqLafb9Ejjrt1XXdxZO9S8CT1BltoouGc4Af4MdmKdT7YmGZmYxGTlPbEC9d9UlPWa-6fYBhkJX/","properties":{"firstname":{"value":"Charles"},"lastmodifieddate":{"value":"1414183318111"},"company":{"value":""},"lastname":{"value":"Gowland"}},"form-submissions":[],"identity-profiles":[{"vid":196181,"saved-at-timestamp":1390569372649,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"clg@gburnette.com","timestamp":1390568711002},{"type":"LEAD_GUID","value":"dca0d8a2-fa9c-4ca6-b5ef-c1bfb4a0bed4","timestamp":1390569372636}]}],"merge-audits":[]}],"has-more":true,"vid-offset":196181}'
|
71
|
-
http_version:
|
72
|
-
recorded_at: Sat, 10 Jan 2015 14:48:14 GMT
|
73
|
-
- request:
|
74
|
-
method: get
|
75
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=1&hapikey=demo&offset=1
|
76
|
-
body:
|
77
|
-
encoding: US-ASCII
|
78
|
-
string: ''
|
79
|
-
headers: {}
|
80
|
-
response:
|
81
|
-
status:
|
82
|
-
code: 200
|
83
|
-
message: OK
|
84
|
-
headers:
|
85
|
-
Access-Control-Allow-Credentials:
|
86
|
-
- 'false'
|
87
|
-
Content-Type:
|
88
|
-
- application/json; charset=UTF-8
|
89
|
-
Date:
|
90
|
-
- Sat, 10 Jan 2015 14:48:59 GMT
|
91
|
-
Vary:
|
92
|
-
- Accept-Encoding
|
93
|
-
- Accept-Encoding
|
94
|
-
Content-Length:
|
95
|
-
- '1290'
|
96
|
-
Connection:
|
97
|
-
- keep-alive
|
98
|
-
body:
|
99
|
-
encoding: UTF-8
|
100
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mNPg6nJUsLAeVfcohVGJ7EIXndQo1ZwqiPhXvPd1RSWNJ96MONN7kfiXm2psXPZNmFv_VbtTfT7SIbmlrLzPDP2ugwm2p8si22r9QBWwk3Z6-Z9M27-v-uV4Duv15TduSXLmny_","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mNPg6nJUsLAeVfcohVGJ7EIXndQo1ZwqiPhXvPd1RSWNJ96MONN7kfiXm2psXPZNmFv_VbtTfT7SIbmlrLzPDP2ugwm2p8si22r9QBWwk3Z6-Z9M27-v-uV4Duv15TduSXLmny_/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
101
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]}],"has-more":true,"vid-offset":154835}'
|
102
|
-
http_version:
|
103
|
-
recorded_at: Sat, 10 Jan 2015 14:48:59 GMT
|
104
|
-
- request:
|
105
|
-
method: get
|
106
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=1&hapikey=demo&vid-offset=1
|
107
|
-
body:
|
108
|
-
encoding: US-ASCII
|
109
|
-
string: ''
|
110
|
-
headers: {}
|
111
|
-
response:
|
112
|
-
status:
|
113
|
-
code: 200
|
114
|
-
message: OK
|
115
|
-
headers:
|
116
|
-
Access-Control-Allow-Credentials:
|
117
|
-
- 'false'
|
118
|
-
Content-Type:
|
119
|
-
- application/json; charset=UTF-8
|
120
|
-
Date:
|
121
|
-
- Sat, 10 Jan 2015 14:51:46 GMT
|
122
|
-
Vary:
|
123
|
-
- Accept-Encoding
|
124
|
-
- Accept-Encoding
|
125
|
-
Content-Length:
|
126
|
-
- '1290'
|
127
|
-
Connection:
|
128
|
-
- keep-alive
|
129
|
-
body:
|
130
|
-
encoding: UTF-8
|
131
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mPQrmiM4qpLqHAh4NfijScX9yV9kcg8nhFto816A7beCVuH0H94ZQxd2c4aBR6fRAWPpJ8YBE1T0Pzl0-MW72UUP3ykEV32k0luQWeneu0HfNRhz8mtWvSLCzNYOWk-4ZQg2liS","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mPQrmiM4qpLqHAh4NfijScX9yV9kcg8nhFto816A7beCVuH0H94ZQxd2c4aBR6fRAWPpJ8YBE1T0Pzl0-MW72UUP3ykEV32k0luQWeneu0HfNRhz8mtWvSLCzNYOWk-4ZQg2liS/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
132
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]}],"has-more":true,"vid-offset":154835}'
|
133
|
-
http_version:
|
134
|
-
recorded_at: Sat, 10 Jan 2015 14:51:46 GMT
|
135
|
-
- request:
|
136
|
-
method: get
|
137
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=1&hapikey=demo
|
138
|
-
body:
|
139
|
-
encoding: US-ASCII
|
140
|
-
string: ''
|
141
|
-
headers: {}
|
142
|
-
response:
|
143
|
-
status:
|
144
|
-
code: 200
|
145
|
-
message: OK
|
146
|
-
headers:
|
147
|
-
Access-Control-Allow-Credentials:
|
148
|
-
- 'false'
|
149
|
-
Content-Type:
|
150
|
-
- application/json; charset=UTF-8
|
151
|
-
Date:
|
152
|
-
- Sat, 10 Jan 2015 14:54:01 GMT
|
153
|
-
Vary:
|
154
|
-
- Accept-Encoding
|
155
|
-
- Accept-Encoding
|
156
|
-
Content-Length:
|
157
|
-
- '1290'
|
158
|
-
Connection:
|
159
|
-
- keep-alive
|
160
|
-
body:
|
161
|
-
encoding: UTF-8
|
162
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mOnjZKtFCNfP3lhRh-kWUmduMMaRd_h9AprbJXZRDmuBjvcTJXXRjyLNx7n6svmqwjtljbjR8TpI3BCxNUZMYebNSNBp_sPRrjC3seb3E3qkJoVn3FGn2ftEIA8a8fpE5NNE5lF","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mOnjZKtFCNfP3lhRh-kWUmduMMaRd_h9AprbJXZRDmuBjvcTJXXRjyLNx7n6svmqwjtljbjR8TpI3BCxNUZMYebNSNBp_sPRrjC3seb3E3qkJoVn3FGn2ftEIA8a8fpE5NNE5lF/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
163
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]}],"has-more":true,"vid-offset":154835}'
|
164
|
-
http_version:
|
165
|
-
recorded_at: Sat, 10 Jan 2015 14:54:01 GMT
|
166
|
-
- request:
|
167
|
-
method: get
|
168
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=1&hapikey=demo&vid-offset=154835
|
169
|
-
body:
|
170
|
-
encoding: US-ASCII
|
171
|
-
string: ''
|
172
|
-
headers: {}
|
173
|
-
response:
|
174
|
-
status:
|
175
|
-
code: 200
|
176
|
-
message: OK
|
177
|
-
headers:
|
178
|
-
Access-Control-Allow-Credentials:
|
179
|
-
- 'false'
|
180
|
-
Content-Type:
|
181
|
-
- application/json; charset=UTF-8
|
182
|
-
Date:
|
183
|
-
- Sat, 10 Jan 2015 14:54:02 GMT
|
184
|
-
Vary:
|
185
|
-
- Accept-Encoding
|
186
|
-
- Accept-Encoding
|
187
|
-
Content-Length:
|
188
|
-
- '1290'
|
189
|
-
Connection:
|
190
|
-
- keep-alive
|
191
|
-
body:
|
192
|
-
encoding: UTF-8
|
193
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mPygkRdWWe9QgapoAJglcWOb82_8QH3Oj7oYh0oOqcym7ACl_72ttwUSp95OcFoL3l5IJxsZPEOQ7rFBut6OEqAezXyRWf5DuhdKUH6Pe_fHRKLgGrM0COPGde9u0BrSGaZo491","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mPygkRdWWe9QgapoAJglcWOb82_8QH3Oj7oYh0oOqcym7ACl_72ttwUSp95OcFoL3l5IJxsZPEOQ7rFBut6OEqAezXyRWf5DuhdKUH6Pe_fHRKLgGrM0COPGde9u0BrSGaZo491/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
194
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]}],"has-more":true,"vid-offset":154835}'
|
195
|
-
http_version:
|
196
|
-
recorded_at: Sat, 10 Jan 2015 14:54:02 GMT
|
197
|
-
- request:
|
198
|
-
method: get
|
199
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=1&hapikey=demo
|
200
|
-
body:
|
201
|
-
encoding: US-ASCII
|
202
|
-
string: ''
|
203
|
-
headers: {}
|
204
|
-
response:
|
205
|
-
status:
|
206
|
-
code: 200
|
207
|
-
message: OK
|
208
|
-
headers:
|
209
|
-
Access-Control-Allow-Credentials:
|
210
|
-
- 'false'
|
211
|
-
Content-Type:
|
212
|
-
- application/json; charset=UTF-8
|
213
|
-
Date:
|
214
|
-
- Sat, 10 Jan 2015 14:55:34 GMT
|
215
|
-
Vary:
|
216
|
-
- Accept-Encoding
|
217
|
-
- Accept-Encoding
|
218
|
-
Content-Length:
|
219
|
-
- '1290'
|
220
|
-
Connection:
|
221
|
-
- keep-alive
|
222
|
-
body:
|
223
|
-
encoding: UTF-8
|
224
|
-
string: '{"contacts":[{"addedAt":1405347851360,"vid":154835,"canonical-vid":154835,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMMGT9lJCB6A21Lgqyly5DfNcW3u-ldo7UnhCE9dg0eyzWt7g-JAMrxxoM_IRCiQVojiunlgOBQYIezEVSRCKi3Zq4rAHnzenFg0Yn3N-1stJ-zVZsKszUZV6UK-algZOU4YPPy","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMMGT9lJCB6A21Lgqyly5DfNcW3u-ldo7UnhCE9dg0eyzWt7g-JAMrxxoM_IRCiQVojiunlgOBQYIezEVSRCKi3Zq4rAHnzenFg0Yn3N-1stJ-zVZsKszUZV6UK-algZOU4YPPy/","properties":{"firstname":{"value":"HubSpot"},"lastmodifieddate":{"value":"1414183315068"},"lastname":{"value":"Test"}},"form-submissions":[{"conversion-id":"b18f9fd8-b8d3-49e5-898a-ac301fac93e9","timestamp":1405347851180,"form-id":"b844ad5e-32bd-41e1-b0e6-ed990c5f3d1b","portal-id":62515,"page-url":"http://demo.hubapi.com/your-stunning-headline-30","page-title":"Your
|
225
|
-
stunning headline!","page-id":"324527","title":"My New Form","meta-data":[]}],"identity-profiles":[{"vid":154835,"saved-at-timestamp":1405347851237,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"test@hubspot.com","timestamp":1405347851180},{"type":"LEAD_GUID","value":"c8f20860-d3d6-4b57-b092-86a07cebdcbc","timestamp":1405347851237}]}],"merge-audits":[]}],"has-more":true,"vid-offset":154835}'
|
226
|
-
http_version:
|
227
|
-
recorded_at: Sat, 10 Jan 2015 14:55:34 GMT
|
228
|
-
- request:
|
229
|
-
method: get
|
230
|
-
uri: https://api.hubapi.com/contacts/v1/lists/all/contacts/all?count=1&hapikey=demo&vidOffset=154835
|
231
|
-
body:
|
232
|
-
encoding: US-ASCII
|
233
|
-
string: ''
|
234
|
-
headers: {}
|
235
|
-
response:
|
236
|
-
status:
|
237
|
-
code: 200
|
238
|
-
message: OK
|
239
|
-
headers:
|
240
|
-
Access-Control-Allow-Credentials:
|
241
|
-
- 'false'
|
242
|
-
Content-Type:
|
243
|
-
- application/json; charset=UTF-8
|
244
|
-
Date:
|
245
|
-
- Sat, 10 Jan 2015 14:58:11 GMT
|
246
|
-
Vary:
|
247
|
-
- Accept-Encoding
|
248
|
-
- Accept-Encoding
|
249
|
-
Content-Length:
|
250
|
-
- '1011'
|
251
|
-
Connection:
|
252
|
-
- keep-alive
|
253
|
-
body:
|
254
|
-
encoding: UTF-8
|
255
|
-
string: '{"contacts":[{"addedAt":1390569372731,"vid":196181,"canonical-vid":196181,"merged-vids":[],"portal-id":62515,"is-contact":true,"profile-token":"AO_T-mMN_5UTisMlYNPPYlhtxjNSaNd6gmtkpeCjXH_qREthy25LLaY4OOsA7cdXTLqM5mrxcU0jFZ33ym4cUvjNRbYi_h8h80esdoyxw_w0-tfzqFwPgT8t8S03dBASBcxR68M4q52G","profile-url":"https://app.hubspot.com/contacts/62515/lists/public/contact/_AO_T-mMN_5UTisMlYNPPYlhtxjNSaNd6gmtkpeCjXH_qREthy25LLaY4OOsA7cdXTLqM5mrxcU0jFZ33ym4cUvjNRbYi_h8h80esdoyxw_w0-tfzqFwPgT8t8S03dBASBcxR68M4q52G/","properties":{"firstname":{"value":"Charles"},"lastmodifieddate":{"value":"1414183318111"},"company":{"value":""},"lastname":{"value":"Gowland"}},"form-submissions":[],"identity-profiles":[{"vid":196181,"saved-at-timestamp":1390569372649,"deleted-changed-timestamp":0,"identities":[{"type":"EMAIL","value":"clg@gburnette.com","timestamp":1390568711002},{"type":"LEAD_GUID","value":"dca0d8a2-fa9c-4ca6-b5ef-c1bfb4a0bed4","timestamp":1390569372636}]}],"merge-audits":[]}],"has-more":true,"vid-offset":196181}'
|
256
|
-
http_version:
|
257
|
-
recorded_at: Sat, 10 Jan 2015 14:58:11 GMT
|
258
|
-
- request:
|
259
|
-
method: get
|
260
|
-
uri: https://api.hubapi.com/contacts/v1/lists?hapikey=demo
|
261
|
-
body:
|
262
|
-
encoding: US-ASCII
|
263
|
-
string: ''
|
264
|
-
headers: {}
|
265
|
-
response:
|
266
|
-
status:
|
267
|
-
code: 200
|
268
|
-
message: OK
|
269
|
-
headers:
|
270
|
-
Access-Control-Allow-Credentials:
|
271
|
-
- 'false'
|
272
|
-
Content-Type:
|
273
|
-
- application/json; charset=UTF-8
|
274
|
-
Date:
|
275
|
-
- Fri, 20 Feb 2015 19:09:46 GMT
|
276
|
-
Vary:
|
277
|
-
- Accept-Encoding
|
278
|
-
- Accept-Encoding
|
279
|
-
Content-Length:
|
280
|
-
- '7358'
|
281
|
-
Connection:
|
282
|
-
- keep-alive
|
283
|
-
body:
|
284
|
-
encoding: UTF-8
|
285
|
-
string: '{"lists":[{"metaData":{"processing":"DONE","size":3355,"error":"","lastProcessingStateChangeAt":1335448864306,"lastSizeChangeAt":1424402567742},"name":"twitterers","dynamic":true,"filters":[[{"property":"twitterhandle","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1335448813688,"listId":1,"updatedAt":1335448813688,"internalListId":1},{"metaData":{"processing":"DONE","size":4,"error":"","lastProcessingStateChangeAt":1336673990262,"lastSizeChangeAt":1418738702960},"name":"HubSpot-HootSuite
|
286
|
-
App","dynamic":false,"filters":[[{"property":"twitterhandle","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"portalId":62515,"createdAt":1336673951299,"listId":2,"updatedAt":1336673951299,"internalListId":2},{"metaData":{"processing":"DONE","size":5,"error":"","lastProcessingStateChangeAt":1344891893390,"lastSizeChangeAt":1422468593853},"name":"staticTest","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1344891893390,"listId":3,"updatedAt":1344891893390,"internalListId":5},{"metaData":{"processing":"DONE","size":2,"error":"","lastProcessingStateChangeAt":1345057450679,"lastSizeChangeAt":1421930685051},"name":"Workface
|
287
|
-
Leads","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1345057450679,"listId":4,"updatedAt":1345057450679,"internalListId":6},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1352457865767,"lastSizeChangeAt":1356047577025},"name":"stuff","dynamic":true,"filters":[[{"property":"email","value":"venky10596@gmail.com","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1345150315056,"listId":5,"updatedAt":1352457795448,"internalListId":111},{"metaData":{"processing":"DONE","size":1134,"error":"","lastProcessingStateChangeAt":1412965644048,"lastSizeChangeAt":1412965644007},"name":"test1.csv","dynamic":false,"deleted":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1348730165681,"listId":106,"updatedAt":1348730165681,"internalListId":108},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1353112579422,"lastSizeChangeAt":1379278698150},"name":"VP
|
288
|
-
From LS","dynamic":true,"filters":[[{"property":"created_from_learning_studio","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1353112478149,"listId":123,"updatedAt":1353448496108,"internalListId":128},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1353435356844,"lastSizeChangeAt":1379278698143},"name":"VP
|
289
|
-
Self Signed Up","dynamic":true,"filters":[[{"property":"created_from_learning_studio","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"},{"property":"system_generated_password","operator":"IS_EMPTY","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1353435268894,"listId":124,"updatedAt":1353435268894,"internalListId":129},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1353448911950,"lastSizeChangeAt":1379278604544},"name":"VP
|
290
|
-
User Created By Admin","dynamic":true,"filters":[[{"property":"created_from_learning_studio","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"},{"property":"system_generated_password","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1353435309254,"listId":125,"updatedAt":1353448679894,"internalListId":137},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1354183186104,"lastSizeChangeAt":1379278698138},"name":"VP
|
291
|
-
Test Users","dynamic":true,"filters":[[{"property":"test_user","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1353445432440,"listId":126,"updatedAt":1353445432440,"internalListId":141},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1353956891525,"lastSizeChangeAt":1379278879425},"name":"Enter
|
292
|
-
Photo Contest","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1353956891525,"listId":127,"updatedAt":1353956891525,"internalListId":139},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1354047260466,"lastSizeChangeAt":1379278348398},"name":"Win
|
293
|
-
Golf Stand Bag","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1354047260466,"listId":128,"updatedAt":1354047260466,"internalListId":140},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1358762885859,"lastSizeChangeAt":1358762885860},"name":"US
|
294
|
-
Person","dynamic":true,"filters":[[{"form":"c900bc7334de4ec7921d688c5444e445","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST"},{"property":"country","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1358415795285,"listId":132,"updatedAt":1358762858893,"internalListId":154},{"metaData":{"processing":"DONE","size":27,"error":"","lastProcessingStateChangeAt":1379965841604,"lastSizeChangeAt":1422554891450},"name":"Klpz","dynamic":true,"filters":[[{"property":"annualrevenue","value":0,"type":"number","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"listType":"DYNAMIC","portalId":62515,"createdAt":1358866329333,"listId":137,"updatedAt":1379965836651,"deleteable":true,"internalListId":273},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1360391773728,"lastSizeChangeAt":1409867632129},"name":"pooja.arora@utsavfashion.biz","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1360391773728,"listId":140,"updatedAt":1360391773728,"internalListId":158},{"metaData":{"processing":"DONE","size":25,"error":"","lastProcessingStateChangeAt":1360714782028,"lastSizeChangeAt":1416868964666},"name":"tweeters","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1360714782028,"listId":145,"updatedAt":1360714782028,"internalListId":163},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1360714845104,"lastSizeChangeAt":0},"name":"tweeters2","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1360714845104,"listId":146,"updatedAt":1360714845104,"internalListId":164},{"metaData":{"processing":"DONE","size":2,"error":"","lastProcessingStateChangeAt":1360714853388,"lastSizeChangeAt":1399965262559},"name":"tweeters3","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1360714853388,"listId":147,"updatedAt":1360714853388,"internalListId":165},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1360715752360,"lastSizeChangeAt":0},"name":"tweetersasdf","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1360715752360,"listId":148,"updatedAt":1360715752360,"internalListId":166},{"metaData":{"processing":"DONE","size":0,"error":"","lastProcessingStateChangeAt":1360718454238,"lastSizeChangeAt":0},"name":"tweeterszzzzz","dynamic":false,"filters":[],"listType":"STATIC","portalId":62515,"createdAt":1360718454238,"listId":149,"updatedAt":1360718454238,"internalListId":167}],"offset":20,"has-more":true}'
|
295
|
-
http_version:
|
296
|
-
recorded_at: Fri, 20 Feb 2015 19:09:46 GMT
|
297
|
-
recorded_with: VCR 2.4.0
|
@@ -1,104 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://api.hubapi.com/contacts/v1/lists/dynamic?hapikey=demo
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers: {}
|
10
|
-
response:
|
11
|
-
status:
|
12
|
-
code: 200
|
13
|
-
message: OK
|
14
|
-
headers:
|
15
|
-
Access-Control-Allow-Credentials:
|
16
|
-
- 'false'
|
17
|
-
Content-Type:
|
18
|
-
- application/json; charset=UTF-8
|
19
|
-
Date:
|
20
|
-
- Fri, 20 Feb 2015 20:27:21 GMT
|
21
|
-
Vary:
|
22
|
-
- Accept-Encoding
|
23
|
-
- Accept-Encoding
|
24
|
-
Transfer-Encoding:
|
25
|
-
- chunked
|
26
|
-
Connection:
|
27
|
-
- keep-alive
|
28
|
-
body:
|
29
|
-
encoding: UTF-8
|
30
|
-
string: '{"lists":[{"name":"twitterers","metaData":{"size":3355,"error":"","processing":"DONE","lastProcessingStateChangeAt":1335448864306,"lastSizeChangeAt":1424402567742},"dynamic":true,"portalId":62515,"createdAt":1335448813688,"listId":1,"internalListId":1,"filters":[[{"property":"twitterhandle","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"updatedAt":1335448813688,"listType":"DYNAMIC"},{"name":"stuff","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1352457865767,"lastSizeChangeAt":1356047577025},"dynamic":true,"portalId":62515,"createdAt":1345150315056,"listId":5,"internalListId":111,"filters":[[{"property":"email","value":"venky10596@gmail.com","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"updatedAt":1352457795448,"listType":"DYNAMIC"},{"name":"VP
|
31
|
-
From LS","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1353112579422,"lastSizeChangeAt":1379278698150},"dynamic":true,"portalId":62515,"createdAt":1353112478149,"listId":123,"internalListId":128,"filters":[[{"property":"created_from_learning_studio","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"}]],"updatedAt":1353448496108,"listType":"DYNAMIC"},{"name":"VP
|
32
|
-
Self Signed Up","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1353435356844,"lastSizeChangeAt":1379278698143},"dynamic":true,"portalId":62515,"createdAt":1353435268894,"listId":124,"internalListId":129,"filters":[[{"property":"created_from_learning_studio","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"},{"property":"system_generated_password","operator":"IS_EMPTY","withinTimeMode":"PAST"}]],"updatedAt":1353435268894,"listType":"DYNAMIC"},{"name":"VP
|
33
|
-
User Created By Admin","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1353448911950,"lastSizeChangeAt":1379278604544},"dynamic":true,"portalId":62515,"createdAt":1353435309254,"listId":125,"internalListId":137,"filters":[[{"property":"created_from_learning_studio","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"},{"property":"system_generated_password","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"updatedAt":1353448679894,"listType":"DYNAMIC"},{"name":"VP
|
34
|
-
Test Users","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1354183186104,"lastSizeChangeAt":1379278698138},"dynamic":true,"portalId":62515,"createdAt":1353445432440,"listId":126,"internalListId":141,"filters":[[{"property":"test_user","value":"true","type":"enumeration","operator":"SET_EQ","withinTimeMode":"PAST"}]],"updatedAt":1353445432440,"listType":"DYNAMIC"},{"name":"US
|
35
|
-
Person","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1358762885859,"lastSizeChangeAt":1358762885860},"dynamic":true,"portalId":62515,"createdAt":1358415795285,"listId":132,"internalListId":154,"filters":[[{"form":"c900bc7334de4ec7921d688c5444e445","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST"},{"property":"country","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"updatedAt":1358762858893,"listType":"DYNAMIC"},{"name":"Klpz","metaData":{"size":27,"error":"","processing":"DONE","lastProcessingStateChangeAt":1379965841604,"lastSizeChangeAt":1422554891450},"dynamic":true,"portalId":62515,"createdAt":1358866329333,"listId":137,"internalListId":273,"deleteable":true,"filters":[[{"property":"annualrevenue","value":0,"type":"number","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"updatedAt":1379965836651,"listType":"DYNAMIC"},{"name":"test-hubspotscore
|
36
|
-
gt 0","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1368075694539,"lastSizeChangeAt":1420881160943},"dynamic":true,"portalId":62515,"createdAt":1368075560537,"listId":202,"internalListId":221,"filters":[[{"property":"hubspotscore","value":0,"type":"number","operator":"GT","withinTimeMode":"PAST"}]],"updatedAt":1368075560537,"authorId":215482,"listType":"DYNAMIC"},{"name":"CRM-Testing","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1379516987016,"lastSizeChangeAt":1379516987019},"dynamic":true,"portalId":62515,"createdAt":1373296216779,"listId":213,"internalListId":268,"filters":[[{"property":"lastname","value":"inf","type":"string","operator":"CONTAINS","withinTimeMode":"PAST"},{"property":"firstname","value":"inf","type":"string","operator":"CONTAINS","withinTimeMode":"PAST"}]],"updatedAt":1373296216779,"authorId":215482,"listType":"DYNAMIC"},{"name":"All
|
37
|
-
Subscribers (HS Recipes)","metaData":{"size":42552,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857001526,"lastSizeChangeAt":1424457765739},"dynamic":true,"portalId":62515,"createdAt":1377856985638,"listId":227,"internalListId":247,"filters":[[{"property":"lifecyclestage","value":"subscriber","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856985638,"listType":"DYNAMIC"},{"name":"All
|
38
|
-
Leads (HS Recipes)","metaData":{"size":2018,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857613277,"lastSizeChangeAt":1424462097466},"dynamic":true,"portalId":62515,"createdAt":1377856985578,"listId":228,"internalListId":246,"filters":[[{"property":"lifecyclestage","value":"lead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856985578,"listType":"DYNAMIC"},{"name":"All
|
39
|
-
Leads (HS Recipes)","metaData":{"size":2018,"error":"","processing":"DONE","lastProcessingStateChangeAt":1379532378580,"lastSizeChangeAt":1424462097326},"dynamic":true,"portalId":62515,"createdAt":1377856986105,"listId":229,"internalListId":272,"filters":[[{"property":"lifecyclestage","value":"lead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856986105,"listType":"DYNAMIC"},{"name":"All
|
40
|
-
MQLs (HS Recipes)","metaData":{"size":35,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857595069,"lastSizeChangeAt":1424226061071},"dynamic":true,"portalId":62515,"createdAt":1377856986655,"listId":230,"internalListId":249,"filters":[[{"property":"lifecyclestage","value":"marketingqualifiedlead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856986655,"listType":"DYNAMIC"},{"name":"All
|
41
|
-
MQLs (HS Recipes)","metaData":{"size":35,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857895848,"lastSizeChangeAt":1424226061099},"dynamic":true,"portalId":62515,"createdAt":1377856990093,"listId":231,"internalListId":250,"filters":[[{"property":"lifecyclestage","value":"marketingqualifiedlead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856990093,"listType":"DYNAMIC"},{"name":"All
|
42
|
-
Customers (HS Recipes)","metaData":{"size":484,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857897546,"lastSizeChangeAt":1423191121201},"dynamic":true,"portalId":62515,"createdAt":1377856990353,"listId":233,"internalListId":252,"filters":[[{"property":"lifecyclestage","value":"customer","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856990353,"listType":"DYNAMIC"},{"name":"All
|
43
|
-
Customers (HS Recipes)","metaData":{"size":484,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377858198319,"lastSizeChangeAt":1423191121361},"dynamic":true,"portalId":62515,"createdAt":1377856990480,"listId":234,"internalListId":253,"filters":[[{"property":"lifecyclestage","value":"customer","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1377856990480,"listType":"DYNAMIC"},{"name":"Fake
|
44
|
-
Company Name (HS Recipes)","metaData":{"size":29,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857600287,"lastSizeChangeAt":1424088771114},"dynamic":true,"portalId":62515,"createdAt":1377856994679,"listId":235,"internalListId":254,"filters":[[{"property":"company","value":"0;-;-;*;.;/;[not
|
45
|
-
provided];a;aa;aaa;aaa;ab;abc;abc;abcd;as;asd;asd;asdasd;asdasdasd;asdf;asdfasdf;author;b;blah;blog;blogger;c;casa;company;confidential;consultant;d;e;f;free
|
46
|
-
lance;freelance;freelancer;g;h;home;i;independent;independiente;individual;j;k;l;m;me;mine;my
|
47
|
-
company;my own;myown;myself;n;n.a.;n/a;NA;nil;no;no company;no name;nocompany;non;none;not
|
48
|
-
applicable;o;other;own;p;particular;personal;private;q;r;s;sdfsdf;self;self
|
49
|
-
employed;selfemployed;self-employed;Student;t;test;u;unemployed;university;v;w;x;xxx;xyz;y;z;NONE;None","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"updatedAt":1377856994679,"listType":"DYNAMIC"},{"name":"Evangelists
|
50
|
-
(HS Recipes)","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377857901711,"lastSizeChangeAt":1377857901709},"dynamic":true,"portalId":62515,"createdAt":1377856995218,"listId":236,"internalListId":255,"filters":[[{"property":"hs_social_twitter_clicks","value":5,"type":"number","operator":"GT","withinTimeMode":"PAST"}],[{"property":"hs_social_facebook_clicks","value":5,"type":"number","operator":"GT","withinTimeMode":"PAST"}],[{"property":"hs_social_linkedin_clicks","value":5,"type":"number","operator":"GT","withinTimeMode":"PAST"}]],"updatedAt":1377856995218,"listType":"DYNAMIC"},{"name":"Evangelists
|
51
|
-
(HS Recipes)","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1377858202485,"lastSizeChangeAt":1377858202484},"dynamic":true,"portalId":62515,"createdAt":1377856995351,"listId":237,"internalListId":256,"filters":[[{"property":"hs_social_twitter_clicks","value":5,"type":"number","operator":"GT","withinTimeMode":"PAST"}],[{"property":"hs_social_facebook_clicks","value":5,"type":"number","operator":"GT","withinTimeMode":"PAST"}],[{"property":"hs_social_linkedin_clicks","value":5,"type":"number","operator":"GT","withinTimeMode":"PAST"}]],"updatedAt":1377856995351,"listType":"DYNAMIC"},{"name":"asdf","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1380028215819,"lastSizeChangeAt":1380028479441},"dynamic":true,"portalId":62515,"createdAt":1380028165589,"listId":248,"internalListId":275,"deleteable":true,"filters":[[{"property":"c_last_conversion","value":"marketing-digital-para-empreendedores","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"updatedAt":1380028207677,"authorId":215482,"listType":"DYNAMIC"},{"name":"Monthly
|
52
|
-
Subscribers - API Demonstration Blog","metaData":{"size":2,"error":"","processing":"DONE","lastProcessingStateChangeAt":1381896109652,"lastSizeChangeAt":1394186746686},"dynamic":true,"portalId":62515,"createdAt":1381896104894,"listId":278,"internalListId":305,"deleteable":false,"filters":[[{"property":"blog_api_demonstration_blog_subscription","value":"monthly","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1381896104894,"listType":"DYNAMIC"},{"name":"Instant
|
53
|
-
Subscribers - API Demonstration Blog","metaData":{"size":2,"error":"","processing":"DONE","lastProcessingStateChangeAt":1381896110161,"lastSizeChangeAt":1414707095651},"dynamic":true,"portalId":62515,"createdAt":1381896105512,"listId":279,"internalListId":306,"deleteable":false,"filters":[[{"property":"blog_api_demonstration_blog_subscription","value":"instant","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1381896105512,"listType":"DYNAMIC"},{"name":"Daily
|
54
|
-
Subscribers - API Demonstration Blog","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1381896412205,"lastSizeChangeAt":1381896412211},"dynamic":true,"portalId":62515,"createdAt":1381896106320,"listId":280,"internalListId":307,"deleteable":false,"filters":[[{"property":"blog_api_demonstration_blog_subscription","value":"daily","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1381896106320,"listType":"DYNAMIC"},{"name":"Weekly
|
55
|
-
Subscribers - API Demonstration Blog","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1381896412246,"lastSizeChangeAt":1381896412254},"dynamic":true,"portalId":62515,"createdAt":1381896106738,"listId":281,"internalListId":308,"deleteable":false,"filters":[[{"property":"blog_api_demonstration_blog_subscription","value":"weekly","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1381896106738,"listType":"DYNAMIC"},{"name":"My
|
56
|
-
Test List","metaData":{"size":64508,"error":"","processing":"DONE","lastProcessingStateChangeAt":1382038161991,"lastSizeChangeAt":1424462405755},"dynamic":true,"portalId":62515,"createdAt":1382037775914,"listId":286,"internalListId":314,"deleteable":true,"filters":[[{"value":"eb46ef6c-6f27-4f44-905d-7945bf1d75fb","form":"eb46ef6c-6f27-4f44-905d-7945bf1d75fb","operator":"HAS_NOT_FILLED_OUT_FORM","withinTimeMode":"PAST"}]],"updatedAt":1382038143722,"authorId":215482,"listType":"DYNAMIC"},{"name":"Sample
|
57
|
-
List","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1382038610560,"lastSizeChangeAt":1404248085316},"dynamic":true,"portalId":62515,"createdAt":1382038607425,"listId":294,"internalListId":322,"deleteable":true,"filters":[[{"value":"eb46ef6c-6f27-4f44-905d-7945bf1d75fb","form":"eb46ef6c-6f27-4f44-905d-7945bf1d75fb","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST"}]],"updatedAt":1382038607425,"authorId":215482,"listType":"DYNAMIC"},{"name":"BF
|
58
|
-
List1 (org_id=260)","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1382126659504,"lastSizeChangeAt":1404248097804},"dynamic":true,"portalId":62515,"createdAt":1382126583101,"listId":304,"internalListId":333,"deleteable":true,"filters":[[{"property":"organization_id","value":"260","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"updatedAt":1382141424726,"authorId":215482,"listType":"DYNAMIC"},{"name":"BF
|
59
|
-
List2 (created_on > 10/17/2013)","metaData":{"size":64501,"error":"","processing":"DONE","lastProcessingStateChangeAt":1382141462559,"lastSizeChangeAt":1424462405639},"dynamic":true,"portalId":62515,"createdAt":1382138179285,"listId":305,"internalListId":335,"deleteable":true,"filters":[[{"property":"createdate","value":1382068799999,"type":"datetime","operator":"GT","withinTimeMode":"PAST"}]],"updatedAt":1382141457550,"authorId":215482,"listType":"DYNAMIC"},{"name":"BF
|
60
|
-
List3 (plan=trial)","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1382141499886,"lastSizeChangeAt":1404248237638},"dynamic":true,"portalId":62515,"createdAt":1382141495970,"listId":306,"internalListId":336,"deleteable":true,"filters":[[{"property":"on_net_current_plan","value":"Trial","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1382141495970,"authorId":215482,"listType":"DYNAMIC"},{"name":"BF
|
61
|
-
List4 (plan=paid)","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1382141531066,"lastSizeChangeAt":1404248237882},"dynamic":true,"portalId":62515,"createdAt":1382141527235,"listId":307,"internalListId":337,"deleteable":true,"filters":[[{"property":"on_net_current_plan","value":"Paid","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1382141527235,"authorId":215482,"listType":"DYNAMIC"},{"name":"aa
|
62
|
-
testing a list","metaData":{"size":2,"error":"","processing":"DONE","lastProcessingStateChangeAt":1384554100082,"lastSizeChangeAt":1391330814570},"dynamic":true,"portalId":62515,"createdAt":1384554065710,"listId":402,"internalListId":433,"deleteable":true,"filters":[[{"property":"billing_address1","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1384554065710,"authorId":215482,"listType":"DYNAMIC"},{"name":"JohnnysNewList","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1385507834215,"lastSizeChangeAt":1385507834187},"dynamic":true,"portalId":62515,"createdAt":1385507692470,"listId":411,"internalListId":444,"deleteable":true,"filters":[[{"property":"company","value":"unbounce6","type":"string","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1385509639021,"authorId":254556,"listType":"DYNAMIC"},{"name":"Form
|
63
|
-
Submissions","metaData":{"size":1487,"error":"","processing":"DONE","lastProcessingStateChangeAt":1388173286258,"lastSizeChangeAt":1424291558993},"dynamic":true,"portalId":62515,"createdAt":1387247522949,"listId":418,"internalListId":452,"deleteable":true,"filters":[[{"value":"","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1388173253628,"authorId":100291,"listType":"DYNAMIC"},{"name":"opened
|
64
|
-
email","metaData":{"size":5,"error":"","processing":"DONE","lastProcessingStateChangeAt":1389036372223,"lastSizeChangeAt":1421922902326},"dynamic":true,"portalId":62515,"createdAt":1389036344405,"listId":420,"internalListId":454,"deleteable":true,"filters":[[{"property":"hs_email_open","value":1,"type":"number","operator":"GT","withinTimeMode":"PAST","checkPastVersions":false},{"property":"hs_email_last_open_date","value":1389070799999,"type":"datetime","operator":"GT","withinTimeMode":"PAST","checkPastVersions":false}],[{"value":"8z7Fzs0yNYrn","operator":"HAS_EVENT","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1389036344405,"authorId":215482,"listType":"DYNAMIC"},{"name":"include","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1389046956415,"lastSizeChangeAt":1404248621587},"dynamic":true,"portalId":62515,"createdAt":1389046933196,"listId":421,"internalListId":455,"deleteable":true,"filters":[[{"property":"hs_email_last_send_date","value":1388984400000,"type":"datetime","operator":"LT","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1389046933196,"authorId":215482,"listType":"DYNAMIC"},{"name":"wf1","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1389983515786,"lastSizeChangeAt":1404249123148},"dynamic":true,"portalId":62515,"createdAt":1389983497306,"listId":458,"internalListId":492,"deleteable":true,"filters":[[{"property":"myworkflow1","value":"hoge","type":"string","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1389983573503,"authorId":215482,"listType":"DYNAMIC"},{"name":"tmlist","metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1390348863378,"lastSizeChangeAt":1407453704838},"dynamic":true,"portalId":62515,"createdAt":1390348845637,"listId":476,"internalListId":510,"deleteable":true,"filters":[[{"value":"196","list":196,"operator":"IN_LIST","withinTimeMode":"PAST","checkPastVersions":false,"dynamicList":false}]],"updatedAt":1390348845637,"authorId":215482,"listType":"DYNAMIC"},{"name":"MoFu","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1392306522542,"lastSizeChangeAt":1392306522574},"dynamic":true,"portalId":62515,"createdAt":1392306503286,"listId":9992,"internalListId":10026,"deleteable":true,"filters":[[{"value":"3125","list":3125,"operator":"IN_LIST","withinTimeMode":"PAST","checkPastVersions":false,"dynamicList":false},{"value":"","operator":"HAS_FILLED_OUT_FORM","afterTimestamp":1392267600000,"withinTimeMode":"PAST","checkPastVersions":false}],[{"value":"teste.com","operator":"HAS_PAGEVIEW_CONTAINS","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1392306503286,"authorId":215482,"listType":"DYNAMIC"},{"name":"teste
|
65
|
-
5","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1392661787859,"lastSizeChangeAt":1392661787889},"dynamic":true,"portalId":62515,"createdAt":1392661768736,"listId":10672,"internalListId":10706,"deleteable":true,"filters":[[{"value":"77sjrt8TScVW","operator":"HAS_EVENT","minOccurrences":3,"withinTimeMode":"PAST","checkPastVersions":false}],[{"value":"3119","list":3119,"operator":"IN_LIST","withinTimeMode":"PAST","checkPastVersions":false,"dynamicList":false}]],"updatedAt":1392661768736,"authorId":215482,"listType":"DYNAMIC"},{"name":"teste_01","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1393103711197,"lastSizeChangeAt":1393103711226},"dynamic":true,"portalId":62515,"createdAt":1393103690282,"listId":12191,"internalListId":12225,"deleteable":true,"filters":[[{"property":"recent_conversion_event_name","value":"1","type":"string","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1393103690282,"authorId":215482,"listType":"DYNAMIC"},{"name":"oxys","metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1393273956744,"lastSizeChangeAt":1393274238259},"dynamic":true,"portalId":62515,"createdAt":1393273936895,"listId":12992,"internalListId":13026,"deleteable":true,"filters":[[{"property":"email","value":"rodrigoquaresma@gmail.com","type":"string","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1393273936895,"authorId":215482,"listType":"DYNAMIC"},{"name":"Such
|
66
|
-
Test List","metaData":{"size":1487,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395786106007,"lastSizeChangeAt":1424291559038},"dynamic":true,"portalId":62515,"createdAt":1393341579507,"listId":13504,"internalListId":24673,"deleteable":true,"filters":[[{"value":"","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1395786071274,"authorId":215482,"listType":"DYNAMIC"},{"name":"hubspot
|
67
|
-
integration submissions","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1394645391603,"lastSizeChangeAt":1394645391632},"dynamic":true,"portalId":62515,"createdAt":1394645372190,"listId":19581,"internalListId":19617,"deleteable":true,"filters":[[{"value":"4d3b6459-60e0-4442-99c0-5e5f7254749f","form":"4d3b6459-60e0-4442-99c0-5e5f7254749f","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1394645372190,"authorId":215482,"listType":"DYNAMIC"},{"name":"list_test","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395084795237,"lastSizeChangeAt":1395084795279},"dynamic":true,"portalId":62515,"createdAt":1395084776295,"listId":21230,"internalListId":21266,"deleteable":true,"filters":[[{"value":"3125","list":3125,"operator":"IN_LIST","withinTimeMode":"PAST","checkPastVersions":false,"dynamicList":false}]],"updatedAt":1395084776295,"authorId":215482,"listType":"DYNAMIC"},{"name":"Marketing
|
68
|
-
Mary Persona - All Contacts","readOnly":true,"metaData":{"size":2,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395250014396,"lastSizeChangeAt":1417605090373},"dynamic":true,"portalId":62515,"createdAt":1395249992415,"listId":21916,"internalListId":21952,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_1","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1395249992415,"listType":"DYNAMIC"},{"name":"Marketing
|
69
|
-
Mary Persona - MQLs","readOnly":true,"metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395250014396,"lastSizeChangeAt":1417533809021},"dynamic":true,"portalId":62515,"createdAt":1395249992519,"listId":21917,"internalListId":21953,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_1","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"marketingqualifiedlead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1395249992519,"listType":"DYNAMIC"},{"name":"Marketing
|
70
|
-
Mary Persona - Leads","readOnly":true,"metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395250014396,"lastSizeChangeAt":1417605090427},"dynamic":true,"portalId":62515,"createdAt":1395249992608,"listId":21918,"internalListId":21954,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_1","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"lead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1395249992608,"listType":"DYNAMIC"},{"name":"Marketing
|
71
|
-
Mary Persona - Customers","readOnly":true,"metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395250014396,"lastSizeChangeAt":1395250014495},"dynamic":true,"portalId":62515,"createdAt":1395249992696,"listId":21919,"internalListId":21955,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_1","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"customer","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1395249992696,"listType":"DYNAMIC"},{"name":"pdtest
|
72
|
-
email updates","metaData":{"size":1017,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395938371338,"lastSizeChangeAt":1423860588877},"dynamic":true,"portalId":62515,"createdAt":1395250445411,"listId":21921,"internalListId":25760,"deleteable":true,"filters":[[{"property":"pd_email_updates","value":"","type":"enumeration","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1395938350119,"authorId":215482,"listType":"DYNAMIC"},{"name":"Optitestform
|
73
|
-
submissions","metaData":{"size":113,"error":"","processing":"DONE","lastProcessingStateChangeAt":1395812829571,"lastSizeChangeAt":1424091502798},"dynamic":true,"portalId":62515,"createdAt":1395812809039,"listId":24656,"internalListId":24694,"deleteable":true,"filters":[[{"value":"33de8674-feb7-411f-8512-b2fb6c99c250","form":"33de8674-feb7-411f-8512-b2fb6c99c250","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1395812809039,"authorId":215482,"listType":"DYNAMIC"},{"name":"Created
|
74
|
-
Today","metaData":{"size":79,"error":"","processing":"DONE","lastProcessingStateChangeAt":1396474500541,"lastSizeChangeAt":1424462552936},"dynamic":true,"portalId":62515,"createdAt":1396474478115,"listId":26842,"internalListId":26881,"deleteable":true,"filters":[[{"property":"createdate","type":"datetime","operator":"WITHIN_TIME","withinLastTime":1,"withinLastTimeUnit":"DAYS","withinLastDays":1,"withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1396474478115,"authorId":215482,"listType":"DYNAMIC"},{"name":"SB
|
75
|
-
Test","metaData":{"size":2,"error":"","processing":"DONE","lastProcessingStateChangeAt":1397077883005,"lastSizeChangeAt":1397080436938},"dynamic":true,"portalId":62515,"createdAt":1397077608534,"listId":27570,"internalListId":27610,"deleteable":true,"filters":[[{"property":"sb_pres_name","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"sb_refer_host","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1397077859992,"authorId":215482,"listType":"DYNAMIC"},{"name":"IP
|
76
|
-
Country entered","metaData":{"size":50628,"error":"","processing":"DONE","lastProcessingStateChangeAt":1397647600664,"lastSizeChangeAt":1423028640768},"dynamic":true,"portalId":62515,"createdAt":1397646859849,"listId":28538,"internalListId":28580,"deleteable":true,"filters":[[{"property":"hubspotscore","value":0,"type":"number","operator":"NEQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1397647429619,"authorId":215482,"listType":"DYNAMIC"},{"name":"FCTest
|
77
|
-
submissions","metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1398260408301,"lastSizeChangeAt":1404249078645},"dynamic":true,"portalId":62515,"createdAt":1398260382551,"listId":31508,"internalListId":31550,"deleteable":true,"filters":[[{"value":"565bf3bd-b7c7-4b30-82bd-d30f21e3632e","form":"565bf3bd-b7c7-4b30-82bd-d30f21e3632e","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1398260382551,"authorId":215482,"listType":"DYNAMIC"},{"name":"kform
|
78
|
-
submissions","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1399366353759,"lastSizeChangeAt":1399366353770},"dynamic":true,"portalId":62515,"createdAt":1399366332110,"listId":37377,"internalListId":37419,"deleteable":true,"filters":[[{"value":"f69be9b4-cc96-4fbb-b8ef-2a2ed7ba78e4","form":"f69be9b4-cc96-4fbb-b8ef-2a2ed7ba78e4","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1399366332110,"authorId":215482,"listType":"DYNAMIC"},{"name":"CUSTOMERS","metaData":{"size":3,"error":"","processing":"DONE","lastProcessingStateChangeAt":1401168186256,"lastSizeChangeAt":1403706129951},"dynamic":true,"portalId":62515,"createdAt":1401168162006,"listId":45547,"internalListId":45589,"deleteable":true,"filters":[[{"property":"no_of_purchase","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"purchase_value","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"purchases_products","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1401168162006,"authorId":215482,"listType":"DYNAMIC"},{"name":"tweeters1","metaData":{"size":48498,"error":"","processing":"DONE","lastProcessingStateChangeAt":1407347131050,"lastSizeChangeAt":1424462405595},"dynamic":true,"portalId":62515,"createdAt":1407327521961,"listId":61556,"internalListId":61762,"filters":[[{"property":"firstname","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST"}]],"updatedAt":1407327521961,"listType":"DYNAMIC"},{"name":"InteractSomethingList","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1407974450373,"lastSizeChangeAt":1407974450428},"dynamic":true,"portalId":62515,"createdAt":1407974431675,"listId":63279,"internalListId":63324,"deleteable":true,"filters":[[{"value":"22f1f543-7b7b-43de-939b-b6fca8a0409b","form":"22f1f543-7b7b-43de-939b-b6fca8a0409b","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1407974431675,"authorId":215482,"listType":"DYNAMIC"},{"name":"Tuyet
|
79
|
-
Persona - All Contacts","readOnly":true,"metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1408727805132,"lastSizeChangeAt":1417605090402},"dynamic":true,"portalId":62515,"createdAt":1408727783079,"listId":65148,"internalListId":65193,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_3","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1408727783079,"authorId":215482,"listType":"DYNAMIC"},{"name":"Tuyet
|
80
|
-
Persona - MQLs","readOnly":true,"metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1408727828525,"lastSizeChangeAt":1417533784504},"dynamic":true,"portalId":62515,"createdAt":1408727783253,"listId":65149,"internalListId":65194,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_3","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"marketingqualifiedlead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1408727783253,"authorId":215482,"listType":"DYNAMIC"},{"name":"Tuyet
|
81
|
-
Persona - Leads","readOnly":true,"metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1408727818392,"lastSizeChangeAt":1417605090313},"dynamic":true,"portalId":62515,"createdAt":1408727783378,"listId":65150,"internalListId":65195,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_3","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"lead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1408727783378,"authorId":215482,"listType":"DYNAMIC"},{"name":"Tuyet
|
82
|
-
Persona - Customers","readOnly":true,"metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1408727828525,"lastSizeChangeAt":1408727828757},"dynamic":true,"portalId":62515,"createdAt":1408727783464,"listId":65151,"internalListId":65196,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_3","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"customer","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1408727783464,"authorId":215482,"listType":"DYNAMIC"},{"name":"Contacts
|
83
|
-
with emails opened","metaData":{"size":15,"error":"","processing":"DONE","lastProcessingStateChangeAt":1409760363900,"lastSizeChangeAt":1420203307757},"dynamic":true,"portalId":62515,"createdAt":1409760344181,"listId":67695,"internalListId":67740,"deleteable":true,"filters":[[{"property":"hs_email_open","value":0,"type":"number","operator":"GT","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1409760344181,"authorId":215482,"listType":"DYNAMIC"},{"name":"SIC
|
84
|
-
List","metaData":{"size":3,"error":"","processing":"DONE","lastProcessingStateChangeAt":1409875480390,"lastSizeChangeAt":1413314078489},"dynamic":true,"portalId":62515,"createdAt":1409857091037,"listId":67844,"internalListId":67917,"deleteable":true,"filters":[[{"value":"11dfe1c3-61fe-447e-a1c2-e778dc4cd4f7","form":"11dfe1c3-61fe-447e-a1c2-e778dc4cd4f7","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1409875460139,"authorId":215482,"listType":"DYNAMIC"},{"name":"I
|
85
|
-
like hot dogs. Persona - All Contacts","readOnly":true,"metaData":{"size":4,"error":"","processing":"DONE","lastProcessingStateChangeAt":1411657347078,"lastSizeChangeAt":1417535329467},"dynamic":true,"portalId":62515,"createdAt":1411657313178,"listId":71333,"internalListId":71380,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_4","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1411657313178,"authorId":215482,"listType":"DYNAMIC"},{"name":"I
|
86
|
-
like hot dogs. Persona - MQLs","readOnly":true,"metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1411657347078,"lastSizeChangeAt":1417533809466},"dynamic":true,"portalId":62515,"createdAt":1411657313309,"listId":71334,"internalListId":71381,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_4","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"marketingqualifiedlead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1411657313309,"authorId":215482,"listType":"DYNAMIC"},{"name":"I
|
87
|
-
like hot dogs. Persona - Leads","readOnly":true,"metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1411657347078,"lastSizeChangeAt":1417535329608},"dynamic":true,"portalId":62515,"createdAt":1411657313530,"listId":71335,"internalListId":71382,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_4","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"lead","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1411657313530,"authorId":215482,"listType":"DYNAMIC"},{"name":"I
|
88
|
-
like hot dogs. Persona - Customers","readOnly":true,"metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1411657347078,"lastSizeChangeAt":1411657347348},"dynamic":true,"portalId":62515,"createdAt":1411657313645,"listId":71336,"internalListId":71383,"deleteable":false,"filters":[[{"property":"hs_persona","value":"persona_4","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"},{"property":"lifecyclestage","value":"customer","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST"}]],"updatedAt":1411657313645,"authorId":215482,"listType":"DYNAMIC"},{"name":"Office365
|
89
|
-
Subscriptions","metaData":{"size":2,"error":"","processing":"DONE","lastProcessingStateChangeAt":1412227795912,"lastSizeChangeAt":1413313477514},"dynamic":true,"portalId":62515,"createdAt":1412227775971,"listId":72781,"internalListId":72828,"deleteable":true,"filters":[[{"property":"your_company","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"your_login","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"your_name","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"your_partner","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1412227775971,"authorId":215482,"listType":"DYNAMIC"},{"name":"DORG_Test","metaData":{"size":5,"error":"","processing":"DONE","lastProcessingStateChangeAt":1412637842208,"lastSizeChangeAt":1412700330815},"dynamic":true,"portalId":62515,"createdAt":1412637821860,"listId":73138,"internalListId":73185,"deleteable":true,"filters":[[{"list":73132,"operator":"IN_LIST","withinTimeMode":"PAST","checkPastVersions":false,"dynamicList":false}]],"updatedAt":1412637821860,"authorId":215482,"listType":"DYNAMIC"},{"name":"sync
|
90
|
-
to dna","metaData":{"size":4,"error":"","processing":"DONE","lastProcessingStateChangeAt":1413468976394,"lastSizeChangeAt":1413575454684},"dynamic":true,"portalId":62515,"createdAt":1413468929143,"listId":76172,"internalListId":76219,"deleteable":true,"filters":[[{"property":"sync_to_dna","value":"yes","type":"string","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1413468929143,"authorId":215482,"listType":"DYNAMIC"},{"name":"VK
|
91
|
-
Smart List","metaData":{"size":1517,"error":"","processing":"DONE","lastProcessingStateChangeAt":1414070330315,"lastSizeChangeAt":1424291559079},"dynamic":true,"portalId":62515,"createdAt":1414070305322,"listId":77706,"internalListId":77753,"deleteable":true,"filters":[[{"value":".*","operator":"HAS_PAGEVIEW_MATCHES_REGEX","withinTimeMode":"PAST","checkPastVersions":false}],[{"value":"","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}],[{"operator":"EMAIL_EVENT","withinTimeMode":"PAST","checkPastVersions":false,"emailEventFilter":{"level":"EMAIL_API_CAMPAIGN","emailId":11616791,"appId":113,"emailEventEventFilterLines":[{"eventType":"SENT","countryCode":[]}]}}],[{"operator":"EMAIL_EVENT","withinTimeMode":"PAST","checkPastVersions":false,"emailEventFilter":{"level":"EMAIL_API_CAMPAIGN_GROUP","emailId":10136720,"appId":2286,"emailEventEventFilterLines":[{"eventType":"SENT","countryCode":[]}]}}]],"updatedAt":1414070305322,"authorId":215482,"listType":"DYNAMIC"},{"name":"Test","metaData":{"size":484,"error":"","processing":"DONE","lastProcessingStateChangeAt":1414085834083,"lastSizeChangeAt":1423191121485},"dynamic":true,"portalId":62515,"createdAt":1414085810372,"listId":78290,"internalListId":78337,"deleteable":true,"filters":[[{"property":"lifecyclestage","value":"customer","type":"enumeration","operator":"SET_ANY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1414085810372,"authorId":215482,"listType":"DYNAMIC"},{"name":"testmaxlist","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1414477254837,"lastSizeChangeAt":1414477254896},"dynamic":true,"portalId":62515,"createdAt":1414477230722,"listId":79396,"internalListId":79443,"filters":[[{"property":"twitterhandle","value":"@hubspot","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"updatedAt":1414477230722,"listType":"DYNAMIC"},{"name":"DORG-TEST-SMART-NS","metaData":{"size":14,"error":"","processing":"DONE","lastProcessingStateChangeAt":1415044897319,"lastSizeChangeAt":1420841479357},"dynamic":true,"portalId":62515,"createdAt":1415044874697,"listId":79935,"internalListId":79982,"deleteable":true,"filters":[[{"list":79934,"operator":"IN_LIST","withinTimeMode":"PAST","checkPastVersions":false,"dynamicList":false}]],"updatedAt":1415044874697,"authorId":215482,"listType":"DYNAMIC"},{"name":"double
|
92
|
-
trouble","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1416610656077,"lastSizeChangeAt":1416610656176},"dynamic":true,"portalId":62515,"createdAt":1416610631624,"listId":82890,"internalListId":82937,"deleteable":true,"filters":[[{"property":"email","value":"apetersen","type":"string","operator":"EQ","withinTimeMode":"PAST"}],[{"property":"email","value":"alex.mckechnie","type":"string","operator":"EQ","withinTimeMode":"PAST"}]],"internal":false,"updatedAt":1416610631624,"authorId":762904,"listType":"DYNAMIC"},{"name":"All
|
93
|
-
Contacts w/ Companies","metaData":{"size":50371,"error":"","processing":"DONE","lastProcessingStateChangeAt":1424297533875,"lastSizeChangeAt":1424462405725},"dynamic":true,"portalId":62515,"createdAt":1417637736311,"listId":84994,"internalListId":97007,"deleteable":true,"filters":[[{"property":"name","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false,"propertyObjectType":"COMPANY"}]],"updatedAt":1417637874023,"authorId":365695,"listType":"DYNAMIC"},{"name":"vp-tweeters","metaData":{"size":5,"error":"","processing":"DONE","lastProcessingStateChangeAt":1417667369438,"lastSizeChangeAt":1417667369481},"dynamic":true,"portalId":62515,"createdAt":1417666792860,"listId":85035,"internalListId":85084,"deleteable":true,"filters":[[{"property":"email","value":"google.com;facebook.com;twitter.com","type":"string","operator":"STR_ENDS_WITH","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1417667348628,"listType":"DYNAMIC"},{"name":"vp-email","metaData":{"size":5,"error":"","processing":"DONE","lastProcessingStateChangeAt":1417667806929,"lastSizeChangeAt":1417667807022},"dynamic":true,"portalId":62515,"createdAt":1417667786586,"listId":85036,"internalListId":85085,"filters":[[{"property":"email","value":"google.com;facebook.com;twitter.com","type":"string","operator":"STR_ENDS_WITH","withinTimeMode":"PAST"}]],"updatedAt":1417667786586,"listType":"DYNAMIC"},{"name":"time
|
94
|
-
de futebol = santos","metaData":{"size":3,"error":"","processing":"DONE","lastProcessingStateChangeAt":1417716809377,"lastSizeChangeAt":1417716809484},"dynamic":true,"portalId":62515,"createdAt":1417716783536,"listId":85258,"internalListId":85307,"deleteable":true,"filters":[[{"property":"time_de_futebol","value":"santos","type":"string","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1417716783536,"authorId":215482,"listType":"DYNAMIC"},{"name":"BBSessionList","metaData":{"size":18,"error":"","processing":"DONE","lastProcessingStateChangeAt":1418739264065,"lastSizeChangeAt":1420637836801},"dynamic":true,"portalId":62515,"createdAt":1418739232218,"listId":88340,"internalListId":88389,"deleteable":true,"filters":[[{"property":"session_id","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1418739232218,"authorId":215482,"listType":"DYNAMIC"},{"name":"Shopify
|
95
|
-
Customers","metaData":{"size":55,"error":"","processing":"DONE","lastProcessingStateChangeAt":1418746938562,"lastSizeChangeAt":1423680677670},"dynamic":true,"portalId":62515,"createdAt":1418739909551,"listId":88341,"internalListId":88391,"deleteable":true,"filters":[[{"property":"is_shopify_user","value":1,"type":"number","operator":"EQ","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1418746893627,"authorId":215482,"listType":"DYNAMIC"},{"name":"Form
|
96
|
-
fillers","metaData":{"size":1487,"error":"","processing":"DONE","lastProcessingStateChangeAt":1420629241141,"lastSizeChangeAt":1424291559108},"dynamic":true,"portalId":62515,"createdAt":1420629208616,"listId":92309,"internalListId":92359,"deleteable":true,"filters":[[{"value":"","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1420629208616,"authorId":215482,"listType":"DYNAMIC"},{"name":"Custom
|
97
|
-
events","metaData":{"size":1,"error":"","processing":"DONE","lastProcessingStateChangeAt":1420648750668,"lastSizeChangeAt":1420648750800},"dynamic":true,"portalId":62515,"createdAt":1420648717072,"listId":92432,"internalListId":92482,"deleteable":true,"filters":[[{"value":"000000191571","operator":"HAS_EVENT","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1420648717072,"authorId":215482,"listType":"DYNAMIC"},{"name":"iag
|
98
|
-
- has source private label","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1421530497217,"lastSizeChangeAt":1421532425109},"dynamic":true,"portalId":62515,"createdAt":1421530470048,"listId":93780,"internalListId":93830,"deleteable":true,"filters":[[{"property":"source_private_label","value":"","type":"string","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1421530470048,"authorId":215482,"listType":"DYNAMIC"},{"name":"iag
|
99
|
-
- unfinished visit","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1421530794711,"lastSizeChangeAt":1421532424209},"dynamic":true,"portalId":62515,"createdAt":1421530771073,"listId":93781,"internalListId":93831,"deleteable":true,"filters":[[{"property":"most_recent_encounter_status","value":0,"type":"number","operator":"IS_NOT_EMPTY","withinTimeMode":"PAST","checkPastVersions":false},{"property":"most_recent_encounter_status","value":0,"type":"number","operator":"GT","withinTimeMode":"PAST","checkPastVersions":false},{"property":"most_recent_encounter_status","value":700,"type":"number","operator":"LT","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1421530771073,"authorId":215482,"listType":"DYNAMIC"},{"name":"Iloveleads
|
100
|
-
submissions","metaData":{"size":3,"error":"","processing":"DONE","lastProcessingStateChangeAt":1421873508922,"lastSizeChangeAt":1421886652810},"dynamic":true,"portalId":62515,"createdAt":1421873485342,"listId":94322,"internalListId":94372,"deleteable":true,"filters":[[{"value":"cc509b1e-d058-434d-af8a-3470e590b0a4","form":"cc509b1e-d058-434d-af8a-3470e590b0a4","operator":"HAS_FILLED_OUT_FORM","withinTimeMode":"PAST","checkPastVersions":false}]],"updatedAt":1421873485342,"authorId":329822,"listType":"DYNAMIC"},{"name":"mike
|
101
|
-
test","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1423865943999,"lastSizeChangeAt":1423865944081},"dynamic":true,"portalId":62515,"createdAt":1423865922230,"listId":96547,"internalListId":96597,"deleteable":true,"filters":[[{"operator":"EMAIL_EVENT","filterFamily":"Email","withinTimeMode":"PAST","checkPastVersions":false,"emailEventFilter":{"level":"EMAIL_API_CAMPAIGN","emailId":14845842,"appId":22709,"emailEventEventFilterLines":[{"eventType":"SENT","countryCode":[]}]}}]],"updatedAt":1423865922230,"authorId":370168,"listType":"DYNAMIC"},{"name":"rubyists","metaData":{"size":0,"error":"","processing":"DONE","lastProcessingStateChangeAt":1424126331804,"lastSizeChangeAt":1424126331869},"dynamic":true,"portalId":62515,"createdAt":1424126310481,"listId":96648,"internalListId":96698,"filters":[[{"property":"twitterhandle","value":"@hubspot","type":"string","operator":"EQ","filterFamily":"PropertyValue","withinTimeMode":"PAST"}]],"updatedAt":1424126310481,"listType":"DYNAMIC"}]}'
|
102
|
-
http_version:
|
103
|
-
recorded_at: Fri, 20 Feb 2015 20:27:21 GMT
|
104
|
-
recorded_with: VCR 2.4.0
|