We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
curl --location --request GET 'https://staging.spectrumsurveys.com/buyers/v2/surveys//adjustments/'
{ "adjustment_id": "abc06685-b59c-4351-8910-ad3870cf7ffd", "status": 6, "statusDescription": "Success", "summary": { "currentCompletes": 0, "transactions": 2, "desiredStatus": 0, "validCap": true, "totalRejects": 0, "eligible": 2, "rejected": 0, "summaryPerSurvey": [ { "surveyId": 1177148, "currentCompletes": 0, "transactions": 1, "desiredStatus": 0, "validCap": true, "totalRejects": 0, "eligible": 1, "rejected": 0 }, { "surveyId": 1177145, "currentCompletes": 0, "transactions": 1, "desiredStatus": 0, "validCap": true, "totalRejects": 0, "eligible": 1, "rejected": 0 } ] } }