File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Json path to fetch books is `/response/books`. However if we need to fetch only
8282` /response/books/printInfo ` as well.
8383
8484XPath example:
85- ```
85+ ``` xml
8686<?xml version =" 1.0" encoding =" UTF-8" ?>
8787<bookstores >
8888 <bookstore id =" 1" >
@@ -261,10 +261,10 @@ Skip on error - Ignores erroneous records.
261261
262262##### Pagination type: None
263263Only single page is loaded.
264-
264+
265265##### Pagination type: Link in response header
266- In response there is a "Link" header, which contains an url marked as "next". Example:
267- ```
266+ In response there is a "Link" header, which contains an url marked as "next". Example:
267+ ``` xml
268268<http: //example.cdap.io/admin/api/pages?page=1&q.language.id=1>; rel="first",
269269<http: //example.cdap.io/admin/api/pages?page=2&q.language.id=1>; rel="next",
270270<http: //example.cdap.io/admin/api/pages?page=2&q.language.id=1>; rel="last"`
You can’t perform that action at this time.
0 commit comments