The Content API service lets you create and manage content items such as articles and news in your Game Portal. You can schedule content, and make it visible to either all or only segmented players. A content item can include translated content. Learn more about the Game Portal feature. With the Portal Content API service, you can:Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
- Create a content item.
- Retrieve a specific content item by its ID.
- Retrieve all content items.
- Retrieve all existing translations for a content item by its ID.
- Create or update a translation for a content item in a specific locale.
- Update a content item.
- Delete a content item.
Before you begin
Review the following before you begin:- Assign content to a page: Use the
pagesproperty to assign the content item to a page. If you don’t, or if you assign the content to a page that doesn’t exist, the content will be created but won’t be displayed in the Game Portal. To create a page or view a list of existing pages, see Create and Manage a Game Portal Page. - Content types:
article: Articles with a title, subtitle, and body text.news: News content with a title, subtitle, and body text.
- Content states:
visible: Content is publicly visible in the Game Portal.hidden: Content exists but is not displayed.scheduled: Content will become visible at the specifiedpublishDate.
- Visibility:
public: Content is visible for all players.private: Content is only visible for segmented players (players who are logged into the Game Portal).
- Translations: Before adding translations, you must first add the locale in the Publisher Dashboard.
