client.media.list_dmas
A method of the Media endpoint.
- list_dmas(*, name: str = None, number: int = None) ListResponse
List all Designated Market Areas
API URL:
GET /media/dmasimport civis client = civis.APIClient() response = client.media.list_dmas(...)
- Parameters:
- namestr, optional
If specified, will be used to filter the DMAs returned. Substring matching is supported with “%” and “*” wildcards (e.g., “name=%region%” will return both “region1” and “my region”).
- numberint, optional
If specified, will be used to filter the DMAS by number.
- Returns:
civis.ListResponse- namestr
Name for the DMA region.
- numberint
Identifier number for a DMA.