entities2channels
List entities-to-channels
List selected data from all entities-to-channels that match the specified filter and search criteria in a specific sort order. Requires no specific permission. Has dependency on `channel`.
Create new entity-to-channel
Create a new entity-to-channel and return its persistent data. Requires no specific permission. Has dependency on `channel`.
Get entity-to-channel
Return the data of an existing entity-to-channel by **`ID`**. Requires no specific permission. Has dependency on `channel`.
Check if entity-to-channel exists
Check if an entity-to-channel with **`ID`** exists, but do not return its data. Requires no specific permission. Has dependency on `channel`.
Update existing entity-to-channel
Update an existing entity-to-channel by **`ID`** and return its persistent data. Requires no specific permission. Has dependency on `channel`.
Delete entity-to-channel
Permanently delete an existing entity-to-channel by **`ID`**. Requires no specific permission. Has dependency on `channel`.