validate data model
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
X-App-Sig | X-App-Sig | header | string | M | Dev Authentication |
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
action | Action | string | |||
create_date | Create Date | string | DATETIME | The date entry was created on | |
create_user | Create User | string | The username of ABS user who has created an entry | ||
field_description | field_description | string | Description | ||
field_helpbox | field_helpbox | string | Helpbox | ||
field_name | field_name | string | |||
field_tag | field_tag | string | Tag | ||
field_type | field_type | string | Data type | ||
field_value | field_value | string | Value | ||
form_title | form_title | string | Service field | ||
id | id | integer | INT64 | Record's sequence number generated in the system. | |
modify_date | Modify Date | string | DATETIME | The date entry was last modified on | |
modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | ||
parent_id | Parent ID | integer | INT64 | Parent record ID of a given record | |
source_table | Source table | string | |||
source_uid | Source uid | string | |||
state | state | integer | INT64 | Record state for replication | |
uid | uid | string | Unique record identifier which is used to distinguish between existing records | ||
version | version | integer | INT64 | Record version for replication |
200 - Response successfully when status is OK
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | data of Response |
Variable | Name | Type | Format | Description |
---|---|---|---|---|
action | Action | string | ||
create_date | Create Date | string | DATETIME | The date entry was created on |
create_user | Create User | string | The username of ABS user who has created an entry | |
field_description | field_description | string | Description | |
field_helpbox | field_helpbox | string | Helpbox | |
field_name | field_name | string | ||
field_tag | field_tag | string | Tag | |
field_type | field_type | string | Data type | |
field_value | field_value | string | Value | |
form_title | form_title | string | Service field | |
id | id | integer | INT64 | Record's sequence number generated in the system. |
modify_date | Modify Date | string | DATETIME | The date entry was last modified on |
modify_user | Modify User | string | The username of ABS user who has made last changes to the entry | |
parent_id | Parent ID | integer | INT64 | Parent record ID of a given record |
source_table | Source table | string | ||
source_uid | Source uid | string | ||
state | state | integer | INT64 | Record state for replication |
uid | uid | string | Unique record identifier which is used to distinguish between existing records | |
version | version | integer | INT64 | Record version for replication |
200 - Response with error when status is ERROR
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | Empty object |