heilog.ch.Api

<back to all web services

GetSupportItemDetailRequest

The following routes are available for this service:
GET/support-item/detail
GetSupportItemDetailRequest Parameters:
NameParameterData TypeRequiredDescription
IdquerylongNo
GetSupportItemDetailResponse Parameters:
NameParameterData TypeRequiredDescription
SupportItemformSupportItemDetailDtoNo
SupportItemDetailDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
IsActiveformboolNo
CategoryformSupportCategoryNo
TypeformSupportTypeNo
PositionformuintNo
LocalizationsformList<SupportItemLocalizationDto>No
SupportCategory Enum:
NameValue
QSS1
Flyer2
Manual3
SupportType Enum:
NameValue
Document1
Video2
SupportItemLocalizationDto Parameters:
NameParameterData TypeRequiredDescription
LanguageCodeformLanguageCodeNo
TitleformstringNo
URLformstringNo
FilenameformstringNo
LanguageCode Enum:
NameValue
de1
fr2
it3

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

HTTP + JSON

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.test.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"}]}}