Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    getSystemActivitylogEntries

    Gets activity log entries

    Requires authentication as administrator

    getSystemActivitylogEntries

    Request
    get /System/ActivityLog/Entries
    Parameters
    Name In Type Default Notes
    StartIndex query

    Optional. The record index to start at. All items with a lower index will be dropped from the results.

    Limit query

    Optional. The maximum number of records to return

    MinDate query

    Optional. The minimum date. Format = ISO

    Responses
    Status Code Type Description Samples
    200 QueryResult_ActivityLogEntry

    Operation successful. Returning a QueryResult object.

    400

    Bad Request. Server cannot process request.

    401

    Unauthorized. Client needs to authenticate.

    403

    Forbidden. No permission for the reqested operation.

    404

    Resource not found or unavailable.

    500

    Server error.

    Definitions

    QueryResult_ActivityLogEntry

    QueryResult_ActivityLogEntry
    Name Type Notes
    Items ActivityLogEntry[]
    TotalRecordCount integer (int32)

    ActivityLogEntry

    see also MediaBrowser.Model.Activity.ActivityLogEntry

    Name Type Notes
    Id integer (int64)

    The identifier.

    Name string

    The name.

    Overview string

    The overview.

    ShortOverview string

    The short overview.

    Type string

    The type.

    ItemId string

    The item identifier.

    Date string (date-time)

    The date.

    UserId string

    The user identifier.

    UserPrimaryImageTag string

    The user primary image tag.

    Severity LogSeverity

    Enum LogSeverity

    LogSeverity

    see also MediaBrowser.Model.Logging.LogSeverity

    Enum Values
    • Info
    • Debug
    • Warn
    • Error
    • Fatal
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.