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"
}
]
}
Type | Condition | Require | Default | Limitation | Description | |
---|---|---|---|---|---|---|
version | ✓ | 2020-04-30 | Format version of master data | |||
categoryModels | List<CategoryModel> | ~ 1000 items | CategoryModel |
CategoryModel
CategoryModel
The category model is the setting for the categories to be posted in the room.
Type | Condition | Require | Default | Limitation | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
categoryModelId | string | ✓ | ~ 1024 chars | Category Model GRN | ||||||||
category | int | ✓ | ~ 2147483645 | Category | ||||||||
rejectAccessTokenPost | String Enum enum { “Enabled”, “Disabled” } | ~ 128 chars | Reject posts using access tokens
|
NotificationType
Notification Type
Setting categories for receiving new message notifications
Type | Condition | Require | Default | Limitation | Description | |
---|---|---|---|---|---|---|
category | int | ✓ | 0 | ~ 2147483646 | Categories for which you receive new message notifications | |
enableTransferMobilePushNotification | bool | ✓ | false | Transfer to mobile push notifications when you were offline? |