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": "8cc1a463-5ae4-4deb-bbc4-4635be24406b",
"OfficeQOCID": "4efede1d-4014-4ddc-acb4-8482dc997e19",
"SourceID": "sample string 2",
"QOCGUID": "0777ac8d-5982-4a54-9d4b-3d8da73749a5",
"IntegratedDate": "2026-07-28T12:22:41.5009289+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "8cc1a463-5ae4-4deb-bbc4-4635be24406b",
"OfficeQOCID": "4efede1d-4014-4ddc-acb4-8482dc997e19",
"SourceID": "sample string 2",
"QOCGUID": "0777ac8d-5982-4a54-9d4b-3d8da73749a5",
"IntegratedDate": "2026-07-28T12:22:41.5009289+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>8cc1a463-5ae4-4deb-bbc4-4635be24406b</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T12:22:41.5009289+00:00</IntegratedDate>
<OfficeQOCID>4efede1d-4014-4ddc-acb4-8482dc997e19</OfficeQOCID>
<QOCGUID>0777ac8d-5982-4a54-9d4b-3d8da73749a5</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>8cc1a463-5ae4-4deb-bbc4-4635be24406b</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T12:22:41.5009289+00:00</IntegratedDate>
<OfficeQOCID>4efede1d-4014-4ddc-acb4-8482dc997e19</OfficeQOCID>
<QOCGUID>0777ac8d-5982-4a54-9d4b-3d8da73749a5</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>