GET api/common/defaultvalue/{id}
This method returns a specified DefaultValue from the database.
Error Messages
- 401/Unauthorised - Authorization has been denied for this request.
- 404/Not Found - No value found for {id} - Specified Default Value ID is not assigned to a Default value
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | The ID of the desired Default Value | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of CallTypeView
Defaultvalue| Name | Description | Type | Additional 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. |