Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guide iconUser guide
Developer guide iconDeveloper guide
Admin guide iconAdmin guide
English
  • Русский
  • English
Login
    User API documentationAPI interactionMatching
      Profilesarrow
    • Import profileUpdate profileImport multiple profilesUpdate multiple profilesAdd multiple profilesAdd profile to databaseQuick profile importImport profile to RabbitMQGet profile dataUploading profiles to a fileSuspend all database profilesUnsuspend all profiles in a databaseDelete profileSubscription fields functional updateDatabase fields functional updateMerging multiple profilesUnsubscribe profile from resourceProfile splitting
        Subscriptionsarrow
      • Add or edit subscriptionGet all profile subscriptionsGet all subscriptions from multiple profilesGet profile subscriptionDelete profile subscriptionRestore deleted subscriptionSuspend all subscriptionsUnsuspend all suspended subscriptions
        Action historyarrow
      • Get profile action historyGet multiple profiles action history
        Profile relationsarrow
      • Attach relationDetach relationModify relation propertiesOverwrite relation propertiesGet profile relations infoGet profile relations info
      Get data for multiple profiles
      Databasesarrow
    • Get database statisticsUpdate statistics on databaseGet database listGet database informationGet database fieldsDatabase wipe
      Resourcesarrow
    • Get resource statisticsUpdate statistics on resourceGet resources listGet resource informationGet resource subscription fields
      Segmentsarrow
    • Get statistics on resourceUpdate statistics on segmentAdd or remove profileGet profile data in a static segmentCreate segmentUpdate segmentGet segment informationGet segments listDelete segment
      Suppression listsarrow
    • Create suppression listUpdate suppression listGet suppression list infoGet the list of suppression listsDelete suppression listUpload suppression list data to file
        Suppression list actionsarrow
      • Check if email is suppressedAdd email to suppression listAdd multiple emails to suppression listRemove email from suppression listRemove all emails from suppression listCheck if domain is suppressedAdd domain to suppression listAdd multiple domains to suppression listRemove domain from suppression listRemove all domains from suppression listCheck if phone number is suppressedAdd phone number to suppression listAdd multiple phones to suppression listRemove phone number from suppression listRemove all phone numbers from suppression list
      Templates and fragmentsarrow
    • Get templates listGet template infoDelete templateAdd templateUpdate templateChannel object
      Campaignsarrow
    • Get campaign informationGet campaign listActivate campaignComplete campaignDeactivate campaignGet campaign status
      Mailingsarrow
    • Activate mailingDeactivate mailingGet mailing listGet mailing informationGet mailing logClone mailingDelete mailingGet mailing status
        Broadcast mailingsarrow
      • Get broadcasts listGet broadcast informationCreate broadcast mailingUpdate broadcast mailingLaunch a broadcast mailing
        Regular mailingsarrow
      • Get regular mailings listGet regular mailing informationCreate regular mailingUpdate regular mailingLaunch a regular mailing
        Trigger mailingsarrow
      • Get trigger mailings listGet trigger mailing informationCreate trigger mailingUpdate trigger mailingTrigger launch (API call)Profile import + trigger mailing launchTask for bulk trigger launchTask for bulk profiles import + trigger launchBulk trigger launchBulk profiles import + trigger mailing launchClone a trigger mailingData array
      Automation scenariosarrow
    • Engage profile in scenarioImport and engage profile in scenarioBatch import and engage profiles in a scenarioTask for batch import and engaging profiles in the scenarioGet scenarios listActivate scenarioDeactivate scenario
      Loyalty Programsarrow
    • Get profile tier in a loyalty programExport points transactionsExpiring points for a periodGet profile account transactionsGet trigger promotions listAccrue points to a memberRedeem member pointsCommit temporary transactionPreliminary Order CalculationOrder ConfirmationRoll back temporary transactionCancel points transactionGet points account balanceRegister member in a loyalty programBatch adding participants to loyalty programTask for batch add participants to loyalty programRemove member from loyalty program
      Formsarrow
    • Get form informationGet form listGet form fillsPublish formUnpublish formDelete form
      Promo codesarrow
    • Import promo codesGet promo code informationActivate promo codeUpdate promo codeAttach promo codeDetach promo codeGet all promo codes
      Goalsarrow
    • Goals and goal values registration
      Application push notificationsarrow
    • Processing and adding a subscriptionAdd app push events
      Marketarrow
      • Market objectsarrow
      • Order data objectProduct data objectSKU data objectCategories arrayCustom fields array
        Ordersarrow
      • Import order and item statusesGet orders listDelete orderGet order statusUpdate order line status
        Products and SKUarrow
      • Import products, SKUs and categoriesImport SKUs and categoriesGet products listGet SKUs listDelete productsDelete SKU
      Analytic reportsarrow
    • Get summary reportGet soft bounces reportGet undeliveries report
      Sendersarrow
    • Get senders list
        Virtual senders (Smart accounts only)arrow
      • Get virtual senders listGet virtual sender informationClone virtual senderCreate virtual senderUpdate virtual senderDelete virtual sender
      External datatables queriesarrow
      • Segmentation queriesarrow
      • Add segmentation queryUpdate segmentation queryGet segmentation query informationGet segmentation queries listDelete segmentation query
        Template queriesarrow
      • Add template queryUpdate template queryGet template query informationGet template queries listDelete template query
      Objectsarrow
    • AKMTA objectContent objectEmail rule objectFile objectProfile data objectSMS rule objectSender objectSender typesStart schedule objectSubscription objectTrigger types
      Miscellaneousarrow
    • Upload fileGet message web versionPush providersDeduplication of requestsHow to send API request with RabbitMQList of gender identificationsObtain valid values for fields: browsers, devices, tz, oses, languages
    Importing the API collection in PostmanList of API endpoints
      SDKarrow
      • mSDKarrow
        • Androidarrow
        • Quick StartSDK FunctionalitySDK ConfigurationPublic SDK API
            Provider configuration androidarrow
          • Firebase Cloud MessagingHuawei Mobile ServicesRuStore
          iOSarrow
        • Quick StartSDK FunctionalitySDK ConfigurationPublic SDK API
            Provider configurationarrow
          • Apple Push Notification ServiceFirebase Cloud MessagingHuawei Mobile Services
          React Native (Android/iOS)arrow
        • Quick StartSDK ConfigurationSDK FunctionalityPublic SDK APIProvider setup
        Managing JWT and Role Token
  • Forms
  • Get form list

Get form list

Description​

The method returns a list of forms with the ability to filter by tags, groups, publication status, and NPS type.

URL​

Method: POST

https://example.com/api/v1.1/forms/list

Request Parameters​

ParameterTypeExampleRequiredDescription
tokenstringa1b2c3d4e5f67890abcdef1234567890YesAPI token
from_idint1NoID of the first form in the response
limitint50NoLimit on the number of returned data
ui_tagsarray[string]["main", "feedback"]NoList of tags to search
groupsarray[string]["clients", "partners"]NoList of groups to search
groups_idarray[int][5, 12]NoList of group IDs to search
is_npsbooleantrueNoFilter by NPS forms
is_publishedbooleantrueNoFilter by published forms

Request Example​

  • JSON
  • XML
{
"token": "a1b2c3d4e5f67890abcdef1234567890",
"id": 1,
"limit": 1,
"is_nps": true
}
<xml>
<token>a1b2c3d4e5f67890abcdef1234567890</token>
<id>1</id>
<limit>2</limit>
<is_nps>true</is_nps>
</xml>

Response Example​

  • JSON
  • XML
{
"data": [
{
"id": 1,
"group_id": 0,
"groups_id": [],
"is_delete": false,
"createtime": "2026-02-20T10:43:51.91Z",
"updatetime": "2026-03-26T13:19:23.961Z",
"name": "Customer Survey",
"shortname": "form_6Ven2v7O",
"descr": "",
"type": "basic",
"ui_tags": [],
"is_nps": false,
"is_published": false,
"is_temporary": false,
"total_report": {
"is_form_fill": false,
"uloads": 0,
"loads": 0,
"uposts": 0,
"posts": 0,
"avg_fill_time_sec": 0
},
"updated_user": {
"name": "userguide",
"fname": "John",
"lname": "Doe",
"avatar_date_update": ""
}
}
],
"error": 0,
"error_text": "Successful operation",
"total_count": 1
}
<xml>
<data>
<id>1</id>
<group_id>0</group_id>
<is_delete>false</is_delete>
<createtime>2026-02-20T10:43:51.91Z</createtime>
<updatetime>2026-03-26T13:19:23.961Z</updatetime>
<name>Customer Survey</name>
<shortname>form_6Ven2v7O</shortname>
<descr></descr>
<type>basic</type>
<is_nps>false</is_nps>
<is_published>false</is_published>
<is_temporary>false</is_temporary>
<total_report>
<is_form_fill>false</is_form_fill>
<uloads>0</uloads>
<loads>0</loads>
<uposts>0</uposts>
<posts>0</posts>
<avg_fill_time_sec>0</avg_fill_time_sec>
</total_report>
<updated_user>
<name>userguide</name>
<fname>John</fname>
<lname>Doe</lname>
<avatar_date_update></avatar_date_update>
</updated_user>
</data>
<error>0</error>
<error_text>Successful operation</error_text>
<total_count>1</total_count>
</xml>

Response Parameters​

ParameterTypeDescription
errorintError code
error_textstringError text
total_countintTotal number of forms
dataarray[object]Array of form objects

data Array​

ParameterTypeDescription
idintSystem form ID
group_idintGroup ID
groups_idarray[int]List of group IDs
is_deletebooleanDeletion flag
createtimestring (date-time)Creation date and time
updatetimestring (date-time)Update date and time
namestringForm name
shortnamestringForm short name
descrstringForm description
typestringForm type
ui_tagsarray[string]List of UI tags
is_npsbooleanNPS form flag
is_publishedbooleanPublication status
is_temporarybooleanTemporary form flag
total_reportobjectForm report
updated_userobjectUser who updated the form

total_report Object​

ParameterTypeDescription
is_form_fillbooleanWhether form has fills
uloadsintNumber of unique loads
loadsintTotal number of loads
upostsintNumber of unique submissions
postsintTotal number of submissions
avg_fill_time_secintAverage fill time (in seconds)

updated_user Object​

ParameterTypeDescription
namestringUsername
fnamestringFirst name
lnamestringLast name
avatar_date_updatestringAvatar update date
Last updated on May 6, 2026
Previous
Get form information
Next
Get form fills
  • Description
  • URL
  • Request Parameters
  • Request Example
  • Response Example
  • Response Parameters
    • data Array
    • total_report Object
    • updated_user Object
© 2015 - 2026 Altcraft, LLC. All rights reserved.