Field Definitions

This resource allows you to retrieve and manipulate field definitions for activities.

Field definitions consist of four elements: name, type, length, number of places to the left or right of the decimal point for numeric values.

There are two types of field definitions: pre-defined and user-defined. Pre-defined field definitions begin with an underscore character (_) and are provided with the system. An example is "_Clock IN Time."

Refer to the Field Definitions topic for example calls and a tutorial.

Operations


Create Field Definition
POST /v1/work/field_definitions


Create Field Definitions
POST /v1/work/field_definitions/multi_create


Delete Field Definition by ID
DELETE /v1/work/field_definitions/{id}


Delete Field Definitions
POST /v1/work/field_definitions/multi_delete


Retrieve All Field Definitions or by Name
GET /v1/work/field_definitions


Retrieve Field Definition by ID
GET /v1/work/field_definitions/{id}


Retrieve Field Definitions
POST /v1/work/field_definitions/multi_read


Update Field Definition by ID
PUT /v1/work/field_definitions/{id}


Update Field Definitions
POST /v1/work/field_definitions/multi_update