Last active
October 13, 2017 20:36
-
-
Save wwe-johndpope/e09ba8c2ea2ee0797a0cf311767b130f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"query": { | |
"hits": [ | |
{ | |
"hit": { | |
"type": "Video", | |
"contentId": "43f7cfeb-4f0e-4018-b536-723d03095aab", | |
"appears": "2017-05-24T16:59:00Z", | |
"milestoneStart": null, | |
"milestoneEnd": null, | |
"media": [ | |
{ | |
"milestones": [ | |
{ | |
"id": "d4b09e3c-1b09-4896-8645-f6e372bd10ab", | |
"title": "Event 1", | |
"photos": [ | |
{ | |
"altText": "Nostrum distinctio mollitia fuga amet rerum omnis sit.", | |
"caption": "Voluptatem nobis ut harum iste quae.", | |
"credit": "Repellat fugit asperiores qui quae magnam.", | |
"headline": "Odio optio reiciendis.", | |
"rawImage": null, | |
"width": 480, | |
"height": 270, | |
"inning": "Et facere consectetur voluptas rerum distinctio velit ut possimus.", | |
"purchaseUrl": null, | |
"timestamp": "2017-06-16T13:47:51Z", | |
"title": "Neque deserunt dolor nam et quos deserunt porro aspernatur.", | |
"photos": [ | |
{ | |
"imageLocation": "http://mediadownloads.mlb.com/mlbam/2015/09/10/images/mlbf_467983283_th_25.jpg", | |
"height": 270, | |
"width": 480, | |
"type": "Photo", | |
"contentId": "4205aa6c-fe4e-4ef6-8a94-cf8b5dce617d" | |
} | |
] | |
} | |
], | |
"milestoneTime": [ | |
{ | |
"type": "MilestoneTime", | |
"startDatetime": "2017-05-24T17:00:00Z", | |
"start": null | |
}, | |
{ | |
"type": "MilestoneTime", | |
"startDatetime": null, | |
"start": 60 | |
} | |
], | |
"milestoneType": "MOCK_EVENT" | |
}, | |
{ | |
"id": "0dc4fa2c-24eb-49fb-a22c-a01fbb24d4ab", | |
"title": "Event 2", | |
"photos": [ | |
{ | |
"altText": "Nostrum distinctio mollitia fuga amet rerum omnis sit.", | |
"caption": "Voluptatem nobis ut harum iste quae.", | |
"credit": "Repellat fugit asperiores qui quae magnam.", | |
"headline": "Odio optio reiciendis.", | |
"rawImage": null, | |
"width": 480, | |
"height": 270, | |
"inning": "Et facere consectetur voluptas rerum distinctio velit ut possimus.", | |
"purchaseUrl": null, | |
"timestamp": "2017-06-16T13:47:51Z", | |
"title": "Neque deserunt dolor nam et quos deserunt porro aspernatur.", | |
"photos": [ | |
{ | |
"imageLocation": "http://mediadownloads.mlb.com/mlbam/2015/09/10/images/mlbf_467983283_th_25.jpg", | |
"height": 270, | |
"width": 480, | |
"type": "Photo", | |
"contentId": "4205aa6c-fe4e-4ef6-8a94-cf8b5dce617d" | |
} | |
] | |
} | |
], | |
"milestoneTime": [ | |
{ | |
"type": "MilestoneTime", | |
"startDatetime": "2017-05-24T17:01:00Z", | |
"start": null | |
}, | |
{ | |
"type": "MilestoneTime", | |
"startDatetime": null, | |
"start": 120 | |
} | |
], | |
"milestoneType": "MOCK_EVENT" | |
} | |
], | |
"playbackUrls": [ | |
{ | |
"href": "https://client-mocks.bamgrid.com/media-services/v1.0.0/programs/111-7777/media/c403f9d4-de37-4ca0-a250-ab91d24ebee6/scenarios/{scenario}" | |
} | |
] | |
} | |
], | |
"tags": [ | |
{ | |
"type": "mock_dataset", | |
"value": "5943e18547ffb9d36857a50c" | |
} | |
] | |
} | |
} | |
] | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://search-api-wwe-mock.bamgrid.com/svc/search/v2/graphql?query=%7B%0A%20%20query(index%3A%20%22wwe_global_index%22%2C%20must%3A%20%7BtermsFilters%3A%20%5B%7BattributeName%3A%20%22contentId%22%2C%20values%3A%20%2243f7cfeb-4f0e-4018-b536-723d03095aab%22%7D%5D%7D)%20%7B%0A%20%20%20%20hits%20%7B%0A%20%20%20%20%20%20hit%20%7B%0A%20%20%20%20%20%20%20%20...%20on%20Video%20%7B%0A%20%20%20%20%20%20%20%20%20%20type%0A%20%20%20%20%20%20%20%20%20%20contentId%0A%20%20%20%20%20%20%20%20%20%20appears%0A%20%20%20%20%20%20%20%20%20%20milestoneStart%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20absoluteTime%0A%20%20%20%20%20%20%20%20%20%20%20%20offsetSeconds%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20milestoneEnd%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20absoluteTime%0A%20%20%20%20%20%20%20%20%20%20%20%20offsetSeconds%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20media%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20milestones%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20photos%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20altText%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20caption%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20credit%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20headline%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rawImage%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20width%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20height%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20inning%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20purchaseUrl%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20timestamp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20photos%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20imageLocation%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20height%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20width%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20contentId%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20milestoneTime%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20startDatetime%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20milestoneType%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20playbackUrls%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20href%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20tags%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20type%0A%20%20%20%20%20%20%20%20%20%20%20%20value%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D%0A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment