GET api/CustomerContent/Get/{secret}/{companyId}/{contentTemplateTypeId}/{customerContentTypeId}/{list}/{imageWidth}
This api is used for return all the contents as a guest view
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
secret |
secret is the company secret code |
string |
Required |
companyId |
company Guid to defines the compnay of customer |
string |
Required |
contentTemplateTypeId |
contentTemplateTypeId this is int value to define the template of company |
integer |
Required |
customerContentTypeId |
customerContentTypeId this is in value to fefine the cusmer is gust of registerd and logged in |
integer |
Required |
list |
this is int value to retrun the list of offers according to this value |
integer |
Required |
imageWidth |
image width is used for resize the image according to this value |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |