ScopeStatRecord
Statistical record for scope changes on a specific date
statIDinteger<int64>
Unique statistic record identifier
connectionCodestring
Connection code this statistic relates to
providerCodestring
Provider code this statistic relates to
contentTypestring
Content type this statistic relates to
dateBucketstring<date>
Date bucket (YYYY-MM-DD) for this statistic
createdCountinteger
Number of items created on this date
updatedCountinteger
Number of items updated on this date
deletedCountinteger
Number of items deleted on this date
createdAtstring<date-time>
Record creation timestamp
updatedAtstring<date-time>
Record last update timestamp
ScopeStatRecord
{
"statID": 0,
"connectionCode": "string",
"providerCode": "string",
"contentType": "string",
"dateBucket": "2024-07-29",
"createdCount": 0,
"updatedCount": 0,
"deletedCount": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}