curl --request GET \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/quotes
{
"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>",
"name": "<string>",
"uid": "<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
{
"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>",
"name": "<string>",
"uid": "<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>"
}
]
}
}
Name to search by
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Sorting field
DATE_CREATED
, INNER_ID
Sorting order
asc
, desc
successful operation
The response is of type object
.
Was this page helpful?