API Documentation
- Additional Workflow Step
- Analysis
- Async Request
- Authentication
- Bilingual File
- Business Unit
- Buyer
- Client
- Connector
- Conversations
- Cost Center
- Custom Fields
- Custom File Type
- Domain
- Due Date Scheme
- Email Template
- File
- Glossary
- Import settings
- Job
- Language AI
- Language Quality Assessment
- Machine Translation
- Machine Translation Settings
- Mapping
- Net Rate Scheme
- Notifications
- Price List
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- GETGET list LQA profiles
- POSTCreate LQA profile
- GETGet list of LQA profile authors
- GETGet LQA profile default values
- GETGet LQA profile details
- PUTUpdate LQA profile
- DELDelete LQA profile
- POSTMake LQA profile default
- POSTDuplicate LQA profile
- POSTRun quality assurance (batch)deprecated
- POSTEdit ignored checks
- POSTAdd ignored warnings
- DELDelete ignored warnings
- POSTRun quality assurancedeprecated
- GETGet list of LQA profile authors
- POSTAdd ignored warnings
- DELDelete ignored warnings
- POSTRun quality assurance (batch)deprecated
- POSTRun quality assurance on selected segmentsdeprecated
- GETGet QA settings
- POSTRun quality assurancedeprecated
- GETGet QA settings for job
- POSTRun quality assurance (batch)
- POSTRun quality assurance on selected segments
- POSTRun quality assurance
- POSTRun quality assurance (batch)
- POSTRun quality assurance on selected segments
- POSTRun quality assurance on selected segments and save segments
- GETGet QA settings for project
- POSTRun quality assurance
- GETGet QA settings for job part
- GET
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Quality Assurance
Get list of LQA profile authors
GET
/
api2
/
v2
/
lqa
/
profiles
/
authors
Get list of LQA profile authors
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/lqa/profiles/authors
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Query Parameters
Page number, starting with 0, default 0
Required range:
x >= 0
Page size, accepts values between 1 and 50, default 20
Required range:
1 <= x <= 50
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Get list of LQA profile authors
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v2/lqa/profiles/authors
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.