GET api/keypersons/GetIntegratedKeyPersonsByBrokerAndOfficeID/{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": "2665360b-735a-4883-95fc-c9f7657b8df5",
"OfficeQOCID": "6e8d6ace-3800-4d62-9744-d2035e10e5c6",
"SourceID": "sample string 2",
"QOCGUID": "4b3e9a2a-f1de-442f-8b6c-3fbc0b89b8b9",
"IntegratedDate": "2026-05-08T00:47:32.561483+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "2665360b-735a-4883-95fc-c9f7657b8df5",
"OfficeQOCID": "6e8d6ace-3800-4d62-9744-d2035e10e5c6",
"SourceID": "sample string 2",
"QOCGUID": "4b3e9a2a-f1de-442f-8b6c-3fbc0b89b8b9",
"IntegratedDate": "2026-05-08T00:47:32.561483+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>2665360b-735a-4883-95fc-c9f7657b8df5</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:32.561483+00:00</IntegratedDate>
<OfficeQOCID>6e8d6ace-3800-4d62-9744-d2035e10e5c6</OfficeQOCID>
<QOCGUID>4b3e9a2a-f1de-442f-8b6c-3fbc0b89b8b9</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>2665360b-735a-4883-95fc-c9f7657b8df5</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:32.561483+00:00</IntegratedDate>
<OfficeQOCID>6e8d6ace-3800-4d62-9744-d2035e10e5c6</OfficeQOCID>
<QOCGUID>4b3e9a2a-f1de-442f-8b6c-3fbc0b89b8b9</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>