Skip to main content

ScopeStatsResponse

Response containing scope statistics

stats object[]

List of statistical records grouped by date

  • Array [
  • 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

  • ]
  • countinteger

    Total number of statistical records

    ScopeStatsResponse
    {
    "stats": [
    {
    "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"
    }
    ],
    "count": 0
    }