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
- Quote
- SCIM
- Segmentation Rules
- Service
- Spell Check
- SubDomain
- Supported Languages
- Term Base
- Translation
- Translation Memory
- User
- Vendor
- Webhook
- Workflow changes
- Workflow Step
- XML Assistant
Net Rate Scheme
Get net rate scheme
GET
/
api2
/
v1
/
netRateSchemes
/
{netRateSchemeUid}
Get net rate scheme
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/netRateSchemes/{netRateSchemeUid}
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"organization": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"workflowStepNetSchemes": [
{
"id": "<string>",
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
}
],
"rates": {
"repetition": 123,
"tm101": 123,
"tm100": 123,
"tm95": 123,
"tm85": 123,
"tm75": 123,
"tm50": 123,
"tm0": 123,
"mt100": 123,
"mt95": 123,
"mt85": 123,
"mt75": 123,
"mt50": 123,
"mt0": 123,
"nt100": 123,
"nt99": 123,
"nt85": 123,
"nt75": 123,
"nt50": 123,
"nt0": 123,
"if100": 123,
"if95": 123,
"if85": 123,
"if75": 123,
"if50": 123,
"if0": 123
}
}
Path Parameters
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Get net rate scheme
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/netRateSchemes/{netRateSchemeUid}
Copy
Ask AI
{
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"organization": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"workflowStepNetSchemes": [
{
"id": "<string>",
"workflowStep": {
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
}
],
"rates": {
"repetition": 123,
"tm101": 123,
"tm100": 123,
"tm95": 123,
"tm85": 123,
"tm75": 123,
"tm50": 123,
"tm0": 123,
"mt100": 123,
"mt95": 123,
"mt85": 123,
"mt75": 123,
"mt50": 123,
"mt0": 123,
"nt100": 123,
"nt99": 123,
"nt85": 123,
"nt75": 123,
"nt50": 123,
"nt0": 123,
"if100": 123,
"if95": 123,
"if85": 123,
"if75": 123,
"if50": 123,
"if0": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.