Fetch a books resource's relationship
URL
GET https://api.ent.apple.com/v1/catalog/{storefront}/books/{id}/{relationship}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | |
relationship Required | string | |
storefront Required | string |
Query Parameters
| Name | Type | Description |
|---|---|---|
additionalPlatforms Optional | [string] | |
extend Optional | [string] | |
include Optional | [string] | |
l Optional | string | |
limit Optional | integer | |
platform Required | string | |
relate Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | RelationshipResponse | |
| 401 | Unauthorized Content-Type: application/json | UnauthorizedResponse | |
| 500 | Internal Server Error Content-Type: application/json | ErrorsResponse |