ShowIndex Method
Uri: https://magnetapi.klangoo.com/NewsAgencyService.svc/ShowIndex
Parameters:
calk |
A string containing the api key |
page |
(optional)An integer that represents the page number. The first page is 0. Default is 0 |
orderByDate |
(optional) if set to true, the results will be ordered DESC on insert date |
format |
(optional)The format of the response. The supported formats are “xml” and “json”. Default: “xml” |
timestamp |
(optional) required if ‘authenticate read’ is activated |
signature |
(optional) required if ‘authenticate read’ is activated |
Response:
XML tag |
Description |
status |
Indicates the status of the response. Possible values “OK” and “ERROR” |
error |
Indicates an error if one occurred |
hasNextPage |
Boolean indicating whether to expect more result pages (if the results were sent in pages). Each result page contains a maximum of 500 results. |
previousPage |
Previous page number |
nextPage |
Next page number (used to call next page ex: &page=2) |
indexEntries -> indexEntry |
|
docID |
magnet unique document id |
articleUID |
Your previously set document id |
title |
Your previously set document title |
url |
Your previously set document URL |
insertDate |
Original insert date of document |
Comments
0 comments
Article is closed for comments.