Closed fuchenw closed 1 year ago
IncludeItemTypes=Movie&Recursive=true&SearchTerm=
Can you please provide the complete query url that you're using?
As an example, here's what the web app sends:
Users/{id}/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=Movie&ImageTypeLimit=1&Recursive=true&SearchTerm=bourne&Limit=100
Can you please provide the complete query url that you're using?
As an example, here's what the web app sends:
Users/{id}/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=Movie&ImageTypeLimit=1&Recursive=true&SearchTerm=bourne&Limit=100
/emby/Users/{id}/Items?api_key=' + apiKey + '&IncludeItemTypes=Movie&Recursive=true&SearchTerm=
The SearchTerm must be two characters long at least.
HI, has this answered your question?
GET /Users/{UserId}/Items Gets items based on a query.
GET /Users/{UserId}/Items/Resume Gets items based on a query.
i can search by /Users/{UserId}/Items/Resume, but cant with /Users/{UserId}/Items, it always returns CollectionFolder, help!