GET api/HpPro/GetAllMaterials

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MaterialPresentationTypeDTO
NameDescriptionTypeAdditional information
Id

integer

None.

MaterialId

integer

None.

PresentationTypeId

integer

None.

ShowOnExpand

boolean

None.

SortOrder

integer

None.

DisplayName

integer

None.

Name

string

None.

MaterialType

MaterialTypeEnum

None.

Url

string

None.

CountryId

integer

None.

Disabled

boolean

None.

FlipbookFolderName

string

None.

Link

string

None.

MaterialTypeId

integer

None.

MaterialName

string

None.

ShowOnMore

boolean

None.

FlipbookName

string

None.

CountryCode

string

None.

CountryName

string

None.

ExcludeFromReferrral

boolean

None.

LanguageId

integer

None.

IsEditable

boolean

None.

LocationContext

integer

None.

PrefillDocumentTypeId

integer

None.

FlipbookPages

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "MaterialId": 2,
    "PresentationTypeId": 3,
    "ShowOnExpand": true,
    "SortOrder": 5,
    "DisplayName": 6,
    "Name": "sample string 7",
    "MaterialType": 1,
    "Url": "sample string 8",
    "CountryId": 1,
    "Disabled": true,
    "FlipbookFolderName": "sample string 10",
    "Link": "sample string 11",
    "MaterialTypeId": 12,
    "MaterialName": "sample string 13",
    "ShowOnMore": true,
    "FlipbookName": "sample string 15",
    "CountryCode": "sample string 16",
    "CountryName": "sample string 17",
    "ExcludeFromReferrral": true,
    "LanguageId": 1,
    "IsEditable": true,
    "LocationContext": 1,
    "PrefillDocumentTypeId": 1,
    "FlipbookPages": [
      "sample string 1",
      "sample string 2"
    ]
  },
  {
    "Id": 1,
    "MaterialId": 2,
    "PresentationTypeId": 3,
    "ShowOnExpand": true,
    "SortOrder": 5,
    "DisplayName": 6,
    "Name": "sample string 7",
    "MaterialType": 1,
    "Url": "sample string 8",
    "CountryId": 1,
    "Disabled": true,
    "FlipbookFolderName": "sample string 10",
    "Link": "sample string 11",
    "MaterialTypeId": 12,
    "MaterialName": "sample string 13",
    "ShowOnMore": true,
    "FlipbookName": "sample string 15",
    "CountryCode": "sample string 16",
    "CountryName": "sample string 17",
    "ExcludeFromReferrral": true,
    "LanguageId": 1,
    "IsEditable": true,
    "LocationContext": 1,
    "PrefillDocumentTypeId": 1,
    "FlipbookPages": [
      "sample string 1",
      "sample string 2"
    ]
  }
]