ListByLibraryQueryId

get

/api/library-query-records/listByLibraryQueryId

Authorizations
Query parameters
libraryQueryIdstringrequired
Responses
curl -L \
  --url '//api/library-query-records/listByLibraryQueryId?libraryQueryId=text'
{
  "code": 1,
  "message": "text",
  "data": [
    {
      "id": "text",
      "libraryQueryId": "text",
      "datasourceType": "text",
      "tag": "text",
      "commitMessage": "text",
      "createTime": 1,
      "creatorName": "text"
    }
  ],
  "success": true
}