access 2.0.41 → 2.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/access/campaign.rb +2 -0
- data/lib/access/filter.rb +0 -7
- data/lib/access/response.rb +4 -4
- data/lib/access/version.rb +1 -1
- data/test/access/campaign_test.rb +11 -9
- data/test/access/channel_test.rb +1 -0
- data/test/access/filter_test.rb +0 -4
- data/test/access/spot_test.rb +4 -7
- data/test/vcr/cassettes/all_usage.yml +36 -44
- data/test/vcr/cassettes/autocomplete_search.yml +49 -48
- data/test/vcr/cassettes/autocomplete_search_categories.yml +26 -26
- data/test/vcr/cassettes/autocomplete_search_locations.yml +26 -26
- data/test/vcr/cassettes/autocomplete_search_offers.yml +29 -29
- data/test/vcr/cassettes/autocomplete_search_stores.yml +27 -27
- data/test/vcr/cassettes/campaign_find.yml +182 -5526
- data/test/vcr/cassettes/campaign_search.yml +1206 -5525
- data/test/vcr/cassettes/category_find.yml +32 -26
- data/test/vcr/cassettes/category_search.yml +51 -51
- data/test/vcr/cassettes/category_search_fail_member_key.yml +24 -24
- data/test/vcr/cassettes/channel_find.yml +7 -4
- data/test/vcr/cassettes/channel_search.yml +17 -15
- data/test/vcr/cassettes/filter_find.yml +131 -25
- data/test/vcr/cassettes/filter_search.yml +29 -31
- data/test/vcr/cassettes/find_redemption_by_member_key.yml +34 -34
- data/test/vcr/cassettes/location_find.yml +459 -438
- data/test/vcr/cassettes/location_search.yml +93 -84
- data/test/vcr/cassettes/location_search_fail_member_key.yml +24 -24
- data/test/vcr/cassettes/member_location_recent.yml +4 -8
- data/test/vcr/cassettes/member_query_frequent.yml +4 -8
- data/test/vcr/cassettes/member_query_recent.yml +4 -8
- data/test/vcr/cassettes/member_show_failure.yml +3 -3
- data/test/vcr/cassettes/member_show_success.yml +4 -4
- data/test/vcr/cassettes/member_update_success.yml +4 -139
- data/test/vcr/cassettes/national_stores.yml +1775 -1827
- data/test/vcr/cassettes/oauth_application_find.yml +34 -35
- data/test/vcr/cassettes/oauth_application_search.yml +36 -37
- data/test/vcr/cassettes/oauth_application_token_find.yml +46 -47
- data/test/vcr/cassettes/oauth_application_token_search.yml +47 -48
- data/test/vcr/cassettes/offer_find.yml +117 -108
- data/test/vcr/cassettes/offer_find_uses_remaining.yml +8 -8
- data/test/vcr/cassettes/offer_find_with_offer_uses_remaining.yml +97 -95
- data/test/vcr/cassettes/offer_search.yml +113 -113
- data/test/vcr/cassettes/offer_search_fail_member_key.yml +24 -24
- data/test/vcr/cassettes/offer_with_aggregations.yml +843 -844
- data/test/vcr/cassettes/redeem_offer_no_redeem_type.yml +4 -4
- data/test/vcr/cassettes/redeem_offer_with_redeem_type.yml +6 -6
- data/test/vcr/cassettes/redeem_offer_with_redeem_type_for_uses_remaining_test.yml +5 -5
- data/test/vcr/cassettes/search_redemption_by_member_key.yml +101 -101
- data/test/vcr/cassettes/search_redemption_by_member_key_without_redemptions.yml +27 -27
- data/test/vcr/cassettes/spot_find.yml +9 -7
- data/test/vcr/cassettes/spot_search_by_campaign.yml +2901 -235
- data/test/vcr/cassettes/spot_search_by_channel.yml +1142 -238
- data/test/vcr/cassettes/store_find.yml +32 -26
- data/test/vcr/cassettes/store_search.yml +28 -28
- data/test/vcr/cassettes/store_search_fail_member_key.yml +24 -24
- data/test/vcr/cassettes/subcategory_find.yml +32 -26
- data/test/vcr/cassettes/token_find.yml +54 -48
- data/test/vcr/cassettes/token_get_first_token.yml +56 -50
- data/test/vcr/cassettes/token_search.yml +56 -50
- data/test/vcr/cassettes/usage.yml +36 -44
- data/test/vcr/cassettes/usage_other.yml +36 -44
- data/test/vcr/cassettes/user_register_failure.yml +3 -3
- data/test/vcr/cassettes/user_update_success.yml +4 -4
- data/test/vcr/cassettes/verify_filter.yml +37 -37
- data/test/vcr/cassettes/verify_token.yml +31 -27
- metadata +2 -4
- data/test/vcr/cassettes/offer_uses_remaining.yml +0 -307
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://token-demo.adcrws.com/v1/oauth_applications/
|
5
|
+
uri: https://token-demo.adcrws.com/v1/oauth_applications/649
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -18,64 +18,63 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
|
22
|
-
-
|
21
|
+
Server:
|
22
|
+
- nginx/1.8.0
|
23
|
+
Date:
|
24
|
+
- Thu, 21 Jan 2016 18:34:34 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Xss-Protection:
|
34
|
+
- 1; mode=block
|
35
|
+
X-Content-Type-Options:
|
36
|
+
- nosniff
|
23
37
|
Access-Control-Allow-Methods:
|
24
38
|
- POST, GET, PUT, DELETE, OPTIONS
|
25
|
-
Access-Control-Max-Age:
|
26
|
-
- '1728000'
|
27
39
|
Access-Control-Request-Method:
|
28
40
|
- GET
|
41
|
+
Access-Control-Allow-Headers:
|
42
|
+
- Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
|
43
|
+
Access-Control-Max-Age:
|
44
|
+
- '1728000'
|
45
|
+
Etag:
|
46
|
+
- '"70e886d07f4c93915ca9661dc2a827ee"'
|
29
47
|
Cache-Control:
|
30
48
|
- max-age=0, private, must-revalidate
|
31
|
-
Content-Type:
|
32
|
-
- application/json
|
33
|
-
Date:
|
34
|
-
- Tue, 06 Oct 2015 20:05:02 GMT
|
35
|
-
Etag:
|
36
|
-
- '"a6b45fc13ff04948fb90164dd38b7ee4"'
|
37
|
-
Server:
|
38
|
-
- nginx/1.6.2
|
39
|
-
X-Content-Type-Options:
|
40
|
-
- nosniff
|
41
|
-
X-Frame-Options:
|
42
|
-
- SAMEORIGIN
|
43
49
|
X-Request-Id:
|
44
|
-
-
|
50
|
+
- e09bbd20-d107-42ab-ab73-8fd3c74086c2
|
45
51
|
X-Runtime:
|
46
|
-
- '0.
|
47
|
-
X-Xss-Protection:
|
48
|
-
- 1; mode=block
|
49
|
-
Content-Length:
|
50
|
-
- '475'
|
51
|
-
Connection:
|
52
|
-
- keep-alive
|
52
|
+
- '0.052381'
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: |-
|
56
56
|
{
|
57
57
|
"oauth_applications": [
|
58
58
|
{
|
59
|
-
"id":
|
60
|
-
"name": "
|
61
|
-
"owner_id":
|
59
|
+
"id": 649,
|
60
|
+
"name": "amt-test",
|
61
|
+
"owner_id": 230907234,
|
62
62
|
"owner_type": "Program",
|
63
63
|
"domain_urls": null,
|
64
64
|
"scopes": [
|
65
|
-
"
|
66
|
-
"docs"
|
65
|
+
"amt"
|
67
66
|
],
|
68
67
|
"active_tokens": [
|
69
|
-
"
|
68
|
+
"7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510"
|
70
69
|
],
|
71
70
|
"filter": {
|
72
|
-
"filter_id":
|
73
|
-
"filter_name": "
|
71
|
+
"filter_id": 16,
|
72
|
+
"filter_name": "No Content Filter"
|
74
73
|
},
|
75
74
|
"links": null
|
76
75
|
}
|
77
76
|
]
|
78
77
|
}
|
79
78
|
http_version:
|
80
|
-
recorded_at:
|
81
|
-
recorded_with: VCR
|
79
|
+
recorded_at: Thu, 21 Jan 2016 18:34:39 GMT
|
80
|
+
recorded_with: VCR 3.0.0
|
@@ -18,68 +18,67 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
|
22
|
-
-
|
21
|
+
Server:
|
22
|
+
- nginx/1.8.0
|
23
|
+
Date:
|
24
|
+
- Thu, 21 Jan 2016 18:34:32 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Xss-Protection:
|
34
|
+
- 1; mode=block
|
35
|
+
X-Content-Type-Options:
|
36
|
+
- nosniff
|
23
37
|
Access-Control-Allow-Methods:
|
24
38
|
- POST, GET, PUT, DELETE, OPTIONS
|
25
|
-
Access-Control-Max-Age:
|
26
|
-
- '1728000'
|
27
39
|
Access-Control-Request-Method:
|
28
40
|
- GET
|
41
|
+
Access-Control-Allow-Headers:
|
42
|
+
- Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
|
43
|
+
Access-Control-Max-Age:
|
44
|
+
- '1728000'
|
45
|
+
Etag:
|
46
|
+
- '"0dc65387206ff9b0ccbc2f0dd74f95b8"'
|
29
47
|
Cache-Control:
|
30
48
|
- max-age=0, private, must-revalidate
|
31
|
-
Content-Type:
|
32
|
-
- application/json
|
33
|
-
Date:
|
34
|
-
- Tue, 06 Oct 2015 20:05:01 GMT
|
35
|
-
Etag:
|
36
|
-
- '"7ff997caca5ff7d6b90b22beef87ed74"'
|
37
|
-
Server:
|
38
|
-
- nginx/1.6.2
|
39
|
-
X-Content-Type-Options:
|
40
|
-
- nosniff
|
41
|
-
X-Frame-Options:
|
42
|
-
- SAMEORIGIN
|
43
49
|
X-Request-Id:
|
44
|
-
-
|
50
|
+
- c5c4f312-c8d8-4230-ac53-b7d4a62added
|
45
51
|
X-Runtime:
|
46
|
-
- '0.
|
47
|
-
X-Xss-Protection:
|
48
|
-
- 1; mode=block
|
49
|
-
Content-Length:
|
50
|
-
- '778'
|
51
|
-
Connection:
|
52
|
-
- keep-alive
|
52
|
+
- '0.119616'
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: |-
|
56
56
|
{
|
57
57
|
"info": {
|
58
|
-
"total_results":
|
58
|
+
"total_results": 769,
|
59
59
|
"results_per_page": 1,
|
60
60
|
"current_page": 1,
|
61
|
-
"total_pages":
|
61
|
+
"total_pages": 769
|
62
62
|
},
|
63
63
|
"oauth_applications": [
|
64
64
|
{
|
65
|
-
"id":
|
66
|
-
"name": "
|
67
|
-
"owner_id":
|
65
|
+
"id": 649,
|
66
|
+
"name": "amt-test",
|
67
|
+
"owner_id": 230907234,
|
68
68
|
"owner_type": "Program",
|
69
69
|
"domain_urls": null,
|
70
70
|
"scopes": [
|
71
|
-
"
|
72
|
-
"docs"
|
71
|
+
"amt"
|
73
72
|
],
|
74
73
|
"active_tokens": [
|
75
|
-
"
|
74
|
+
"7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510"
|
76
75
|
],
|
77
76
|
"filter": {
|
78
|
-
"filter_id":
|
79
|
-
"filter_name": "
|
77
|
+
"filter_id": 16,
|
78
|
+
"filter_name": "No Content Filter"
|
80
79
|
},
|
81
80
|
"links": {
|
82
|
-
"show_application": "https://token-demo.adcrws.com/v1/oauth_applications/
|
81
|
+
"show_application": "https://token-demo.adcrws.com/v1/oauth_applications/649"
|
83
82
|
}
|
84
83
|
}
|
85
84
|
],
|
@@ -88,5 +87,5 @@ http_interactions:
|
|
88
87
|
}
|
89
88
|
}
|
90
89
|
http_version:
|
91
|
-
recorded_at:
|
92
|
-
recorded_with: VCR
|
90
|
+
recorded_at: Thu, 21 Jan 2016 18:34:37 GMT
|
91
|
+
recorded_with: VCR 3.0.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://token-demo.adcrws.com/v1/oauth_applications/
|
5
|
+
uri: https://token-demo.adcrws.com/v1/oauth_applications/649/access_tokens/730
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -18,76 +18,75 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
|
22
|
-
-
|
21
|
+
Server:
|
22
|
+
- nginx/1.8.0
|
23
|
+
Date:
|
24
|
+
- Thu, 21 Jan 2016 18:34:33 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Xss-Protection:
|
34
|
+
- 1; mode=block
|
35
|
+
X-Content-Type-Options:
|
36
|
+
- nosniff
|
23
37
|
Access-Control-Allow-Methods:
|
24
38
|
- POST, GET, PUT, DELETE, OPTIONS
|
25
|
-
Access-Control-Max-Age:
|
26
|
-
- '1728000'
|
27
39
|
Access-Control-Request-Method:
|
28
40
|
- GET
|
41
|
+
Access-Control-Allow-Headers:
|
42
|
+
- Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
|
43
|
+
Access-Control-Max-Age:
|
44
|
+
- '1728000'
|
45
|
+
Etag:
|
46
|
+
- '"2b3512d376d6d78c0ee71e0969e66edb"'
|
29
47
|
Cache-Control:
|
30
48
|
- max-age=0, private, must-revalidate
|
31
|
-
Content-Type:
|
32
|
-
- application/json
|
33
|
-
Date:
|
34
|
-
- Tue, 06 Oct 2015 20:05:02 GMT
|
35
|
-
Etag:
|
36
|
-
- '"ec970e995d044f34d7f17f46f152706e"'
|
37
|
-
Server:
|
38
|
-
- nginx/1.6.2
|
39
|
-
X-Content-Type-Options:
|
40
|
-
- nosniff
|
41
|
-
X-Frame-Options:
|
42
|
-
- SAMEORIGIN
|
43
49
|
X-Request-Id:
|
44
|
-
-
|
50
|
+
- 2361e85c-90cc-440c-953d-612e44a6520e
|
45
51
|
X-Runtime:
|
46
|
-
- '0.
|
47
|
-
X-Xss-Protection:
|
48
|
-
- 1; mode=block
|
49
|
-
Content-Length:
|
50
|
-
- '1569'
|
51
|
-
Connection:
|
52
|
-
- keep-alive
|
52
|
+
- '0.060736'
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: |-
|
56
56
|
{
|
57
57
|
"access_tokens": [
|
58
58
|
{
|
59
|
-
"application_id":
|
60
|
-
"token": "
|
59
|
+
"application_id": 649,
|
60
|
+
"token": "7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510",
|
61
61
|
"expires_in": null,
|
62
62
|
"revoked_at": null,
|
63
|
-
"created_at": "2015-
|
64
|
-
"oauth_access_token_id":
|
65
|
-
"application_name": "
|
66
|
-
"application_owner_id":
|
63
|
+
"created_at": "2015-04-10T21:59:10.014Z",
|
64
|
+
"oauth_access_token_id": 730,
|
65
|
+
"application_name": "amt-test",
|
66
|
+
"application_owner_id": 649,
|
67
67
|
"application_owner_type": "Program",
|
68
|
-
"program_id":
|
69
|
-
"program_name": "
|
70
|
-
"program_customer_identifier": "
|
71
|
-
"program_start_dts": "
|
72
|
-
"program_end_dts": "
|
73
|
-
"organization_id":
|
74
|
-
"organization_name": "
|
75
|
-
"organization_customer_identifier": "
|
76
|
-
"filter_id":
|
77
|
-
"filter_name": "
|
78
|
-
"filter": "{\"offers\":[{\"
|
79
|
-
"program_filter_id":
|
68
|
+
"program_id": 230907234,
|
69
|
+
"program_name": "Apple Test",
|
70
|
+
"program_customer_identifier": "102028",
|
71
|
+
"program_start_dts": "2014-09-26T12:10:34.796Z",
|
72
|
+
"program_end_dts": "2054-09-26T00:00:00.000Z",
|
73
|
+
"organization_id": 160,
|
74
|
+
"organization_name": "Access Development",
|
75
|
+
"organization_customer_identifier": "160",
|
76
|
+
"filter_id": 16,
|
77
|
+
"filter_name": "No Content Filter",
|
78
|
+
"filter": "{\"offers\":[{\"terms\":{\"offer_key\":[0]}}],\"categories\":[{\"terms\":{\"category_key\":[0]}}],\"stores\":[{\"terms\":{\"store_key\":[0]}}],\"locations\":[{\"terms\":{\"location_key\":[0]}}]}",
|
79
|
+
"program_filter_id": 97,
|
80
80
|
"domains": [
|
81
81
|
|
82
82
|
],
|
83
83
|
"application_scopes": [
|
84
|
-
"
|
85
|
-
"docs"
|
84
|
+
"amt"
|
86
85
|
],
|
87
86
|
"token_status": "valid"
|
88
87
|
}
|
89
88
|
]
|
90
89
|
}
|
91
90
|
http_version:
|
92
|
-
recorded_at:
|
93
|
-
recorded_with: VCR
|
91
|
+
recorded_at: Thu, 21 Jan 2016 18:34:38 GMT
|
92
|
+
recorded_with: VCR 3.0.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://token-demo.adcrws.com/v1/oauth_applications/
|
5
|
+
uri: https://token-demo.adcrws.com/v1/oauth_applications/649/access_tokens?per_page=1
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -18,79 +18,78 @@ http_interactions:
|
|
18
18
|
code: 200
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
|
-
|
22
|
-
-
|
21
|
+
Server:
|
22
|
+
- nginx/1.8.0
|
23
|
+
Date:
|
24
|
+
- Thu, 21 Jan 2016 18:34:33 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json
|
27
|
+
Transfer-Encoding:
|
28
|
+
- chunked
|
29
|
+
Connection:
|
30
|
+
- keep-alive
|
31
|
+
X-Frame-Options:
|
32
|
+
- SAMEORIGIN
|
33
|
+
X-Xss-Protection:
|
34
|
+
- 1; mode=block
|
35
|
+
X-Content-Type-Options:
|
36
|
+
- nosniff
|
23
37
|
Access-Control-Allow-Methods:
|
24
38
|
- POST, GET, PUT, DELETE, OPTIONS
|
25
|
-
Access-Control-Max-Age:
|
26
|
-
- '1728000'
|
27
39
|
Access-Control-Request-Method:
|
28
40
|
- GET
|
41
|
+
Access-Control-Allow-Headers:
|
42
|
+
- Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
|
43
|
+
Access-Control-Max-Age:
|
44
|
+
- '1728000'
|
45
|
+
Etag:
|
46
|
+
- '"b36ee231b85f3937fecc59e4c60a6af0"'
|
29
47
|
Cache-Control:
|
30
48
|
- max-age=0, private, must-revalidate
|
31
|
-
Content-Type:
|
32
|
-
- application/json
|
33
|
-
Date:
|
34
|
-
- Tue, 06 Oct 2015 20:05:01 GMT
|
35
|
-
Etag:
|
36
|
-
- '"0fb387c8aa3518c772103baf04d09005"'
|
37
|
-
Server:
|
38
|
-
- nginx/1.6.2
|
39
|
-
X-Content-Type-Options:
|
40
|
-
- nosniff
|
41
|
-
X-Frame-Options:
|
42
|
-
- SAMEORIGIN
|
43
49
|
X-Request-Id:
|
44
|
-
-
|
50
|
+
- b311d14b-15fd-40c6-8de1-7eeb42d15330
|
45
51
|
X-Runtime:
|
46
|
-
- '0.
|
47
|
-
X-Xss-Protection:
|
48
|
-
- 1; mode=block
|
49
|
-
Content-Length:
|
50
|
-
- '1691'
|
51
|
-
Connection:
|
52
|
-
- keep-alive
|
52
|
+
- '0.098519'
|
53
53
|
body:
|
54
54
|
encoding: UTF-8
|
55
55
|
string: |-
|
56
56
|
{
|
57
57
|
"access_tokens": [
|
58
58
|
{
|
59
|
-
"application_id":
|
60
|
-
"token": "
|
59
|
+
"application_id": 649,
|
60
|
+
"token": "7a044e366ee35284cc57dd02f5468f2f96f411e0df09ea37dad36a3581e64510",
|
61
61
|
"expires_in": null,
|
62
62
|
"revoked_at": null,
|
63
|
-
"created_at": "2015-
|
64
|
-
"oauth_access_token_id":
|
65
|
-
"application_name": "
|
66
|
-
"application_owner_id":
|
63
|
+
"created_at": "2015-04-10T21:59:10.014Z",
|
64
|
+
"oauth_access_token_id": 730,
|
65
|
+
"application_name": "amt-test",
|
66
|
+
"application_owner_id": 649,
|
67
67
|
"application_owner_type": "Program",
|
68
|
-
"program_id":
|
69
|
-
"program_name": "
|
70
|
-
"program_customer_identifier": "
|
71
|
-
"program_start_dts": "
|
72
|
-
"program_end_dts": "
|
73
|
-
"organization_id":
|
74
|
-
"organization_name": "
|
75
|
-
"organization_customer_identifier": "
|
76
|
-
"filter_id":
|
77
|
-
"filter_name": "
|
78
|
-
"filter": "{\"offers\":[{\"
|
79
|
-
"program_filter_id":
|
68
|
+
"program_id": 230907234,
|
69
|
+
"program_name": "Apple Test",
|
70
|
+
"program_customer_identifier": "102028",
|
71
|
+
"program_start_dts": "2014-09-26T12:10:34.796Z",
|
72
|
+
"program_end_dts": "2054-09-26T00:00:00.000Z",
|
73
|
+
"organization_id": 160,
|
74
|
+
"organization_name": "Access Development",
|
75
|
+
"organization_customer_identifier": "160",
|
76
|
+
"filter_id": 16,
|
77
|
+
"filter_name": "No Content Filter",
|
78
|
+
"filter": "{\"offers\":[{\"terms\":{\"offer_key\":[0]}}],\"categories\":[{\"terms\":{\"category_key\":[0]}}],\"stores\":[{\"terms\":{\"store_key\":[0]}}],\"locations\":[{\"terms\":{\"location_key\":[0]}}]}",
|
79
|
+
"program_filter_id": 97,
|
80
80
|
"domains": [
|
81
81
|
|
82
82
|
],
|
83
83
|
"application_scopes": [
|
84
|
-
"
|
85
|
-
"docs"
|
84
|
+
"amt"
|
86
85
|
],
|
87
86
|
"token_status": "valid",
|
88
87
|
"links": {
|
89
|
-
"show_token": "https://token-demo.adcrws.com/v1/oauth_applications/
|
88
|
+
"show_token": "https://token-demo.adcrws.com/v1/oauth_applications/649/access_tokens/730"
|
90
89
|
}
|
91
90
|
}
|
92
91
|
]
|
93
92
|
}
|
94
93
|
http_version:
|
95
|
-
recorded_at:
|
96
|
-
recorded_with: VCR
|
94
|
+
recorded_at: Thu, 21 Jan 2016 18:34:37 GMT
|
95
|
+
recorded_with: VCR 3.0.0
|