GET BackOffice/doListArticleModels?Credentials={Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntityArticlesModels
NameDescriptionTypeAdditional information
ModelId

integer

None.

FamilyId

integer

None.

BrandId

integer

None.

ModelTitle

string

None.

FamilyName

string

None.

BrandName

string

None.

_Credentials

string

None.

HasError

boolean

None.

ErrorDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ModelId": 1,
    "FamilyId": 2,
    "BrandId": 3,
    "ModelTitle": "sample string 4",
    "FamilyName": "sample string 5",
    "BrandName": "sample string 6",
    "_Credentials": "sample string 7",
    "HasError": true,
    "ErrorDescription": "sample string 9"
  },
  {
    "ModelId": 1,
    "FamilyId": 2,
    "BrandId": 3,
    "ModelTitle": "sample string 4",
    "FamilyName": "sample string 5",
    "BrandName": "sample string 6",
    "_Credentials": "sample string 7",
    "HasError": true,
    "ErrorDescription": "sample string 9"
  }
]