GetCardFormatsAsync

Returns (Task<IEnumerable>)

Find all the Card Formats in the designated Folder.

Name Description
folder

Get Card Formats Async

Example in C#

// Returns: IEnumerable<CardFormatInfo>
var cardFormatInfo = await client.GetCardFormatsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/cardformats \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'