GET api/agents/GetIntegratedAgentsByBrokerAndOfficeIDAndDate/{brokerQOCGUID},{officeQOCGUID},{integratedSince}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | globally unique identifier |
Required |
|
| officeQOCGUID | globally unique identifier |
Required |
|
| integratedSince | date |
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": "40f55d7b-bb5c-4a5e-af76-5da64c0e0fd9",
"OfficeQOCID": "15814b1d-2ff4-4761-bf5f-9250ae78cdf7",
"SourceID": "sample string 2",
"QOCGUID": "8d881237-2842-45d5-923e-c89fe689dbc7",
"IntegratedDate": "2026-03-10T01:16:45.0047803+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "40f55d7b-bb5c-4a5e-af76-5da64c0e0fd9",
"OfficeQOCID": "15814b1d-2ff4-4761-bf5f-9250ae78cdf7",
"SourceID": "sample string 2",
"QOCGUID": "8d881237-2842-45d5-923e-c89fe689dbc7",
"IntegratedDate": "2026-03-10T01:16:45.0047803+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>40f55d7b-bb5c-4a5e-af76-5da64c0e0fd9</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:45.0047803+00:00</IntegratedDate>
<OfficeQOCID>15814b1d-2ff4-4761-bf5f-9250ae78cdf7</OfficeQOCID>
<QOCGUID>8d881237-2842-45d5-923e-c89fe689dbc7</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>40f55d7b-bb5c-4a5e-af76-5da64c0e0fd9</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:16:45.0047803+00:00</IntegratedDate>
<OfficeQOCID>15814b1d-2ff4-4761-bf5f-9250ae78cdf7</OfficeQOCID>
<QOCGUID>8d881237-2842-45d5-923e-c89fe689dbc7</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>