Account - Completed Trails API
Gets the list of trails that the account holder has marked as completed.
This will only retrieve information for logged in accounts.
Minimum Tag
{{ _api.trails.accountCompleteTrails.templateId('1') }}
API Tag Parameters
Parameter | Description |
---|---|
instanceKey
i |
The key for the instance to get results in. If nothing is passed then the current instance will be used if this is called within the same app. You can alternately use the short form "i" (lowercase I) instead of "instanceKey" Type: String Examples: instanceKey('app-instance-key') i('app-instance-key') |
template
t |
Required if responseFormat is not 'data'. The template key of the template to use. If this is not passed when it's required then nothing will be returned. In some cases, by not passing this parameter you will get just the raw data back. You an alternately use the short form "t" instead of "template" Type: String Examples: template('template-key') t('template-key') |