The GetBusinessPackagesRecordCount() command returns the number of business packages in Field View.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
|
apiToken | string | 20 | Y |
Your API security token configured in Field View. |
|
businessPackageDescription | string | 100 | |
Filters the returned results where the business package description contains the supplied string. |
|
businessUnitIDs | String[] | 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(). |
| activeOnly | boolean | | Y |
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>