QuestionQ120

Using APIs

Which RFC 5988 (Web Linking) relation type is used in an API’s Link header to manage pagination?

  • A rel=ג€indexג€
  • B rel=ג€pageג€
  • C rel=ג€nextג€
  • D rel=ג€sectionג€
Explanation

The next link relation identifies the target as the next resource in a series, so rel="next" in a Link header provides the URI for the next page of paginated API results.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!