GET | /support-item/detail |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | query | long | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
SupportItem | form | SupportItemDetailDto | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | long | No | |
IsActive | form | bool | No | |
Category | form | SupportCategory | No | |
Type | form | SupportType | No | |
Position | form | uint | No | |
Localizations | form | List<SupportItemLocalizationDto> | No |
Name | Value | |
---|---|---|
QSS | 1 | |
Manual | 3 |
Name | Value | |
---|---|---|
Document | 1 | |
Video | 2 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
LanguageCode | form | LanguageCode | No | |
Title | form | string | No | |
URL | form | string | No | |
Filename | form | string | No |
Name | Value | |
---|---|---|
de | 1 | |
fr | 2 | |
it | 3 |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /support-item/detail HTTP/1.1 Host: heidak-api.build.exanic.ch Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"supportItem":{"id":0,"isActive":false,"category":1,"type":1,"position":0,"localizations":[{"languageCode":1,"title":"String","url":"String","filename":"String"}]}}