Relationship Between Program Type and Program Channel via Rest API
While creating a program via UI, we have Fixed set of Program Types and based on this value Program Channel Drop Down populates. So, how is this relationship determined?
I am trying to create a Program via api, so on providing the program type, I need all applicable channels for same type. Since program Types are fixed and I am pulling channels via api call : https://113-EDC-810.mktorest.com/rest/asset/v1/channels.json which gives me all the channels. I am not able to figure out the sub set of channels which are applicable to a Program Type.
Please let me know what I am missing here.