https://api.tapeapp.com/v1/record/filter/app/xxxx
Unable to filter by “unique id” field. The request always returned every records in that table. I have tried all combination of request “types”, text, number, unique_id.
I could filter by a number field column, but having issue with “unique_id” field.
BTW, Tapeapp has access the schema from the field_id, why the “TYPE” property is required for input hint. It should be omittable. If it is a requirement for couple of data-type(s), then document and implement just for those.
Blockquote
{
“filters”: [
{
“field_id”: 20XXX,
“match_type”: “equal”,
“values”: [
{
“value”: 111
}
],
“type”:“unique_id”
}
]
}
Blockquote
Thanks