List
List the accounts
Query Parameters
cursor string
The cursor
limit int32
Default value: 10
can_content_generation boolean
Filter accounts that can or cannot do Content Generation
include_entity_count boolean
Add entity count data
include_all_accounts boolean
Include all the accounts the user has access to
include_subscription boolean
Include the subscription data
url string
The URL
ng_dataset_id string
The dataset id
Responses
- 200
- 401
Found
application/vnd.wordlift.accounts+json;version=1
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
first string nullable required
The link to the first page.
items object[] required
An array of objects.
collection string
Default value: entity
The collection hosting the Knowledge Graph.
country string
diagnostic_plugins object[]
account_id int64
The account id.
active boolean
Whether the plugin is active.
created_at date-time
The create date-time
id int64
The record id.
name string
The plugin name.
version string
The plugin version.
domain_uri string
google_search_console_site_url string
id int64
is_wordpress boolean
key string
language string
ng_dataset_id string
package_type string
subscription object
email string
first_name string
last_name string
order_id int64
sku string
subscription_id int64
total_entities int64
total_entities_with_schema_url int64
url string
user_id int64
wp_admin string
wp_include_exclude_default string
wp_json string
last string nullable required
The link to the last page.
next string nullable required
The link to the next page or null
if there's no page.
prev string nullable required
The link to the previous page or null
if there's no page.
self string nullable required
The link to the current page.
{
"first": "string",
"items": [
{
"collection": "entity",
"country": "string",
"diagnostic_plugins": [
{
"account_id": 0,
"active": true,
"created_at": "2024-11-19T00:12:35.594Z",
"id": 0,
"name": "string",
"version": "string"
}
],
"domain_uri": "string",
"google_search_console_site_url": "string",
"id": 0,
"is_wordpress": true,
"key": "string",
"language": "string",
"ng_dataset_id": "string",
"package_type": "string",
"subscription": {
"email": "string",
"first_name": "string",
"last_name": "string",
"order_id": 0,
"sku": "string"
},
"subscription_id": 0,
"total_entities": 0,
"total_entities_with_schema_url": 0,
"url": "string",
"user_id": 0,
"wp_admin": "string",
"wp_include_exclude_default": "string",
"wp_json": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Loading...