Skip to main content

DeviceLogsController_getAllDeviceLogs

GET 

/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/users/:userId/devices/:deviceId/logs

DeviceLogsController_getAllDeviceLogs

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    platform stringrequired
    userId stringrequired
    deviceId stringrequired

Query Parameters

    eventType stringrequired
    productId stringrequired
    limit numberrequired
    page numberrequired

Responses

Get all Device Logs

Schema
    data object[]required

    List of device logs.

  • Array [
  • id stringrequired

    Unique ID of the device log

    event stringrequired

    Possible values: [consumePurchase, consumePurchaseError, purchase, purchaseError, queryPurchases, queryPurchasesError, acknowledgeSubscriptionPurchase, acknowledgeSubscriptionPurchaseError, acknowledgeProductPurchase, acknowledgeProductPurchaseError, subscribe, subscribeError, querySubscriptionPurchases, querySubscriptionPurchasesError, skuDetails, skuDetailsError, productDetails, productDetailsError, startConnection, startConnectionError, subscriptionPurchaseEvent, subscriptionPurchaseEventError, subscriptionPurchase, subscriptionPurchaseError]

    Event type

    statusCode numberrequired

    Status code

    payload object
    organizationId stringrequired
    projectId stringrequired
    deviceId stringrequired
    userId stringrequired
    productType stringrequired

    Possible values: [inapp, subs]

    purchase object
    id stringrequired

    ID

    purchaseState stringrequired

    Possible values: [PURCHASED, CANCELED, PENDING]

    The state of the purchase

    quantity numberrequired

    Quantity of items purchased

    purchaseTime date-timerequired

    The time the purchase was made

    obfuscatedAccountId stringrequired

    Obfuscated account ID

    obfuscatedProfileId stringrequired

    Obfuscated profile ID

    developerPayload stringrequired

    Developer payload

    orderId stringrequired

    Order ID

    applicationId stringrequired

    The applicationId associated with the app, also referred to as packageName.

    purchaseToken stringrequired

    Purchase token

    productId stringrequired

    Product ID

    userId stringrequired

    User ID

    organizationId stringrequired

    Organization ID

    deviceId stringrequired

    Device ID

    androidPlatformId stringrequired

    Android platform ID

    consumedAt date-timerequired

    The time the purchase was consumed

    updatedAt date-timerequired

    The time the purchase was updated

    acknowledgedAt date-timerequired

    The time the purchase was acknowledged

    createdAt date-timerequired

    Creation timestamp

    product objectrequired

    Product Sku details

    sku stringrequired

    Product SKU

    productSkus string[]required
    subscriptionSkus string[]required
    skuDetails objectrequired
    platform stringrequired
    startConnectionRequestDto object
    device objectrequired

    The device details.

    property name* stringrequired
    applicationId stringrequired

    The applicationId associated with the app, also referred to as packageName.

    artifactId stringrequired

    The artifactId of the library used to make the purchase (optional)

    artifactVersion stringrequired

    The version of the library used to make the purchase (optional)

    payload object
    features objectrequired

    The features of the device.

    property name* booleanrequired
    sseUrl stringrequired

    The URL for establishing the Server-Sent Events (SSE) connection.

    error objectrequired
    createdAt date-timerequired

    Date of creation

  • ]
  • metadata object
    currentPage numberrequired

    The current page number.

    limit numberrequired

    Number of items per page.

    total numberrequired

    Total number of items.

    nextPage numbernullablerequired

    The next page number, or null if this is the last page.

    previousPage numbernullablerequired

    The previous page number, or null if this is the first page.

Loading...