Skip to main content

ScopeStatsResponse

stats object[]
  • Array [
  • statIDinteger<int64>
    connectionCodestring
    providerCodestring
    contentTypestring
    dateBucketstring<date>

    Date bucket (YYYY-MM-DD)

    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>
    updatedAtstring<date-time>
  • ]
  • countinteger
    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
    }