Schema Builder
Custom Schema Data
Custom Schema Data Operations provide functionality to manage the data associated with custom schemas, including creating, retrieving, updating, and deleting schema data.
Get Custom Schema Data Pages GET /v1/api/custom_schema_data/pages/
| Resource URL | /v1/api/custom_schema_data/pages/ |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required | Type |
|---|---|---|---|
| page | Page number for pagination | Yes | integer |
| limit | Number of items per page | Yes | integer |
| user_id | Filter data by user (optional) | No | string |
Example Request
Example Response
Get All Custom Schema Data GET /v1/api/custom_schema_data/all/
| Resource URL | /v1/api/custom_schema_data/all/ |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required | Type |
|---|---|---|---|
| user_id | Filter data by user (optional) | No | string |
Example Request
Example Response
Get One Custom Schema Data GET /v1/api/custom_schema_data/{custom_schema_data_id}
| Resource URL | /v1/api/custom_schema_data/{custom_schema_data_id} |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required | Type |
|---|---|---|---|
| custom_schema_data_id | ID of the data | Yes | integer |
Example Request
Example Response
Update Custom Schema Data PUT /v1/api/custom_schema_data/{custom_schema_data_id}
| Resource URL | /v1/api/custom_schema_data/{custom_schema_data_id} |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required | Type |
|---|---|---|---|
| custom_schema_data_id | ID of the data | Yes | integer |
Request Body
Example Request
Delete Custom Schema Data DELETE /v1/api/custom_schema_data/{custom_schema_data_id}
| Resource URL | /v1/api/custom_schema_data/{custom_schema_data_id} |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required | Type |
|---|---|---|---|
| custom_schema_data_id | ID of the data | Yes | integer |
Example Request
Get Custom Schema Data By Version GET /v1/api/custom_schema_data/version/{custom_schema_version_id}
| Resource URL | /v1/api/custom_schema_data/version/{custom_schema_version_id} |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Parameters
| Parameter | Description | Required | Type |
|---|---|---|---|
| custom_schema_version_id | ID of the schema version | Yes | integer |
Example Request
Example Response
Create Custom Schema Data POST /v1/api/custom_schema_data/create
| Resource URL | /v1/api/custom_schema_data/create |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |