Created
February 15, 2016 18:44
-
-
Save stefankeidel/1280e7e0864f883b8819 to your computer and use it in GitHub Desktop.
create object representation using CA web service API
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
{ | |
"ok":true, | |
"intrinsic_fields":{ | |
"locale_id":"1", | |
"type_id":"136", | |
"media":"https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", | |
"original_filename":"My original file name.png", | |
"access":"0", | |
"status":"0" | |
}, | |
"preferred_labels":[ | |
{ | |
"locale":"en_US", | |
"name":"[BLANK]" | |
} | |
], | |
"related":{ | |
"ca_objects":[ | |
{ | |
"object_id":"1" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment