Get
GET/content-generations/:contentGenerationId/stats
Get
Request
Path Parameters
contentGenerationId int64required
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