API GetImage

Z Podpora.nextis.cz
Verze z 6. 4. 2021, 13:14, kterou vytvořil Chrzaszcz (diskuse | příspěvky)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Description

Method gives You overview of existing image in system.

Exact name

API_GetImage

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
ProduktGroupID int Produkt group ID API_GetProductGroups.ID
Sorting int Sorting, numbers from 0 up
ImageURL nvarchar(260) Image URL
IsFeedImage int Is feed image

NO=0; YES=1

Example

SELECT TOP 1000 * FROM [API_GetImage]

Notices

None.