Record Status

Description

The recordstatuses endpoint is used to get the list of the record statuses that are used in the application.

Request

Endpoint

ui/refdata/v1/recordStatuses

Method

GET

Response

[{
        "value": "Active",
        "name": "ACTIVE"
    },
    {
        "value": "Deleted",
        "name": "DELETED"
    }
]

Tabular Format

RECORD STATUS VALUE RECORD STATUS NAME
Active ACTIVE
Deleted DELETED

Updated As Of Version: 4.6.0.2