POST
/
api2
/
v1
/
projects
/
{projectUid}
/
references
/
download
Download project reference files (batch)
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/references/download \
  --header 'Content-Type: application/json' \
  --data '{
  "referenceFiles": [
    {
      "id": "<string>"
    }
  ]
}'

Path Parameters

projectUid
string
required

Body

application/json

Response

200

application/octet-stream