Creates a job to resume multiple target groups
POST/demand/accounts/:account_id/projects/:project_id/batch-jobs/resume-fielding-runs-by-target-group-id
Creates an asynchronous job to resume a list of paused target groups.
Key behaviors:
- A target group will only be resumed if its completes goal and end date have not yet been reached.
- If successful, the target group's status will be set back to
live. - This endpoint returns a
Locationheader containing the URL you can use to track the job's status.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The job was created successfully. Poll the URL in the Location header to track its status.
Response Headers
The traceparent header carries the trace ID and parent span ID, as defined by the W3C Trace Context specification. It's used to trace a single request as it moves through multiple services.
The tracestate header complements the traceparent header by carrying vendor-specific trace information. This allows different services to add their own data to a trace.
Contains the URL where a new resource can be found, often returned with a 201 Created response. It follows the format defined in RFC 7231.
/demand/accounts/101/projects/01BTGNYV6HRNK8K8VKZASZCFP0/batch-jobs/resume/01BTGNYV6HRNK8K8VKZASZCFP1A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.