AgencySites
List the 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:
- Id 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 AgencySites WHERE Id = 123
Columns
| Name | Type | References | Description |
| Id [KEY] | Int | The unique identifier of the agency. | |
| Title | String | The title of the agency. | |
| Url | String | The URL of the site. | |
| FeaturesJetpackBlogId | Int | The Jetpack blog ID associated with this site. | |
| FeaturesJetpackIsConnected | Boolean | Indicates whether Jetpack is connected to this site. | |
| FeaturesWpcomAtomicBlogId | Int | The WordPress.com Atomic blog ID for this site. | |
| FeaturesWpcomAtomicState | String | The state of the WordPress.com Atomic site (active, pending, or provisioning). | |
| FeaturesWpcomAtomicLicenseKey | String | The license key for the WordPress.com Atomic site. | |
| FeaturesWpcomAtomicProvisionJobId | Int | The provision job ID for the WordPress.com Atomic site. |