GET
/
api
/
module-group-configurations
/
by-group-and-key
{
  "id": 123,
  "groupId": 123,
  "confKey": "<string>",
  "confValue": "<string>",
  "confName": "<string>",
  "confDescription": "<string>",
  "confDataType": "<string>",
  "confRequired": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

groupId
integer
required
confKey
string
required

Response

200 - */*
OK
groupId
integer
required
confKey
string
required
confDataType
string
required
confRequired
boolean
required
id
integer
confValue
string
confName
string
confDescription
string