Created
August 7, 2019 10:39
-
-
Save valex/b3b42e7315b89604435e7bf0d7780b6c 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
{ | |
"Albums": [ | |
{ | |
"AlbumID": 1, | |
"AlbumTitle": "Harmony Test Album", | |
"AlbumDesc": "test album description", | |
"Archived": false, | |
"DateCreated": "2019-08-06T14:22:05.000+00:00", | |
"DatedEdited": "2019-08-06T14:22:05.000+00:00", | |
"AlbumPhotos": [ | |
{ | |
"MediaID": 4, | |
"MediaDesc": "Second Test Img Desc", | |
"MediaImgVersion": 0, | |
"Archived": false, | |
"DateCreated": "2019-08-06T14:25:16.000+00:00", | |
"DatedEdited": "2019-08-06T15:16:07.000+00:00" | |
}, | |
{ | |
"MediaID": 7, | |
"MediaDesc": "First Test Image Desc", | |
"MediaImgVersion": 0, | |
"Archived": false, | |
"DateCreated": "2019-08-06T14:27:26.000+00:00", | |
"DatedEdited": "2019-08-06T15:15:57.000+00:00" | |
} | |
], | |
"Thumbnail": { | |
"MediaID": 7, | |
"MediaDesc": "First Test Image Desc", | |
"MediaImgVersion": 0, | |
"Archived": false, | |
"DateCreated": "2019-08-06T14:27:26.000+00:00", | |
"DatedEdited": "2019-08-06T15:15:57.000+00:00" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment