List Content
GET
/api/content/{horoscopeType}/{contentType}
Retrieve a paginated list of content items filtered by horoscope and content type.
Parameters
Path Parameters
horoscopeType*
Typestring
RequiredcontentType*
Typestring
RequiredResponses
Retrieve content items
application/vnd.api+json
JSON
{
"data": {
"type": "content",
"id": "string",
"attributes": {
"urn": "string",
"title": "string",
"body": "string",
"metadata": null,
"owner_type": "string",
"owner_id": "string",
"base_content_id": "string",
"created_at": "string",
"updated_at": "string"
},
"links": {
"self": "string"
}
}
}