Scores
View many or all contacts by including their ID's or various filters.
Table Specific Information
Select
The add-in uses the ActiveCampaign API to process some of the filters.
For example, the following query is processed server side:
SELECT * FROM Scores WHERE Id = 10
Columns
| Name | Type | Description |
| Id | String | The Id column of the Scores table. |
| Cdate | Datetime | The Cdate column of the Scores table. |
| Descript | String | The Descript column of the Scores table. |
| Mdate | Datetime | The Mdate column of the Scores table. |
| Name | String | The Name column of the Scores table. |
| RelType | String | The RelType column of the Scores table. |
| Status | String | The Status column of the Scores table. |