Relationships
Card Set resources have the following relationships for their records.
- Card Cycle
- Card Set Type
- Cards
- Printings
Card Set resources have the following relationships for their records.
GET /api/v3/public/card_sets?filter[card_cycle_id]=:card_cycle_id
Name | Description | Type |
---|---|---|
card_cycle_id required | Card cycle | string |
GET /api/v3/public/card_sets?filter[card_cycle_id]=%3Acard_cycle_id
Content-Type: application/json
Host: api-preview.netrunnerdb.com
filter={"card_cycle_id" => ":card_cycle_id"}
curl -g "https://api-preview.netrunnerdb.com/api/v3/public/card_sets?filter[card_cycle_id]=%3Acard_cycle_id" -X GET
200
content-type: application/vnd.api+json; charset=utf-8
{
"data": [],
"meta": {
"stats": {
"total": {
"count": 0
}
}
}
}