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": "b6f3762c-84ed-4acf-895c-83bd72288ed3",
"OfficeQOCID": "3c5430e7-370d-411f-b2cb-2260ea48657c",
"SourceID": "sample string 2",
"QOCGUID": "357eaf52-ca49-4955-89bd-bfe2e2cb08bc",
"IntegratedDate": "2026-07-28T12:22:17.5315505+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "b6f3762c-84ed-4acf-895c-83bd72288ed3",
"OfficeQOCID": "3c5430e7-370d-411f-b2cb-2260ea48657c",
"SourceID": "sample string 2",
"QOCGUID": "357eaf52-ca49-4955-89bd-bfe2e2cb08bc",
"IntegratedDate": "2026-07-28T12:22:17.5315505+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>b6f3762c-84ed-4acf-895c-83bd72288ed3</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T12:22:17.5315505+00:00</IntegratedDate>
<OfficeQOCID>3c5430e7-370d-411f-b2cb-2260ea48657c</OfficeQOCID>
<QOCGUID>357eaf52-ca49-4955-89bd-bfe2e2cb08bc</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>b6f3762c-84ed-4acf-895c-83bd72288ed3</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-07-28T12:22:17.5315505+00:00</IntegratedDate>
<OfficeQOCID>3c5430e7-370d-411f-b2cb-2260ea48657c</OfficeQOCID>
<QOCGUID>357eaf52-ca49-4955-89bd-bfe2e2cb08bc</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>