article id

By nayan.lodha@digi-corp.com

Filed Under:

Article ID

Nayan,

It would help if you can give more information as to what you are trying to do. All articles returned by the API contain the article Id in a article_id tag. If you have an article URL, you can call article_getInfo (url) to get the Article ID. Trick is that the system will try to do an exact URL match, so it has to be the same URL that was published by the source in its RSS feed.

 

-- Vineet

 

 

aricle id

I have mailed you what i am trying to do but in addition of that i want to display article ,image and search functionality on my site provided by dayPI. User enter keyword and get article related that keyword.

Search articles and images

Nayan

You can use search_getRelatedArticles and search_getRelatedImages to get articles and images for providing a Search function on your site.

Remember to provide include_publication_images=1 in the search_getRelatedImages call to get back scraped images.

 

Vineet

 

 

Search articles and images

Should i put the variable "include_publication_images" in the URL like http://freeapi.daylife.com/xmlrest/publicapi/4.3/search_getRelatedImages...

include_publication_images=1

Yep. It should come in as a paramter like the example you gave above.