curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/quotes \
--header 'Authorization: <api-key>'{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": 123,
"uid": "<string>",
"name": "<string>",
"status": "APPROVED",
"currency": "<string>",
"billingUnit": "Character",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"totalPrice": 123,
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"priceList": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"workflowStepList": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"provider": {
"type": "<string>",
"id": "<string>",
"uid": "<string>"
},
"customerEmail": "<string>",
"quoteType": "BUYER",
"editable": true,
"outdated": true,
"analyseUid": "<string>",
"innerId": 123
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/quotes \
--header 'Authorization: <api-key>'{
"totalElements": 123,
"totalPages": 123,
"pageSize": 123,
"pageNumber": 123,
"numberOfElements": 123,
"content": [
{
"id": 123,
"uid": "<string>",
"name": "<string>",
"status": "APPROVED",
"currency": "<string>",
"billingUnit": "Character",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"totalPrice": 123,
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"priceList": {
"id": "<string>",
"uid": "<string>",
"name": "<string>"
},
"workflowStepList": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"provider": {
"type": "<string>",
"id": "<string>",
"uid": "<string>"
},
"customerEmail": "<string>",
"quoteType": "BUYER",
"editable": true,
"outdated": true,
"analyseUid": "<string>",
"innerId": 123
}
],
"sort": {
"orders": [
{
"direction": "ASC",
"property": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Name to search by
x >= 0Page size, accepts values between 1 and 50, default 50
1 <= x <= 50Sorting field
DATE_CREATED, INNER_ID Sorting order
asc, desc Was this page helpful?