REST API - Uploading to an existing gallery - name?

gleighfield

Joined: 2011-12-08
Posts: 7
Posted: Fri, 2012-01-20 15:31

my project is near an end (yey!) - however I have hit a bump and need some help!

My problem is this...

How do i find out the ID of a gallery if I am uploading to one?

At the moment I am uploading things via "rest/item/{id}" - but what if i dont know the ID of the album, what if all i know is the name?

Can i do something like "rest/item/{name}"?

Many thanks