Skip to main content
Get Stored Fields

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

Tablename, Context

GetStoredFields: Get all stored fields for a given tablename/entity and context

Tablename
string
Context
string

Response

OK

CanSupportMultiUse
boolean

Can the field support multi use?

DefaultShowInGui
boolean

Default show in Gui?

DefaultShowInSelector
boolean

Default show in selector?

IsActive
boolean

True if the field and operations will be used in the bulk update

Key
string

The unique key on the field

ValueType
string

Describes the expected value array

Mandatory
boolean

True if this is a mandatory field

EncodedDisplayName
string

The displayname of the field

EncodedDisplayDescription
string

The description of the field

IconHint
string

The iconhint of the field

ControlInfos
object[]

Array of the controlinfos

EncodedDataCaption
string
EncodedDataCaptionDescription
string
CurrentOperationType
string

The selected operation to execute on this field

Values
string[]

The values to be set on this field on this bulkupdate

DisplayValues
string[]

The displayvalues to be set on this field on this bulkupdate, used to resolve when values array contains ids

OperationInfos
object[]

Array of the available operations for this field