GET /v25.0/{ad-account-id}/asyncadrequestsets HTTP/1.1
Host: graph.facebook.com
| Parameter | Description |
|---|---|
is_completedboolean |
If true, we only return completed ad request sets.
|
{
"data": [],
"paging": {}
}
| Error Code | Description |
|---|---|
200 | Permissions error |
| Parameter | Description |
|---|---|
ad_specslist<dictionary { non-empty string : <string> }> |
Specs for ads in the request set
required |
nameUTF-8 encoded string |
Name of the request set
required |
notification_modeenum{OFF, ON_COMPLETE} |
Specify 0 for no notifications and 1 for notification on completion.
|
notification_uriURL |
If notifications are enabled, specify the URL to send them.
|
Struct {
id: numeric string,
}
| Error Code | Description |
|---|---|
100 | Invalid parameter |