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": "8c4ac878-0804-4a4a-b513-667bb49495e4",
"OfficeQOCID": "ae4bc3f9-aef0-476e-8411-485f76fe166b",
"SourceID": "sample string 2",
"QOCGUID": "af3c79fd-5294-429e-826e-e2c57e776013",
"IntegratedDate": "2026-05-08T00:47:40.0455904+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "8c4ac878-0804-4a4a-b513-667bb49495e4",
"OfficeQOCID": "ae4bc3f9-aef0-476e-8411-485f76fe166b",
"SourceID": "sample string 2",
"QOCGUID": "af3c79fd-5294-429e-826e-e2c57e776013",
"IntegratedDate": "2026-05-08T00:47:40.0455904+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>8c4ac878-0804-4a4a-b513-667bb49495e4</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:40.0455904+00:00</IntegratedDate>
<OfficeQOCID>ae4bc3f9-aef0-476e-8411-485f76fe166b</OfficeQOCID>
<QOCGUID>af3c79fd-5294-429e-826e-e2c57e776013</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>8c4ac878-0804-4a4a-b513-667bb49495e4</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:40.0455904+00:00</IntegratedDate>
<OfficeQOCID>ae4bc3f9-aef0-476e-8411-485f76fe166b</OfficeQOCID>
<QOCGUID>af3c79fd-5294-429e-826e-e2c57e776013</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>