GET
/
api2
/
v1
/
projects
/
{projectUid}
/
fileNamingSettings
Get file naming settings for project
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/fileNamingSettings
{
  "renameCompleted": true,
  "completedFilePattern": "<string>",
  "targetFolderPath": "<string>"
}

Path Parameters

projectUid
string
required

Response

200
application/json

successful operation

The response is of type object.