client.media.get_ratecards
A method of the Media endpoint.
- get_ratecards(id: int) Response
Get a Ratecard
API URL:
GET /media/ratecards/{id}import civis client = civis.APIClient() response = client.media.get_ratecards(...)
- Parameters:
- idint
- Returns:
civis.Response- idint
The ratecard ID.
- filenamestr
Name of the ratecard file.
- start_onstr (date)
First day to which the ratecard applies.
- end_onstr (date)
Last day to which the ratecard applies.
- dma_numberint
Number of the DMA associated with the ratecard.
- archivedbool
The archival status of the requested item(s).