Path Parameters
Response
successful operation
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/accessSettings
{
"downloadEnabled": true,
"webEditorEnabledForLinguists": true,
"showUserDataToLinguists": true,
"emailNotifications": true,
"strictWorkflowFinish": true,
"useVendors": true,
"linguistsMayEditLockedSegments": true,
"linguistsMaySetAutoPropagation": true,
"linguistsMayEditTagContent": true
}
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/accessSettings
{
"downloadEnabled": true,
"webEditorEnabledForLinguists": true,
"showUserDataToLinguists": true,
"emailNotifications": true,
"strictWorkflowFinish": true,
"useVendors": true,
"linguistsMayEditLockedSegments": true,
"linguistsMaySetAutoPropagation": true,
"linguistsMayEditTagContent": true
}
successful operation
Was this page helpful?