GET api/Group/LoadInstantAgentByGroupId?groupId={groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InstantLeadDistributionGroupAssociateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| AssocaiteId | integer |
None. |
|
| States | string |
None. |
|
| MaxLead | integer |
None. |
|
| FullName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"AssocaiteId": 2,
"States": "sample string 3",
"MaxLead": 4,
"FullName": "sample string 5"
},
{
"id": 1,
"AssocaiteId": 2,
"States": "sample string 3",
"MaxLead": 4,
"FullName": "sample string 5"
}
]