EntryColumnItemResponse
HTTP status code of the response for reference purposes.
200200results object
Represents an Entry Column definition. That is an available selection (dropdown) or text entry column on an Entry Screen.
Indicates whether the Entry Column is activated. A non-activated column will not appear anywhere in the system, e.g. in Entry Screen Configuration.
trueThe system setting name (gdef) that controls whether this Entry Column
is activated. This is used to set the activated property.
ACTIVATE_E_C_4The base label of the Entry Column. This is the label without any suffixes or prefixes.
CurrencyThe plural form of the label of the Entry Column.
CurrenciesThe full name of the column in the database table.
expense_recs.id_code_currencyThe current priority of the Entry Column. This is used to determine the order of columns in the Entry Screen. (Lower numbers appear to the left.)
The index of this Entry Column in the core entry database table record.
6The name of the database table that stores main entry values, where this Entry Column is a field in that record.
expense_recsThe name of the column in the main entry table that stores this Entry Column value.
id_code_currencyThe Entry Screen type of this Entry Column.
Values can be: time, expense, mileage.
The value mileage is used for what the system calls "Custom Entry" sheets.
Possible values: [time, expense, mileage]
An internal system identifier for this Entry Column used in some areas.
subsubcodeThe type of the field in the entry database table.
code- an Entry Code typetext- a text entry (comment) fieldproject- the special Project fieldgroup- the special Group field, not used in most configurations
Possible values: [code, text, project, group]
The default ordering of this Entry Column when added to new Entry Screens.
1The GUI (Entry Screen Configuration) setting that controls the default value for this Entry Column.
currency_defaultThe index of the default value for this Entry Column in the GUI configuration record.
20The internal ID of the GUI (Entry Screen Configuration) record for this Entry Column, if this record is associated with a specific Entry Screen config.
The GUI (Entry Screen Configuration) setting that controls the on-screen ordering (priority) for this Entry Column.
currency_priorityThe index in the GUI configuration record that stores the priority (ordering) of this Entry Column.
22The name of the database table that stores the Entry Screen configuration (GUI) for this Entry Column.
expense_guisThe unique internal ID of this Entry Column.
expense_recs.id_code_currencyAn internal system identifier for this Entry Column used in some areas.
dd2An internal system identifier for this Entry Column used in some areas, notably in the Legacy SOAP API.
code2The label of the Entry Column. This is the human-readable name of the column.
CurrencyThe system setting name (gdef) that controls the label of this Entry Column.
COLUMN_E_C_4The plural form of the label of the Entry Column.
CurrenciesThe full primary key name (table and column name) of the Entry Column values table.
codes_currencies.id_codeThe primary key name of the Entry Column values table.
id_codeThe table name of the Entry Column values table.
codes_currenciesThe index of this Entry Column in the Leave Requests database table record.
6The URI of this Entry Column.
/api/v1/entry_columns/expense_recs.id_code_currencyThe URI to get a collection of values for this Entry Column.
/api/v1/entry_codes/codes_currenciesIndicates whether the request was successful (normally true if it's not an error response)
trueURL of the current request / resource, for reference purposes.
https://example.apps.journyx.com/api/v1/users{
"response_code": 200,
"results": {
"activated": true,
"activation_gdef": "ACTIVATE_E_C_4",
"base_label": "Currency",
"base_label_plural": "Currencies",
"column_full": "expense_recs.id_code_currency",
"current_priority": 0,
"entry_obj_index": 6,
"entry_table": "expense_recs",
"entry_table_column": "id_code_currency",
"entry_type": "time",
"entryguilib_key": "subsubcode",
"field_type": "code",
"fixed_order": 1,
"gui_default_db_key": "currency_default",
"gui_default_index": 20,
"gui_id": "string",
"gui_priority_db_key": "currency_priority",
"gui_priority_index": 22,
"gui_table": "expense_guis",
"id": "expense_recs.id_code_currency",
"jtgui_key": "dd2",
"jxapi_key": "code2",
"label": "Currency",
"label_gdef": "COLUMN_E_C_4",
"label_plural": "Currencies",
"object_key_full": "codes_currencies.id_code",
"object_table_key": "id_code",
"object_tablename": "codes_currencies",
"request_recs_index": 6,
"uri": "/api/v1/entry_columns/expense_recs.id_code_currency",
"value_collection_uri": "/api/v1/entry_codes/codes_currencies"
},
"success": true,
"uri": "https://example.apps.journyx.com/api/v1/users"
}