GET
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
{jobUid}
/
targetFileWarnings
Get target file's warnings
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/targetFileWarnings
{
  "warnings": [
    "<string>"
  ]
}

Path Parameters

projectUid
string
required
jobUid
string
required

Response

200
application/json

successful operation

The response is of type object.