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
It will return the data resources which uses this species and created by username = [email protected]
We can add extra key-value pair params, in this example : username is the key, eq:[email protected] is the value, and further , eq: is interpreted =. Finally, username=eq:[email protected] will be interpreted to [email protected]
The query methods only support such as order,exists,distinct,and,not,notExists,avg,readOnly,ne,property,ge,min,max,count,isEmpty, etc
And limited keys in list are supported:
"listType", "region","ownerFullName","dateCreated" ,"firstName" ,"lastUploaded"
"lastUpdated"
"listName"
"wkt"
"generalisation"
"version"
"surname"
"isInvasive"
"looseSearch"
"isBIE"
"sdsType"
"userId" -
"isAuthoritative"
"lastMatched"
"items"
"username"
"url"
"authority"
"isPrivate"
"editors"
"category"
"dataResourceUid"
"isSDS"
"description"
"isThreatened"
"itemsCount"
The text was updated successfully, but these errors were encountered:
It supports dynamic query on 'myList' , for example:
http://localhost:8080/ws/species/https://biodiversity.org.au/afd/taxa/76f4ad27-475e-4a93-bc61-3fbe2a896283?username=eq:[email protected]
It will return the data resources which uses this species and created by username = [email protected]
We can add extra key-value pair params, in this example :
username
is the key,eq:[email protected]
is the value, and further ,eq:
is interpreted=
. Finally,username=eq:[email protected]
will be interpreted to[email protected]
The query methods only support such as order,exists,distinct,and,not,notExists,avg,readOnly,ne,property,ge,min,max,count,isEmpty, etc
And limited keys in list are supported:
"listType", "region","ownerFullName","dateCreated" ,"firstName" ,"lastUploaded"
"lastUpdated"
"listName"
"wkt"
"generalisation"
"version"
"surname"
"isInvasive"
"looseSearch"
"isBIE"
"sdsType"
"userId" -
"isAuthoritative"
"lastMatched"
"items"
"username"
"url"
"authority"
"isPrivate"
"editors"
"category"
"dataResourceUid"
"isSDS"
"description"
"isThreatened"
"itemsCount"
The text was updated successfully, but these errors were encountered: