Authorization: Bearer ********************
curl --location --request GET 'https://open.qfei.cn/open-apis/rule_engine/v1/products/rule_product/groups/rule_group/rule_tables/rule_table_id/table_rows/7113921696628736004?user_id_type&department_id_type=department_id' \ --header 'Authorization: Bearer <token>'
{ "code":0, "data":{ "table_row":{ "id":"7113921696628736004", "table_cells":[ { "table_cell_content":{ "bool":null, "collection":null, "department_collection":null, "employee_collection":[ "ou-sdwerdfvdc", "ou-ewrewdfsdvc" ], "role_collection":null, "number":null, "string":null }, "table_cell_content_type":"EMPLOYEE_COLLECTION", "table_column_id":"6113921696628736003" } ] } }, "msg":"success" }