GET api/AuthGroupHeader/{RoutingID}/GetAuthGroupHeaderByRoutingID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RoutingID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AuthGroupHeader_GetAllByRoutingID
NameDescriptionTypeAdditional information
pkID

integer

None.

iRoutingID

integer

None.

szAuthGroupName

string

None.

nAuthThreshold

decimal number

None.

szAuthThreshold

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pkID": 1,
    "iRoutingID": 2,
    "szAuthGroupName": "sample string 3",
    "nAuthThreshold": 4.0,
    "szAuthThreshold": "sample string 5"
  },
  {
    "pkID": 1,
    "iRoutingID": 2,
    "szAuthGroupName": "sample string 3",
    "nAuthThreshold": 4.0,
    "szAuthThreshold": "sample string 5"
  }
]

text/javascript

Sample:
[{"pkID":1,"iRoutingID":2,"szAuthGroupName":"sample string 3","nAuthThreshold":4.0,"szAuthThreshold":"sample string 5"},{"pkID":1,"iRoutingID":2,"szAuthGroupName":"sample string 3","nAuthThreshold":4.0,"szAuthThreshold":"sample string 5"}]