> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Function Activations # Type: Function Activation Object # Link: https://dev.wix.com/docs/api-reference/business-management/functions/function-activations/function-activation-object.md ## Description: A function activation is an object that represents the activation of a function. ## Schema: ```json Type: Function Activation Object | type: FunctionActivation Description: A function activation is an object that represents the activation of a function. - name: id | type: string | description: Function activation ID. - name: value | type: string | description: - name: functionId | type: string | description: ID of the function activated by this function activation. - name: extensionId | type: string | description: ID of the service plugin extension created upon function activation. This happens automatically and the field is primarily used in the background. - name: appId | type: string | description: App ID of the business solution that created the function type that the activated function is based on. - name: createdDate | type: string | description: Date and time the function activation was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the function activation was last updated. - name: functionExtensionId | type: string | description: ID of the function type that the activated function is based on. ```