GetBusinessPackagesRecordCount()

The GetBusinessPackagesRecordCount() command returns the number of business packages in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
businessPackageDescriptionstring100 Filters the returned results where the business package description contains the supplied string.
businessUnitIDsString[]100 Filters the returned results where the business package is business unit, is in the supplied business unit ids. Otherwise, the function will return all business packages in and above the business unit ID the API token was configured against. The business units ids should be contained in GetBusinessUnits().
activeOnlybooleanY If true, only active business packages will be returned. If false, all business packages will be returned.
<RecordCountReponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <RecordCount></RecordCount>
   </RecordCountReponse>