RDS Article Collection Service
- Path: /v2/articles/collections
- Method:
GET
(read) - Authentication required: yes
- Output formats: all formats
- Output type: list
- Field description:
id
(int): Collection numbertitle
(string): Labelitems
(int): Number ofitems
within this collection
- Filter parameters:
collection=...
: Comma-separated list of collection numbersitem=...
: Comma-separated list of article numberswithoutExpiring=1
: Exclude items that will expire soon
This services provides access to our collection data.
Example
$ curl -s -o- -u :KEY 'https://rds.rasch.de/v2/articles/collections'
[{
"id" : 2715,
"name" : "Home Vision VI ReVl",
"items" : 38
}, {
"id" : 2719,
"name" : "African Queen Vo.2 17 ViVl",
"items" : 40
}, {
"id" : 2725,
"name" : "Florentine 17 ViVl",
"items" : 45
}]