Skip to main content

Get Application Settings

Provides the application settings for a specific subscription or multiple subscriptions. If your application is configured to receive CloudEvents, it will receive an Application-Settings-Changed-CloudEvent when there are new application settings available.

Query Parameters
  • subscriptionId uuid

    Subscription id

  • offset int32

    Offset for paging

  • limit int32

    Default value: 25

    Limit for paging

Responses

Successful


Schema
  • totalCount int32

    Total count of items

  • data object[] nullable

    List of application settings

  • Array [
  • subscriptionId uuid

    Subscription id

  • countryId string nullable

    Country id ISO 3166-1 alpha-2 code

  • internationalization object

    Internationalization

  • locale string nullable

    Locale

  • timeZone string nullable

    Time zone (Windows format)

  • currency string nullable

    Currency id based on ISO 4217

  • systemOfUnits string nullable

    System of units, possible values: "metric" or "imperial"

  • paperFormat string nullable

    Paper format, possible values: "A4" or "letter"

  • logo object

    Logo information

  • uri string nullable

    Uri to the logo (PNG). The URL path will change when the customer changes their logo. Be aware that the URLs expire. They are valid for seven days starting from the beginning of the day they were requested.

  • thumbnail string nullable

    Uri to a thumbnail of the logo, Max 64px (height or width)

  • ]
Loading...