Returns (Task<IEnumerable>) Returns (Task<IEnumerable>)
Find all Generic items in the designated Folder.
Name | Description |
---|---|
folder | |
typeName | |
folder | |
typeName |
Example in C#
// Returns: IEnumerable<GenericInfo>
var genericInfo = await client.GetGenericsAsync(FolderInfo folder, String typeName);
Example in C#
// Returns: IEnumerable<T>
var item = await client.GetGenericsAsync<T>(FolderInfo folder, String typeName);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/generics?typeName=ExampleTypeNameFor_cUrl \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/generics?typeName=ExampleTypeNameFor_cUrl \
-H 'Authorization: Bearer TOKEN_GOES_HERE'