GetProjectsRecordCount()
The GetProjectsRecordCount() command returns the number of projects in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectName | string | 100 | Filters the returned results where the project name contains the supplied string. | |
businessUnitIDs | String[] | 100 | Filters the returned results where the project's business unit is in the supplied business unit IDs. Otherwise, the function will return all projects in and below the business unit ID against which the API token was configured. The business units IDs should be contained in GetBusinessUnits(). | |
activeOnly | boolean | Y | If true, only active projects will be returned. If false, all projects will be returned. |
<RecordCountReponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<RecordCount></RecordCount>
</RecordCountReponse>