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": "f2202f49-2022-4c4c-a17f-09bcf91ec3f1",
"OfficeQOCID": "dee7c640-efc4-4342-a32c-4212d67831fb",
"SourceID": "sample string 2",
"QOCGUID": "43ebed3d-f6ee-4af4-b813-b52ac6801788",
"IntegratedDate": "2026-05-07T22:26:10.5857947+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "f2202f49-2022-4c4c-a17f-09bcf91ec3f1",
"OfficeQOCID": "dee7c640-efc4-4342-a32c-4212d67831fb",
"SourceID": "sample string 2",
"QOCGUID": "43ebed3d-f6ee-4af4-b813-b52ac6801788",
"IntegratedDate": "2026-05-07T22:26:10.5857947+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>f2202f49-2022-4c4c-a17f-09bcf91ec3f1</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-07T22:26:10.5857947+00:00</IntegratedDate>
<OfficeQOCID>dee7c640-efc4-4342-a32c-4212d67831fb</OfficeQOCID>
<QOCGUID>43ebed3d-f6ee-4af4-b813-b52ac6801788</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>f2202f49-2022-4c4c-a17f-09bcf91ec3f1</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-07T22:26:10.5857947+00:00</IntegratedDate>
<OfficeQOCID>dee7c640-efc4-4342-a32c-4212d67831fb</OfficeQOCID>
<QOCGUID>43ebed3d-f6ee-4af4-b813-b52ac6801788</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>