GET gettrustpilotdata/{Type}/{Lang}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Type

string

Required

Lang

string

Required

Body Parameters

None.

Response Information

Resource Description

TrustpilotModel
NameDescriptionTypeAdditional information
RowId

integer

None.

TrustpilotType

string

None.

IsActive

boolean

None.

TemplateHtml

string

None.

IsDefault

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "RowId": 1,
  "TrustpilotType": "sample string 2",
  "IsActive": true,
  "TemplateHtml": "sample string 4",
  "IsDefault": true
}

text/xml

Sample:
<TrustpilotModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.Api.Models.Core">
  <IsActive>true</IsActive>
  <IsDefault>true</IsDefault>
  <RowId>1</RowId>
  <TemplateHtml>sample string 4</TemplateHtml>
  <TrustpilotType>sample string 2</TrustpilotType>
</TrustpilotModel>