Skip to main content

Get Application Token Profile

Returns a filtered subscription overview based on the provided application token

Header Parameters
  • tapio-application-token string required

    Application token (UTF-8) encoded as base64

  • etag string

    ETag of previous response for cache validation

Responses

Successful


Schema
  • totalCount int32

    Total count of items

  • subscriptions object[] nullable

    List of subscription information

  • Array [
  • subscriptionId uuid

    Subscription id

  • parentSubscriptionId uuid nullable

    Parent subscription id

  • name string nullable

    Subscription name

  • tapioId string nullable

    Tapio id

  • assignedMachines object[] nullable

    Assigned machines

  • Array [
  • tmid string nullable

    TapioMachineId

  • deviceType DeviceType

    Possible values: [Unknown, Machine, SmartDevice]

    Device type

  • deviceSubType string nullable

    Device sub-type. If Device type is set to "Machine", Device sub-type will only contain one the following values: "Unknown", "Edge", "Saw", "Cnc", "Sanding", "Drilling", "Assembly", "Storing", "Stock", "Sorting", "Shipping", "PreAssembly", "Lamination", "Moulding", "Packaging", "Handling"

  • displayName string nullable

    Display name

  • manufacturerSerialNumber string nullable

    Serial number given to the machine by its manufacturer.

  • onboardingDate date-time

    The date, when the machine has been added to the subscription

  • equipmentGroup object

    Information about a group in the context of a machine, assigned to it.

  • id string nullable

    Id of the equipment group.

  • groupPosition int32

    Position of the machine within the group.

  • assignedApplications object[] nullable

    List of assigned applications for this machine

  • Array [
  • id uuid

    Application id

  • ]
  • ]
  • subscriptionTypes string[] nullable deprecated

    Subscription Types

  • subscriptionFeatures string[] nullable

    Subscription Features

  • servicePartners object[] nullable

    Service partners

  • Array [
  • subscriptionId uuid

    Subscription id

  • name string nullable

    Service partner name

  • customerNumber string nullable

    Customer number

  • parentSubscriptionId uuid nullable

    Parent id

  • providerNo string nullable

    Provider number

  • servicePartnerType ServicePartnerType

    Possible values: [MachineService, SharpeningService]

    Service partner type

  • ]
  • licenses object[] nullable

    Licenses

  • Array [
  • licenseId uuid

    License id

  • applicationId uuid

    Application id

  • createdDate date-time

    License creation date

  • billingStartDate date-time

    Billing start date

  • billingInterval string nullable

    Billing interval

  • licenseCount int32

    License count

  • ]
  • equipmentGroups object[] nullable

    Equipment groups

  • Array [
  • id string nullable

    Equipment group id

  • parentId string nullable

    Id of the parent equipment group, or null if there is no parent.

  • displayName string nullable

    Display name

  • groupPosition int32

    Position of the machine within the group

  • placesCount int32

    Number of places in the equipment group

  • type GroupType

    Possible values: [Group, Warehouse, Root]

  • ]
  • servicePartnerType ServicePartnerType

    Possible values: [MachineService, SharpeningService]

    Service partner type

  • ]
Loading...