GET api/Product/Get/{id}?language={language}
returns Product for given id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language |
cms language |
string |
Required |
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductName | Description | Type | Additional information |
---|---|---|---|
IsOnSaleANdNew |
calculated property for Sorting |
boolean |
None. |
IsOnSale |
calculated property |
boolean |
None. |
IsNew |
calculated property |
boolean |
None. |
technicalId |
TECHNICAL ID very important! Maps Products from old project to RWD project! |
integer |
None. |
CleanName |
Name cleared from special character |
string |
None. |
brands | Collection of Brand |
None. |
|
categories | Collection of Category |
None. |
|
indications | Collection of Indication |
None. |
|
targetGroups | Collection of TargetGroup |
None. |
|
shopLink | string |
None. |
|
detailPageLink | string |
None. |
|
teaserSubheadline | string |
None. |
|
teaserDescription |
Property for teaser description surrounding <p>-Tags are removed, other html-tags like <i> are allowed.. |
string |
None. |
imgSmall | string |
None. |
|
imgMedium | string |
None. |
|
imgLarge | string |
None. |
|
imgAltText |
Property for image alt text |
string |
None. |
textShort | string |
None. |
|
textLong | string |
None. |
|
newDateFrom | date |
None. |
|
newDateTo | date |
None. |
|
saleDateFrom | date |
None. |
|
saleDateTo | date |
None. |
|
priority | boolean |
None. |
|
active | string |
None. |
|
fsId | integer |
None. |
|
fsGid | string |
None. |
|
name |
May be null |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IsOnSaleANdNew": false, "IsOnSale": false, "IsNew": false, "technicalId": 1, "CleanName": "sample string 15", "brands": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "categories": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "indications": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "targetGroups": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "shopLink": "sample string 2", "detailPageLink": "sample string 3", "teaserSubheadline": "sample string 4", "teaserDescription": "sample string 5", "imgSmall": "sample string 6", "imgMedium": "sample string 7", "imgLarge": "sample string 8", "imgAltText": "sample string 9", "textShort": "sample string 10", "textLong": "sample string 11", "newDateFrom": "2024-11-21T07:57:41.8980923+01:00", "newDateTo": "2024-11-21T07:57:41.8980923+01:00", "saleDateFrom": "2024-11-21T07:57:41.8980923+01:00", "saleDateTo": "2024-11-21T07:57:41.8980923+01:00", "priority": true, "active": "sample string 12", "fsId": 13, "fsGid": "sample string 14", "name": "sample string 15" }, { "IsOnSaleANdNew": false, "IsOnSale": false, "IsNew": false, "technicalId": 1, "CleanName": "sample string 15", "brands": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "categories": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "indications": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "targetGroups": [ { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" }, { "fsId": 1, "fsGid": "sample string 2", "name": "sample string 3" } ], "shopLink": "sample string 2", "detailPageLink": "sample string 3", "teaserSubheadline": "sample string 4", "teaserDescription": "sample string 5", "imgSmall": "sample string 6", "imgMedium": "sample string 7", "imgLarge": "sample string 8", "imgAltText": "sample string 9", "textShort": "sample string 10", "textLong": "sample string 11", "newDateFrom": "2024-11-21T07:57:41.8980923+01:00", "newDateTo": "2024-11-21T07:57:41.8980923+01:00", "saleDateFrom": "2024-11-21T07:57:41.8980923+01:00", "saleDateTo": "2024-11-21T07:57:41.8980923+01:00", "priority": true, "active": "sample string 12", "fsId": 13, "fsGid": "sample string 14", "name": "sample string 15" } ]