Master Data Reference of GS2-Chat

Reference of the format of master data and various models to be imported
{
  "version": "2020-04-30",
  "categoryModels": [
    {
      "category": "[int]Category",
      "rejectAccessTokenPost": "[string?]Reject posts using access tokens"
    }
  ]
}
TypeConditionRequiredDefaultValue LimitsDescription
version
2020-04-30Format version of master data
categoryModelsList<CategoryModel>~ 1000 itemsCategory Model
The category model is the setting for the categories to be posted in the room.

NotificationType

Notification Type

Setting categories for receiving new message notifications

TypeConditionRequiredDefaultValue LimitsDescription
categoryint
00 ~ 2147483646Categories for which you receive new message notifications
enableTransferMobilePushNotificationbool
falseWhether to forward to mobile push notifications when offline

CategoryModel

Category Model

The category model is the setting for the categories to be posted in the room.

TypeConditionRequiredDefaultValue LimitsDescription
categoryModelIdstring
~ 1024 charsCategory Model GRN
categoryint
0 ~ 2147483645Category
rejectAccessTokenPostString Enum
enum {
    “Enabled”,
    “Disabled”
}
~ 128 charsReject posts using access tokens
Enumerator String DefinitionDescription
“Enabled”Enabled
“Disabled”Disabled