Operation: GetChannelV3
Retrieves details about a single channel
Operation: DownloadChannelVersionCustomFieldFileV202105
Download file for a channel version custom field
Operation: GetMeterChannelsV202101
Retrieves all channel and channel versions linked to a meter
Operation: CreateMeterChannelV202101
Creates and assigns a channel to a meter
Operation: GetMeterChannelV202101
Retrieves a channel and its channel versions linked to a meter
Operation: EditMeterChannelV202101
Updates a meter’s channel
If a channel version exists and is not passed into the request body it will continue to exist and no data will be changed.
To delete a specific channel version call DELETE meter/{meterId}/channel/{channelId}/version/{versionId}
Operation: DeleteMeterChannelV202101
Deletes a meter’s channel
All readings linked to this channel will also be deleted.
A channel that is part of a distribution cannot be deleted.
Operation: CreateChannelVersionV202101
Create a new channel version
Operation: EditChannelVersionV202101
Update a channel version
Operation: DeleteChannelVersionV202101
Delete a channel version
There must always be one version on a channel
If you try and delete the only version on a channel an exception will occur