GET api/ical/GetTemplateCategoryDefine?dblinkname={dblinkname}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dblinkname | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
icalResultName | Description | Type | Additional 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": {} }