Introduction
Integration Collections is a module for storing various data that can be used for integrating different services and systems. To integrate third-party services, it is necessary to create and configure collections.
getICollections
Getting all collections
getICollectionById
Get collection by id.
getICollectionRowsById
Get all records belonging to the collection by collection id.
validateICollectionMarker
Check for the existence of a text identifier (marker)
getICollectionRowsByMarker
Getting all records from the collection.
getICollectionRowByMarkerAndId
Getting one record from the collection.
createICollectionRow
Create a record in the collection
updateICollectionRow
Edit a record in the collection
deleteICollectionRowByMarker
Deletion of collection record object