GET api/agents/GetIntegratedAgentsByBrokerID/{brokerQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SuccessIntegrationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| BrokerageQOCID | globally unique identifier |
None. |
|
| OfficeQOCID | globally unique identifier |
None. |
|
| SourceID | string |
None. |
|
| QOCGUID | globally unique identifier |
None. |
|
| IntegratedDate | date |
None. |
|
| EntityDetail | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BrokerageQOCID": "e708a82c-ccc6-4c61-ace9-ed0422dc9917",
"OfficeQOCID": "afc684b1-b09a-4e51-aeea-1554f872a20a",
"SourceID": "sample string 2",
"QOCGUID": "7ef791f3-05e9-4156-ae6c-bb806396f519",
"IntegratedDate": "2026-03-10T01:16:02.8058204+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "e708a82c-ccc6-4c61-ace9-ed0422dc9917",
"OfficeQOCID": "afc684b1-b09a-4e51-aeea-1554f872a20a",
"SourceID": "sample string 2",
"QOCGUID": "7ef791f3-05e9-4156-ae6c-bb806396f519",
"IntegratedDate": "2026-03-10T01:16:02.8058204+00:00",
"EntityDetail": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfSuccessIntegrationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListingHub.Application.Common.APIDTO">
<SuccessIntegrationDTO>
<BrokerageQOCID>e708a82c-ccc6-4c61-ace9-ed0422dc9917</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:02.8058204+00:00</IntegratedDate>
<OfficeQOCID>afc684b1-b09a-4e51-aeea-1554f872a20a</OfficeQOCID>
<QOCGUID>7ef791f3-05e9-4156-ae6c-bb806396f519</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>e708a82c-ccc6-4c61-ace9-ed0422dc9917</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:02.8058204+00:00</IntegratedDate>
<OfficeQOCID>afc684b1-b09a-4e51-aeea-1554f872a20a</OfficeQOCID>
<QOCGUID>7ef791f3-05e9-4156-ae6c-bb806396f519</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>