GET
/
api2
/
v1
/
mappings
/
tasks
/
{id}
Returns mapping for taskId (mxliff)
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/mappings/tasks/{id}
{
  "taskId": "<string>",
  "workflowLevel": "<string>",
  "resourcePath": "<string>",
  "project": {
    "uid": "<string>"
  },
  "job": {
    "uid": "<string>"
  }
}

Path Parameters

id
string
required

Query Parameters

workflowLevel
integer
default:1
Required range: 1 <= x <= 15

Response

200
application/json

successful operation

The response is of type object.