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": "3782b0ba-5ee6-49a8-8c0b-b89c41fffbd4",
"OfficeQOCID": "3541b8e1-3ec5-455d-a384-c3d7544d864b",
"SourceID": "sample string 2",
"QOCGUID": "21e80405-17ee-4d5e-94bc-4b1e2f415b0d",
"IntegratedDate": "2026-07-28T11:42:10.0097841+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "3782b0ba-5ee6-49a8-8c0b-b89c41fffbd4",
"OfficeQOCID": "3541b8e1-3ec5-455d-a384-c3d7544d864b",
"SourceID": "sample string 2",
"QOCGUID": "21e80405-17ee-4d5e-94bc-4b1e2f415b0d",
"IntegratedDate": "2026-07-28T11:42:10.0097841+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>3782b0ba-5ee6-49a8-8c0b-b89c41fffbd4</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T11:42:10.0097841+00:00</IntegratedDate>
<OfficeQOCID>3541b8e1-3ec5-455d-a384-c3d7544d864b</OfficeQOCID>
<QOCGUID>21e80405-17ee-4d5e-94bc-4b1e2f415b0d</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>3782b0ba-5ee6-49a8-8c0b-b89c41fffbd4</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T11:42:10.0097841+00:00</IntegratedDate>
<OfficeQOCID>3541b8e1-3ec5-455d-a384-c3d7544d864b</OfficeQOCID>
<QOCGUID>21e80405-17ee-4d5e-94bc-4b1e2f415b0d</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>