Warning |
---|
Not yet available in Staging or Production. API specs subject to change. |
Overview
Every survey in PureSpectrum has a list of suppliers that send sample. You may update the list of suppliers, and their goal, using this API endpoint
...
Response Body
Code Block |
---|
| [
{
"group_ref": null,
"group_name": null,
"completes_goal": 25,
"remaining": 25100,
"fielded": 0,
"cpi": 33.42,
"last_start_date" : 1567689786984"",
"group_ref "intent": null, {
"groupintent_namevalue": null, 0
},
"suppliers": [
{
"id": 3,
"name": "supplierSupplier 3"
}
]
},
{
"group_ref": null,
"group_name": null,
"completes_goal": 25,
"remaining": 25100,
"fielded": 0,
"cpi": 12,
"last_start_date" : 1567689786984,"",
"group_refintent": null,{
"groupintent_namevalue": null,0
},
"suppliers": [
{
"id": 1,
"name": "supplierSupplier 1"
}
]
}
] |
|