client.match_targets.get
A method of the Match Targets endpoint.
- get(id: int) Response
Show Match Target info
API URL:
GET /match_targets/{id}import civis client = civis.APIClient() response = client.match_targets.get(...)
- Parameters:
- idint
The ID of the match target
- Returns:
civis.Response- idint
The ID of the match target
- namestr
The name of the match target
- target_file_namestr
The name of the target file
created_at : str (time)
updated_at : str (time)
- archivedbool
Whether the match target has been archived.