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": "865200f3-b2d3-47c5-9253-7a9924aee420",
"OfficeQOCID": "ea034b9d-a387-40b9-ba42-f4175e9588f3",
"SourceID": "sample string 2",
"QOCGUID": "5fe9a064-f645-40bd-abad-7d9af629449e",
"IntegratedDate": "2026-05-07T22:26:11.7966764+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "865200f3-b2d3-47c5-9253-7a9924aee420",
"OfficeQOCID": "ea034b9d-a387-40b9-ba42-f4175e9588f3",
"SourceID": "sample string 2",
"QOCGUID": "5fe9a064-f645-40bd-abad-7d9af629449e",
"IntegratedDate": "2026-05-07T22:26:11.7966764+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>865200f3-b2d3-47c5-9253-7a9924aee420</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-07T22:26:11.7966764+00:00</IntegratedDate>
<OfficeQOCID>ea034b9d-a387-40b9-ba42-f4175e9588f3</OfficeQOCID>
<QOCGUID>5fe9a064-f645-40bd-abad-7d9af629449e</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>865200f3-b2d3-47c5-9253-7a9924aee420</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-07T22:26:11.7966764+00:00</IntegratedDate>
<OfficeQOCID>ea034b9d-a387-40b9-ba42-f4175e9588f3</OfficeQOCID>
<QOCGUID>5fe9a064-f645-40bd-abad-7d9af629449e</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>