Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Config Group

Config Name

Description

Request Parameters

Method

Allows to specify HTTP method among different HTTP methods such as GET, POST, PATCH, etc. are used to perform specific operations on resources. You can explore more about methods by clicking here.

Note: By default, Method is set as Post.

URL

  • Allows to add the relevant URL that corresponds to the connection from which user wishes to perform CRUD.

  • User has also accessibility to specify URL dynamically using Merge Text.

Info

Reference: Merge Text

Is Array?

Allows to specify whether the data retrieved from resource should be treated as a single record or multiple records (an array).

NoteNotes:

  • When enabled, it allows handling multiple records as a list, suitable for displaying data in components like Tables or Repeater.

  • When disabled, it treats the data as a single record, ideal for components like Form.

  • By default, Is Array is disabled.

Type

Allows to specify type of query argument which will passed to URL, which is basically of two types:

  • Object: Query argument passed to the URL will be JSON body or Object.

  • String: Query argument passed to the URL will be a s string.

Note: When Is Array? is enabled, the Type is automatically set to Object by default and cannot be changed.

Request Body

Generate Schema

Allows to define object JSON schema which will be passed on to request.

Info

Reference: Schema Designer

Create New Field

Allows users to create fields that can be utilized to build an object JSON schema.

Info

Reference: Schema Designer

...