getICollectionRowsByMarker
Getting all records from the collection.
IntegrationCollections?.getICollectionRowsByMarker( marker?, langCode? );
Minimal example
const result = await IntegrationCollections.getICollectionRowsByMarker('test_collection');
Schema
marker(required): string
Collection text identifier
example: "collection1"
langCode: string
Language code. Default: "en_US"
example: "en_US"