GET api/ical/GetTemplateCategoryDefine?dblinkname={dblinkname}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dblinkname

string

Default value is

Body Parameters

None.

Response Information

Resource Description

icalResult
NameDescriptionTypeAdditional information
error

错误代码

integer

None.

message

错误信息

string

None.

calendargroup

数据

Object

None.

data

Object

None.

eventAlertProposal

Object

None.

templateEventType

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "error": 1,
  "message": "sample string 2",
  "calendargroup": {},
  "data": {},
  "eventAlertProposal": {},
  "templateEventType": {}
}