Versions Compared

Key

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

Config

...

...

Note:

  • By default, Model is chosen as Source API Type.

  • For now, we use API Models created in layout as Source API Type.

Note: This option is only visible, if one chooses Source API Type as URL.

Note: This option is only visible, if one chooses Source API Type as URL.

Config Field

Description

Source API Type

It specifies the type of API being used as the source to query records.

Source API Type is of 2 types namely: Model and URL.

Info

Model

It defines the API model associated with the Source API Type chosen.

info

Note: This option is only visible, if one chooses Source API Type as Model.

Authorization Type

It specifies the type of authorization required for the API.

info

Note: This option is only visible, if one chooses Source API Type as URL.

Relative URL

It indicates the relative URL path for the API endpoint.

Info

Method

It defines the HTTP method (e.g., GET, POST) used for the API request.

info

Note: This option is only visible, if one chooses Source API Type as URL.

Is Request Array

If checked, it indicates whether the request is an array of objects.

Info

Query Params

It lists the query parameters included in the API request. You can explore more about

Info

Reference: Query Params

here.info

Note: This option is only visible, if one chooses Source API Type as URL.

Request Body

It contains the data sent in the body of the API request. You can explore more about

Info

Reference: Request Body

here.

Info

Note: This option is only visible, if one chooses Source API Type as URL.

Responses

It defines the expected responses from the API. You can explore more about Responses here.

Info

Reference: Responses

Note: This option is only visible, if one chooses Source API Type as URL.

Query Params

...

...

Params Field

Description

Label

A user-friendly name for the query params, used for easy identification within the application.

Name

The unique identifier for the query params, typically used in code or within merge text.

Field Type

It defines the type of input (e.g., text, number) for the parameter.

Required

If checked, the parameter becomes mandatory.

Is Array ?

It specifies if the parameter can accept multiple values.

Default Value

It sets the default value for the parameter, if none is provided.

Request Body

...

...

Params Field

Description

Label

A user-friendly name for the request body, used for easy identification within the application.

Name

The unique identifier for the request body, typically used in code or within merge text.

Field Type

It defines the type of input (e.g., text, number) for the parameter.

Required

If checked, the request body becomes mandatory.

Is Array ?

It specifies if the request body can accept multiple values.

Default Value

It sets the default value for the request body, if none is provided.

Responses

...

...

Response Field

Description

Code

It indicates the status code returned by the API.

Is Response Array ?

It specifies whether the response consists of an array of objects.

Response Body

It contains the data returned in the response. Response body modal is same as request body modal, you can explore here, just rephrase request as response in the modal.

Info

Reference: Request Body

Action Details

...

...

...

Include Page
Action Details

...

Include Page
isMissingRequiredParameterstrue
Action Details