{
"id": 123,
"sectionId": 123,
"confParamShort": "<string>",
"confParamLarge": "<string>",
"confParamDescription": "<string>",
"confParamValue": "<string>",
"confParamRegexp": "<string>",
"confParamRequired": true,
"confParamDatatype": "<string>",
"modificationTime": "2023-11-07T05:31:56Z",
"modificationUser": "<string>",
"confParamOption": "<string>",
"section": {
"id": 123,
"section": "<string>",
"description": "<string>",
"shortName": "SMS"
}
}
{
"id": 123,
"sectionId": 123,
"confParamShort": "<string>",
"confParamLarge": "<string>",
"confParamDescription": "<string>",
"confParamValue": "<string>",
"confParamRegexp": "<string>",
"confParamRequired": true,
"confParamDatatype": "<string>",
"modificationTime": "2023-11-07T05:31:56Z",
"modificationUser": "<string>",
"confParamOption": "<string>",
"section": {
"id": 123,
"section": "<string>",
"description": "<string>",
"shortName": "SMS"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.