ResolveCalculatedChannel
Resolve a calculated channel into an expression with references
POST
/
api
/v2
/calculated-channels
/resolve
Request Body
application/json
RequiredThe request for a call to CalculatedChannelService_ResolveCalculatedChannel
to get the all possible calculated channels.
- If the calculated channel has a selection of assets and tags then those assets will be used as a base and then filtered down by the given assets and assets from the run.
- If the calculated channel is enabled for all assets then:
a) If the request has run and assets from the run will be used as a base and then filtered down by the given assets.
b) If the request has run and no assets then those assets will be used.
c) If the request has only assets then those assets will be used.
The
organization_id
argument is only required if usingclient_key
and the user belongs to multiple organizations.
calculatedChannelId
object
calculatedChannelConfiguration
object
organizationId
string
This field is only required if your user belongs to multiple organizations.
assets
object
run
object
A successful response.