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
- GETList price lists
- POSTCreate price list
- GETGet price list
- PUTUpdate price list
- DELDelete price list
- POSTClone price list
- GETExport translation price list
- POSTImport translation price list
- GETList price sets
- POSTAdd language pairs
- DELRemove language pairs
- POSTEdit minimum prices
- POSTEdit prices
- DELRemove language pair
- GET
- 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 Step
- XML Assistant
Price List
List price lists
GET
/
api2
/
v1
/
priceLists
List price lists
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/priceLists
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"uid": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"name": "<string>",
"currencyCode": "<string>",
"billingUnit": "Character",
"isDefault": true,
"priceSets": [
{
"sourceLang": "<string>",
"targetLang": "<string>",
"minimumPrice": 123,
"prices": [
{
"workflowStep": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
},
"price": 123
}
]
}
]
}
],
"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 50
Required range:
1 <= x <= 50
Filter for name
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
List price lists
Copy
Ask AI
curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/priceLists
Copy
Ask AI
{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": "<string>",
"uid": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"name": "<string>",
"currencyCode": "<string>",
"billingUnit": "Character",
"isDefault": true,
"priceSets": [
{
"sourceLang": "<string>",
"targetLang": "<string>",
"minimumPrice": 123,
"prices": [
{
"workflowStep": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"abbr": "<string>",
"order": 123,
"lqaEnabled": true
},
"price": 123
}
]
}
]
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.