As mentioned in your previous mail i tried using the below one:
http://tagger.steve.museum/api/image/search?api_key=""&query=identifier:""
where api_key= 18886199824bb4d7f4d86aa3.70348566
and identifier = 9CF65E9E-8054-4212-A514-E453594CD567
but it returned nothing(null JSON object). I am not sure if i am doing
something wrong.
-Naveen
All of the search methods default to searching the institution that
the api_key belongs to. The api_key that you have is assigned to an
institution that does not have any objects in it. So to get objects
from the IMA you can set &institution_id=2 or to search all
institutions use &institution_id=all
Kyle
Thanks a lot for the help. I have understood how to get the image_id
from the search method with institution_id.
I think i can get the metadata associated with all the images
associated with IMA through this.
Will post some more questions if i am stuck some where.
Thanks,
Naveen