everyaction.services.TargetExportJobs¶
- class everyaction.services.TargetExportJobs(ea: EAClient)¶
Represents the Target Export Jobs service.
Methods
create(**kwargs)get(job_id, /)- create(**kwargs: EAValue) TargetExportJob¶
-
- Parameters
kwargs – The applicable query arguments and JSON data for the request. A
TargetExportJobis appropriate to unpack here.- Returns
The created
TargetExportJobobject.- Keyword Arguments
exportJobId (export_job_id, id)
jobStatus (job_status, status)
targetId (target_id, target)
webhookUrl (webhook_url, webhook)
- get(job_id: int, /) TargetExportJob¶
See GET /targetExportJobs/{exportJobId}.
- Parameters
job_id – The exportJobId path parameter.
- Returns
The resulting
TargetExportJobobject.