curl --request GET \
--url https://api.vollna.com/v1/results/{id}/projects \
--header 'X-API-TOKEN: <api-key>'{
"data": [
{
"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
}
}
],
"pagination": {
"total": 100,
"page": 1,
"limit": 20,
"pages": 5
}
}Returns a list of projects associated with a monitoring result
curl --request GET \
--url https://api.vollna.com/v1/results/{id}/projects \
--header 'X-API-TOKEN: <api-key>'{
"data": [
{
"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
}
}
],
"pagination": {
"total": 100,
"page": 1,
"limit": 20,
"pages": 5
}
}API token for authentication
Result ID
Page number
x >= 1Items per page
10 <= x <= 100Successful operation
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
Was this page helpful?