Skip to main content
GET
/
api2
/
v1
/
projectTemplates
/
{projectTemplateUid}
/
accessSettings
Get project template access and security settings
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/projectTemplates/{projectTemplateUid}/accessSettings
{
  "downloadEnabled": true,
  "webEditorEnabledForLinguists": true,
  "showUserDataToLinguists": true,
  "emailNotifications": true,
  "strictWorkflowFinish": true,
  "useVendors": true,
  "linguistsMayEditLockedSegments": true,
  "usersMaySetAutoPropagation": true,
  "allowLoadingExternalContentInEditors": true,
  "allowLoadingIframes": true,
  "linguistsMayEditSource": true,
  "linguistsMayEditTagContent": true,
  "linguistsMayDownloadLqaReport": true,
  "usernamesDisplayedInLqaReport": true,
  "userMaySetInstantQA": true,
  "triggerWebhooks": true,
  "notifyJobOwnerStatusChanged": true,
  "vendors": {
    "canChangeSharedJobDueDateEnabled": true,
    "canChangeSharedJobDueDate": [
      {
        "uid": "<string>"
      }
    ],
    "jobVendorsMayUploadReferences": true
  },
  "allowedDomains": [
    "<string>"
  ]
}

Path Parameters

projectTemplateUid
string
required

Response

successful operation

downloadEnabled
boolean
webEditorEnabledForLinguists
boolean
showUserDataToLinguists
boolean
emailNotifications
boolean
strictWorkflowFinish
boolean
useVendors
boolean
linguistsMayEditLockedSegments
boolean
usersMaySetAutoPropagation
boolean
allowLoadingExternalContentInEditors
boolean
allowLoadingIframes
boolean
linguistsMayEditSource
boolean
linguistsMayEditTagContent
boolean
linguistsMayDownloadLqaReport
boolean
usernamesDisplayedInLqaReport
boolean
userMaySetInstantQA
boolean
triggerWebhooks
boolean
notifyJobOwnerStatusChanged
boolean
vendors
object
allowedDomains
string[]
I