AgencySitesPending
List the pending sites for a specific agency in WordPressOnline.
Table Specific Information
Select
The provider uses the WordPress API to process WHERE clause conditions built with the following column and operator:
- AgencyId supports the = comparison.
The rest of the filter is executed client-side within the provider.
For example, the following queries are processed server-side:
SELECT * FROM AgencySitesPending WHERE AgencyId = 123
Columns
| Name | Type | References | Description |
| Id [KEY] | Int | The unique identifier of the pending site. | |
| Title | String | The title of the pending site. | |
| Url | String | The URL of the pending site. | |
| FeaturesWpcomAtomicBlogId | Int | The WordPress.com Atomic blog ID for this pending site. | |
| FeaturesWpcomAtomicState | String | The state of the WordPress.com Atomic site provisioning (pending). | |
| FeaturesWpcomAtomicLicenseKey | String | The license key for the WordPress.com Atomic site. | |
| FeaturesWpcomAtomicProvisionJobId | Int | The provision job ID for the WordPress.com Atomic site. | |
| AgencyId | Int |
AgencySites.Id | The unique identifier of the agency whose pending sites you want to retrieve. |