Returns ()
The bottom method attempts to return only one value but if the search is not specific enough it will return an error stating there was more than one item found.
Name | Description |
---|---|
folder | |
query | |
includeChildFolders | |
spanScope |
Example in C#
// Returns: T
var item = await client.SearchOneAsync<T>(FolderInfo folder, String query, Boolean includeChildFolders, Boolean spanScope);
Example in CURL
#Search One
curl -X GET \
https://api.us.acresecurity.cloud/api/f/Instance.key?q=YOUR_QUERY&includeChildFolders=True&spanScope=False \
-H 'Authorization: Bearer TOKEN_GOES_HERE'