GET edit/data-lookup/def-exceptions?sDef={sDef}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sDef | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DefinitionException| Name | Description | Type | Additional information |
|---|---|---|---|
| DefExcID | integer |
None. |
|
| Definition | string |
None. |
|
| Exception | string |
None. |
|
| ChangeBy | string |
None. |
|
| ChangeDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DefExcID": 1,
"Definition": "sample string 2",
"Exception": "sample string 3",
"ChangeBy": "sample string 4",
"ChangeDate": "sample string 5"
},
{
"DefExcID": 1,
"Definition": "sample string 2",
"Exception": "sample string 3",
"ChangeBy": "sample string 4",
"ChangeDate": "sample string 5"
}
]