OK
GET /library-query-records/listByLibraryQueryId?libraryQueryId=text HTTP/1.1
Host: api
Accept: */*
OK
{
"code": 1,
"message": "text",
"data": [
{
"id": "text",
"libraryQueryId": "text",
"datasourceType": "text",
"tag": "text",
"commitMessage": "text",
"createTime": 1,
"creatorName": "text"
}
],
"success": true
}