You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to document the content of each field from the API's documentation? (e.g. status can be "U", "V", "P", "D", etc.)
What is filt_last_annot?
Is validfromdate really only for validation date or just any annotation action (e.g. marking an object as dubious counts)? I am thinking the later, hence the change of name.
The text was updated successfully, but these errors were encountered:
"filt_last_annot" is a filter on last annotator. unlike "filt_annot" which digs in annotation history as well.
True that validfromdate/validtodate toggles a filter on obj_head.classif_when, which is set as well when the object becomes dubious. The DB column might be misnamed...
/object_set/{project_id}/query
Rename to
/object_set/{project_id}/filter
or/object_set/{project_id}/define
.Rename and reorder query parameters to
Is it possible to document the content of each field from the API's documentation? (e.g.
status
can be "U", "V", "P", "D", etc.)What is
filt_last_annot
?Is
validfromdate
really only for validation date or just any annotation action (e.g. marking an object as dubious counts)? I am thinking the later, hence the change of name.The text was updated successfully, but these errors were encountered: