Get
Get
Path Parameters
contentGenerationId int64 required
The Content Generation id.
Responses
- 200
- 401
- 404
Found.
application/json
Schema
Example (from schema)
Schema
accepted int64
The number of accepted records.
errors int64
The number of records with errors.
total int64
The total number of records.
valid int64
The number of valid records.
warnings int64
The number of records with warnings.
{
"accepted": 0,
"errors": 0,
"total": 0,
"valid": 0,
"warnings": 0
}
Authentication Failure
Not Found
GET /content-generations/:contentGenerationId/stats
Authorization
name: security_oauth2type: oauth2flows: {
"authorizationCode": {
"authorizationUrl": "https://s.wordlift.io/oauth/authorize/",
"scopes": {
"basic": "basic scope"
},
"tokenUrl": "https://s.wordlift.io/oauth/token/"
}
}
Request
Request
curl / cURL
curl -L -X GET 'https://api.wordlift.io/content-generations/:contentGenerationId/stats' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
python / requests
curl -L -X GET 'https://api.wordlift.io/content-generations/:contentGenerationId/stats' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
nodejs / axios
curl -L -X GET 'https://api.wordlift.io/content-generations/:contentGenerationId/stats' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
php / cURL
curl -L -X GET 'https://api.wordlift.io/content-generations/:contentGenerationId/stats' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'