API GetImage

Z Podpora.nextis.cz
Verze z 6. 4. 2021, 13:13, kterou vytvořil Chrzaszcz (diskuse | příspěvky) (Založena nová stránka s textem „====Description==== Method gives You overview of existing image in system. ====Exact name==== <code>API_GetImage</code> ====Type==== Standard view. ====Spe…“)
(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
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.