키보드 단축키
고급 검색
I have random list of movie ids - can I get information about them such as year or poster url in one request?
Hi thee,
One request per movie, yes, but not one request all of the ids at once. We don't have any kind of a multi get at this time.
So if I have list of 10 movie ids and I want to get their posters - I need to do 10 separate requests?
Yes.
Without knowing what your doing exactly, you could also use lists which will allow you to get the standard list responses for whatever ids you add to the list.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
로그인
회원가입
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
가입하고 커뮤니티에 참여하세요
Travis Bell님의 댓글
2월 12, 2017 at 11:51 오전
Hi thee,
One request per movie, yes, but not one request all of the ids at once. We don't have any kind of a multi get at this time.
moonavader님의 댓글
2월 12, 2017 at 1:51 오후
So if I have list of 10 movie ids and I want to get their posters - I need to do 10 separate requests?
Travis Bell님의 댓글
2월 12, 2017 at 2:51 오후
Yes.
Without knowing what your doing exactly, you could also use lists which will allow you to get the standard list responses for whatever ids you add to the list.