Ana içeriğe geç

getICollectionRowsByMarker

Koleksiyondaki tüm kayıtları alma.

IntegrationCollections.getICollectionRowsByMarker(marker, langCode)

const result = await IntegrationCollections.getICollectionRowsByMarker('test_collection');
Şema

marker:* string
Koleksiyon metin tanımlayıcısı
örnek: test_collection

langCode: string
Dil kodu
örnek: en_US

Örnek dönüş:

{
"items": [
{
"id": 2,
"entityId": null,
"entityType": null,
"createdDate": "2025-01-30T01:28:19.906Z",
"updatedDate": "2025-01-30T01:28:19.906Z",
"formData": [{ "marker": "c_marker", "type": "string", "value": "Value" }],
"attributeSetIdentifier": null,
},
],
"total": 1,
}
Şema

total: number
Bulunan kayıtların toplam sayısı
örnek: 100

items: ICollectionRow[]
Nesne tanımlayıcısı
örnek: 2

.