ListByOrg
get
Authorizations
Responses
200
OK
*/*
get
GET /library-queries/listByOrg HTTP/1.1
Host: api
Accept: */*
200
OK
{
"code": 1,
"message": "text",
"data": [
{
"id": "text",
"organizationId": "text",
"name": "text",
"libraryQueryDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"createTime": 1,
"creatorName": "text"
}
],
"success": true
}