...
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, | ||
URL |
| |||
Is Array? | Allows to specify whether the data retrieved requested from resource should be treated as a single record or multiple records (an array). Notes:
| |||
Type | Allows to specify type of request query argument which will passed to URL, which is basically of two types:
Note: When | |||
Request Body | Generate Schema | Allows to define object JSON schema which will be passed on to request.
| ||
Create New Field | Allows users to create fields that can be utilized to build an object JSON schema. Note: When a new field is created, it will be automatically mapped in JSON structure of
|
...
Response Config Group | Config Name | Description | ||
---|---|---|---|---|
Response Parameters | Status Code | It indicates whether a specific HTTP request has been successfully completed. | ||
New Button | It allows to specify new Status Code as per one's business need. | |||
Record Count | Set the record count to either Multirecord or Single, depending on whether you are dealing with multiple records or a single record in the data operationIs Array? | Allows to specify whether the data retrieved from resource should be treated as a single record or multiple records (an array). Notes:
| ||
Type | Allows to specify type of response which will retrieved through REST request, which is basically of two types:
Notes:
| |||
Response Body | Generate Schema | It can define fields using JSON formatAllows to define object JSON schema which will be retrieved from response.
| ||
Create New Field | It can create fields using the create field Model.Allows users to create fields that can be utilized to build an object JSON schema that will be received from response. Note: When a new field is created, it will be automatically mapped in JSON structure of
|
...
Schema Designer
...
Generate Schema
A "generate
Generate schema
" typically refers to the process of defining or creating a structured format that outlines how data is organized, validated, and transmitted, especially in contexts like APIs or databases.In noKodr, users can define fields using JSON format.
...
Field Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Array |
| |||||||||||
Checkbox |
| |||||||||||
Date |
| |||||||||||
Date and Time |
| |||||||||||
Double |
| |||||||||||
Integer |
| |||||||||||
Object |
| |||||||||||
Text |
|
...
Info |
---|
|