curl --request GET \
--url https://api.vollna.com/v1/filters/{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
},
"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": 123,
"limit": 123,
"is_last": true,
"next_cursor": 123,
"latest_published_ts": 123
}
}Returns a list of projects matching a monitoring filter
curl --request GET \
--url https://api.vollna.com/v1/filters/{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
},
"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": 123,
"limit": 123,
"is_last": true,
"next_cursor": 123,
"latest_published_ts": 123
}
}API token for authentication
Filter ID
Items per page
10 <= x <= 100Cursor for pagination (timestamp)
Latest published timestamp
Was this page helpful?