API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- GETGet Job Preview Package assets.
- GETDownload handover file(s)
- PUTUpload handover file
- DELDelete handover file
- GETList jobsdeprecated
- POSTCreate job
- PUTEdit jobs (batch)
- DELDelete job (batch)
- POSTDownload bilingual file
- POSTCompare jobs on workflow levels
- POSTCreate job from connector asynchronous download task
- POSTCopy Source to Target
- POSTNotify assigned users
- POSTPseudo-translate jobdeprecated
- POSTSearch jobs in project
- POSTGet segments count
- POSTUpdate source
- POSTUpdate target
- DELDelete all translations
- POSTGet Web Editor URLdeprecated
- GETGet custom fields
- PUTEdit custom fields (batch)
- POSTCreate custom field instances
- GETGet custom field
- PUTEdit custom field
- DELDelete custom field
- GETGet job
- PUTEdit job
- PATCHPatch job
- POSTCopy Source to Target job
- GETGet import settings for job
- PUTEdit job import settings
- GETDownload original file
- GETDownload preview file
- POSTDownload preview file
- GETGet PDF preview
- POSTPseudo-translates job
- GETGet segments
- POSTEdit job status
- POSTSplit job
- GETGet status changes
- GETDownload target filedeprecated
- GETGet target file's warnings
- POSTWildcard search job's translation memoriesdeprecated
- GETGet translation resources
- GETGet job's workflowStep
- GETList jobs
- POSTPseudo-translate job
- DELDelete specific translations
- POSTGet Web Editor URL
- GETDownload target file based on async request
- PUTDownload target file (async)
- POSTSearch job's translation memoriesdeprecated
- POSTWildcard search job's translation memoriesdeprecated
- PATCHEdit jobs (with possible partial updates)
- POSTExport jobs to online repository
- PUTDownload target file (async)
- POSTSearch job's translation memories
- POSTWildcard search job's translation memories
- GET
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Job
Get target file's warnings
This call will return target file’s warnings. This means even for other jobs that were created via ‘split jobs’ etc.
GET
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
targetFileWarnings
Get target file's warnings
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/targetFileWarnings
Copy
Ask AI
{
"warnings": [
"<string>"
]
}
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Get target file's warnings
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/targetFileWarnings
Copy
Ask AI
{
"warnings": [
"<string>"
]
}
Assistant
Responses are generated using AI and may contain mistakes.