Alex B.

  • Total activity 42
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 25

Activity overview

Latest activity by Alex B.
  • Alex B. created an article,

    HTTP callback

    HTTP Callbacks allow apps to dynamically receive notifications or data updates when certain events occur. They work by sending an HTTP POST request to a predefined URL whenever the event tied to th...

  • Alex B. created an article,

    Hierarchy of organizations

    In the bookingtime system, the concept of organizational hierarchy is fundamental to structuring permissions and settings within a network. This article explains how organizations can be managed hi...

  • Alex B. created an article,

    Differences between apps and modules

    In our system, apps and modules play crucial roles, but they serve distinct purposes and have unique functionalities. Below, we will explore the core differences between the two and what they mean ...

  • Alex B. created an article,

    Module and app configurations

    When developing and integrating applications within the bookingtime system, two essential configuration entities, appConfig and moduleConfig play a crucial role in managing settings, access, and cu...

  • Alex B. created an article,

    API Permissions

    This is a list of all permissions for the module and app API.    Module API Permissions Permission Actions appointment showAppointment, showProtectedAppointment, identifyAppointment appoin...

  • Alex B. created an article,

    Working with additionalData and customEntities

    In the bookingtime API, additionalData and customEntities are two powerful features designed for extending functionality and customizing data handling. These entities allow developers to add and or...

  • Alex B. created an article,

    General API Informations and Details

    Introduction Welcome to the bookingtime API! The bookingtime API is RESTful. It accepts and returns JSON in the HTTP body. URL´s are predictable and the usual CRUD operations are extended with Link...

  • Alex B. created an article,

    How to create a bookingtime account and developer account

    Introduction The bookingtime account is the first step to develop apps and modules and links the accounts to organizations. The account is needed to create a developer account, that will provide ac...

  • Alex B. created an article,

    PHP SDK for Modules

    Links    Module API Documentation: https://service.bookingtime.com/apidoc/module Github Module SDK: https://github.com/bookingtime/lib-phpsdk-module Packagist Module SDK: https://packagist.org/pack...

  • Alex B. created an article,

    PHP SDK for Apps

    Links    API Documentation: https://service.bookingtime.com/apidoc/app Github: https://github.com/bookingtime/lib-phpsdk-app Packagist: https://packagist.org/packages/bookingtime/lib-phpsdk-app   I...