Skip to content

Support for API request #3

Answered by Caleb9
jaimetur asked this question in Q&A
Jan 5, 2025 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

In this app I am not downloading anything, just calling the API to list or copy things around, but you're probably on the right track with that SYNO.Foto.Download if you need it.

Here's the gist for listing the photos in an album:

  • SYNO.API.Auth - login to Synology Photos, gets either a cookie or a session id which you need to attach to all the subsequent requests

Next:

  • SYNO.Foto.Browse.Album - list "owned" albums
  • SYNO.Foto.Sharing.Misc - list "shared with me" albums

Using one of the above you can obtain an album id, which you'll need in the next one:

  • SYNO.Foto.Browse.Item - list photos in an album, this gives you ids of the photos and their paths on the NAS.

Having ids of the indivi…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@jaimetur
Comment options

@jaimetur
Comment options

@Caleb9
Comment options

Answer selected by Caleb9
Comment options

You must be logged in to vote
4 replies
@Caleb9
Comment options

@jaimetur
Comment options

@Caleb9
Comment options

@jaimetur
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants