GET api/agents/GetIntegratedAgentsByBrokerAndOfficeID/{brokerQOCGUID},{officeQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | globally unique identifier |
Required |
|
| officeQOCGUID | 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": "8a3c898a-55dc-495c-a021-8c41fe03c889",
"OfficeQOCID": "f5828363-a5a0-47ce-a79d-76b69aaa05fc",
"SourceID": "sample string 2",
"QOCGUID": "d55a8555-0cc3-4a51-a056-d4e4c58a8920",
"IntegratedDate": "2026-03-10T01:16:47.3306163+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "8a3c898a-55dc-495c-a021-8c41fe03c889",
"OfficeQOCID": "f5828363-a5a0-47ce-a79d-76b69aaa05fc",
"SourceID": "sample string 2",
"QOCGUID": "d55a8555-0cc3-4a51-a056-d4e4c58a8920",
"IntegratedDate": "2026-03-10T01:16:47.3306163+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>8a3c898a-55dc-495c-a021-8c41fe03c889</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:47.3306163+00:00</IntegratedDate>
<OfficeQOCID>f5828363-a5a0-47ce-a79d-76b69aaa05fc</OfficeQOCID>
<QOCGUID>d55a8555-0cc3-4a51-a056-d4e4c58a8920</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>8a3c898a-55dc-495c-a021-8c41fe03c889</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:47.3306163+00:00</IntegratedDate>
<OfficeQOCID>f5828363-a5a0-47ce-a79d-76b69aaa05fc</OfficeQOCID>
<QOCGUID>d55a8555-0cc3-4a51-a056-d4e4c58a8920</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>