GET api/keypersons/GetIntegratedKeyPersonsByBrokerID/{brokerQOCGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brokerQOCGUID | 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": "ac0f2253-f397-4520-aa0c-ec19ae6afedc",
"OfficeQOCID": "f7a92120-424e-479d-86c6-e88e441671c9",
"SourceID": "sample string 2",
"QOCGUID": "e15f1900-8ad6-4cc7-b14c-61379f6739f6",
"IntegratedDate": "2026-03-10T01:17:58.0406257+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "ac0f2253-f397-4520-aa0c-ec19ae6afedc",
"OfficeQOCID": "f7a92120-424e-479d-86c6-e88e441671c9",
"SourceID": "sample string 2",
"QOCGUID": "e15f1900-8ad6-4cc7-b14c-61379f6739f6",
"IntegratedDate": "2026-03-10T01:17:58.0406257+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>ac0f2253-f397-4520-aa0c-ec19ae6afedc</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:17:58.0406257+00:00</IntegratedDate>
<OfficeQOCID>f7a92120-424e-479d-86c6-e88e441671c9</OfficeQOCID>
<QOCGUID>e15f1900-8ad6-4cc7-b14c-61379f6739f6</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>ac0f2253-f397-4520-aa0c-ec19ae6afedc</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-03-10T01:17:58.0406257+00:00</IntegratedDate>
<OfficeQOCID>f7a92120-424e-479d-86c6-e88e441671c9</OfficeQOCID>
<QOCGUID>e15f1900-8ad6-4cc7-b14c-61379f6739f6</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>