7. CMS Service
Last updated
Last updated
You can purchase content from Content Shop in the ARGear Console (https://console.argear.io) and manage them to fit your needs.
To use the purchased products, you must first create a category in Content Management menu. For each category, you can add or remove purchased products. You can also get the list of products in a category through Project Overview > API > Your API URL.
The request URL format is written as follows.
The request URL format is written as follows.
The tables below describe JSON formats when calling REST API through CMS.
<Table. Top Layer>
key | type | description |
api_key | string | API KEY of ARGear Console Project |
name | string | name of contents |
description | string | description of contents |
status | string | status of contents (LIVE, STAGING) |
last_updated_at | long | last updated time of the contents list |
categories | list | list of categories |
categories JSON Format
<Table. API categories / filters>
key | type | description |
uuid | string | uuid |
title | string | title |
description | string | description |
is_bundle | boolean | true : default provided categories/filters false : user added categories/filters |
updated_at | long | updated time |
status | string | status (LIVE, STAGING) |
items | list | list of items |
items JSON Format
<Table. API Items>
key | type | description |
uuid | string | uuid |
title | string | title |
description | string | description |
thumbnail | string | thumbnail url |
zip_file | string | url of downloaded file |
num_stickers | int | number of stickers in an item |
num_effects | int | number of effects in an item |
num_bgms | int | number of bgms in an item |
num_filters | int | number of filters in an item |
num_masks | int | number of masks in an item |
has_trigger | boolean | indicates whether an item contains a trigger.
|
status | string | status of an item (LIVE, STAGING) |
updated_at | long | last updated time of an item |
type | string | type of an item |