GET api/common/defaultvalue

This method returns the DefaultValues from the database.

Error Messages
  • 401/Unauthorised - Authorization has been denied for this request.
  • 404/Not Found - No values found.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of CallTypeView

Collection of Defaultvalue
NameDescriptionTypeAdditional information
ID The identifier of the Default Value. integer

None.

Description Plain text description of the Default Value. string

None.

ValueString The value, if it's a string. string

None.

ValueNumber The value, if it's a number. decimal number

None.

ValueDateTime The value, if it's a timestamp. date

None.

ValueText The value, if it's a block of text. string

None.