curl --request GET \
--url https://api.vollna.com/v1/proposals \
--header 'X-API-TOKEN: <api-key>'{
"data": [
{
"id": 1,
"applicationUid": "1234567890123456789",
"submittedAt": "2023-11-07T05:31:56Z",
"coverLetter": "<string>",
"answers": [
{
"question": "<string>",
"answer": "<string>"
}
],
"jobDetails": {
"title": "<string>",
"postedAt": "2023-11-07T05:31:56Z"
},
"freelancer": {
"id": 1,
"fullName": "John Doe"
},
"businessManager": {
"id": 2,
"fullName": "Jane Doe"
},
"upworkProfile": {
"id": 1,
"label": "ACME, Inc.",
"type": "agency"
},
"upworkOrganization": {
"id": 1,
"label": "ACME, Inc.",
"type": "agency"
},
"connects": 16,
"boost": 8,
"terms": {
"fixedPrice": 1000,
"hourlyRate": 100,
"increasePercent": 10,
"increaseFrequency": 3
},
"isViewed": true,
"isInterviewed": true,
"isHired": true,
"isWithdrawn": true,
"isInvitation": true,
"isArchived": true,
"occupationUid": "<string>",
"occupationTitle": "<string>",
"submissionPosition": 3,
"boostOutbid": true,
"coverLetterVariant": "<string>",
"biddingTemplate": {
"id": 123,
"name": "<string>"
},
"project": {
"title": "<string>",
"description": "<string>",
"skills": "<string>",
"url": "<string>",
"publishedAt": "2023-11-07T05:31:56Z",
"clientQuestions": [
"<string>"
],
"categories": [
"<string>"
],
"site": "<string>",
"budget": {
"type": "Fixed price",
"amount": "<string>"
},
"clientDetails": {
"paymentMethodVerified": true,
"country": "<string>",
"totalSpent": 103580,
"totalHires": 100,
"hireRate": 0.5,
"rating": 4.5,
"reviews": 78
},
"clientWorkHistory": [
{
"job_info": {
"uid": "<string>",
"title": "<string>",
"type": "<string>"
},
"status": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"total_hours": 123,
"total_charge": 123,
"feedback": {
"score": 123,
"comment": "<string>"
},
"feedback_to_client": {
"score": 123,
"comment": "<string>"
},
"rate": {
"amount": 123
}
}
]
}
}
],
"pagination": {
"total": 100,
"page": 1,
"limit": 20,
"pages": 5
}
}Returns a list of proposals for a specific Upwork profile
curl --request GET \
--url https://api.vollna.com/v1/proposals \
--header 'X-API-TOKEN: <api-key>'{
"data": [
{
"id": 1,
"applicationUid": "1234567890123456789",
"submittedAt": "2023-11-07T05:31:56Z",
"coverLetter": "<string>",
"answers": [
{
"question": "<string>",
"answer": "<string>"
}
],
"jobDetails": {
"title": "<string>",
"postedAt": "2023-11-07T05:31:56Z"
},
"freelancer": {
"id": 1,
"fullName": "John Doe"
},
"businessManager": {
"id": 2,
"fullName": "Jane Doe"
},
"upworkProfile": {
"id": 1,
"label": "ACME, Inc.",
"type": "agency"
},
"upworkOrganization": {
"id": 1,
"label": "ACME, Inc.",
"type": "agency"
},
"connects": 16,
"boost": 8,
"terms": {
"fixedPrice": 1000,
"hourlyRate": 100,
"increasePercent": 10,
"increaseFrequency": 3
},
"isViewed": true,
"isInterviewed": true,
"isHired": true,
"isWithdrawn": true,
"isInvitation": true,
"isArchived": true,
"occupationUid": "<string>",
"occupationTitle": "<string>",
"submissionPosition": 3,
"boostOutbid": true,
"coverLetterVariant": "<string>",
"biddingTemplate": {
"id": 123,
"name": "<string>"
},
"project": {
"title": "<string>",
"description": "<string>",
"skills": "<string>",
"url": "<string>",
"publishedAt": "2023-11-07T05:31:56Z",
"clientQuestions": [
"<string>"
],
"categories": [
"<string>"
],
"site": "<string>",
"budget": {
"type": "Fixed price",
"amount": "<string>"
},
"clientDetails": {
"paymentMethodVerified": true,
"country": "<string>",
"totalSpent": 103580,
"totalHires": 100,
"hireRate": 0.5,
"rating": 4.5,
"reviews": 78
},
"clientWorkHistory": [
{
"job_info": {
"uid": "<string>",
"title": "<string>",
"type": "<string>"
},
"status": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"total_hours": 123,
"total_charge": 123,
"feedback": {
"score": 123,
"comment": "<string>"
},
"feedback_to_client": {
"score": 123,
"comment": "<string>"
},
"rate": {
"amount": 123
}
}
]
}
}
],
"pagination": {
"total": 100,
"page": 1,
"limit": 20,
"pages": 5
}
}API token for authentication
Upwork profile ID (from /profiles API endpoint)
Organization ID (from /organizations API endpoint)
Page number
x >= 1Items per page
10 <= x <= 100Sort field
submittedAt Sort order
ASC, DESC Successful operation
Show child attributes
Proposal ID
1
Application UID
"1234567890123456789"
Submission date and time
Cover letter
Deprecated, use upworkProfile instead
Connects spent
16
Boost
8
Submission position
3
Linked project from Vollna database (if found via Elasticsearch)
Show child attributes
Project title
Project description
Required skills, comma-separated
Project URL
When the project was published
Questions from the client
Project categories
Source site (e.g. Upwork.com)
Show child attributes
Whether client's payment method is verified
Client's country
Total amount spent by client
103580
Total number of hires by client
100
Client's hire rate
0.5
Client's rating
4.5
Number of client reviews
78
Client's work history with previous freelancers
Show child attributes
Job status (e.g., 'ACTIVE' for jobs in progress)
Job start date
Job end date
Total hours worked
Total amount charged
Was this page helpful?