Retrieve Import Bulk Translation File Job Summary
GET https://{{vaultDNS}}/api/{{version}}/services/jobs/:{job_id}/summary
https://developer.veevavault.com/api/24.2/#Translation_Summary
After submitting a request to import a bulk translation file, you can query Vault to determine the results of the request.
Before submitting this request:
- You must have previously requested an Import Bulk Translation File job (via the API) which is no longer active
- You must be the user who initiated the job or have the Admin: Jobs: Read permission
Response Details
On SUCCESS
, the response includes the following data
:
ignored
: The number of rows that were ignored. For example, Vault ignores any rows without changes.updated
: The number of existing rows that were updated successfully.failed
: The number of rows that attempted an update but failed. Use the Retrieve Import Bulk Translation File Job Errors endpoint to retrieve details about these rows.added
: The number of new rows that were added.
Response
{
"responseStatus": "SUCCESS",
"data": {
"ignored": 14057,
"updated": 14,
"failed": 179,
"added": 0
}
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |