Get list of issues by journalid

I want to get of list of issues of a journal
like used in ojsdemo.com

They use http://ojsdemo.com/index.php/'+selectedJournal+'/issue/getIssueByJournal

get the output like
{“response”:[{“issueId”:“86”,“issueTitle”:“In press”},{“issueId”:“87”,“issueTitle”:“Vol 1, No 1 (2014)”}],“tot”:2}

Hi @apacetech,

That appears to be a customized installation of OJS, so you could ask them if they’re willing to share some of their modifications. If you need something in JSON, there’s nothing built into OJS, but you could modify your installation to generate it. If you could make do with something like OAI-PMH, that’s already built into OJS.

Regards,
Alec Smecher
Public Knowledge Project Team