Created
February 29, 2020 09:06
-
-
Save zuzannamj/c755f2797c5e3164b0ea3f8ac759c789 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"id":xxx, | |
"customerKey":"xxx", | |
"objectID":"xxx", | |
"assetType":{ | |
"id":23, | |
"name":"jpg", | |
"displayName":"Image" | |
}, | |
"fileProperties":{ | |
"extension":"jpg", | |
"fileSize":24328, | |
"fileCreatedDate":"xxx", | |
"width":700, | |
"height":421, | |
"publishedURL":"xxxx" | |
}, | |
"name":"astro", | |
"owner":{ | |
"id":xxx, | |
"email":"", | |
"name":"APIuser", | |
"userId":"xxx" | |
}, | |
"createdDate":"xxx", | |
"createdBy":{ | |
"id":xxx, | |
"email":"", | |
"name":"APIuser", | |
"userId":"xxx" | |
}, | |
"modifiedDate":"xxx", | |
"modifiedBy":{ | |
"id":xxx, | |
"email":"", | |
"name":"APIuser", | |
"userId":"xxx" | |
}, | |
"enterpriseId":xxx, | |
"memberId":xxx, | |
"status":{ | |
"id":2, | |
"name":"Published" | |
}, | |
"category":{ | |
"id":xxx8, | |
"name":"Content Builder", | |
"parentId":0 | |
}, | |
"availableViews":[ | |
], | |
"modelVersion":2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment