*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| URL | /api/stool-color/ |
| Description | GET: Fetching all barcodes with their associated color |
| Method | GET |
| Request Body Data | |
| "Response | {
"colors": [
{
"barcode_id": "XXXXX",
"color": "XXXXX"
},
{
"barcode_id": "0072140633868XXX",
"color": "Rust BrownXXX"
}, |
| URL | /api/stool-color/ |
| Description | GET: Fetch all valid barcodes in MongoDB |
| Method | GET |
| Request Body Data | |
| "Response | { "barcode_id": [ "XXX1", "XXX2", "XXX3", |