getArticle result is empty

Hello,

I setup my tt-rss env this morning to play with the Rest API. All calls works so far but if I run the following:

{
  "sid": "mysid",
  "op": "getArticle",
  "article_ids": "4597"
}

I get the following with Status 200:

{
  "seq": 0,
  "status": 0,
  "content": []
}

I thought there will be a bit more information comming. Tried with different existing article_ids.

i suggest reading this - Tiny Tiny RSS – API Reference

That’s what I did. As I wrote all other commands I tried are working fine.

Use article_id instead of article_ids (per the API reference).