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": "5c5cbede-39b7-4ac6-a039-d883e0019759",
"OfficeQOCID": "da562844-a8db-48f9-9494-0060fa98b2c4",
"SourceID": "sample string 2",
"QOCGUID": "f6f7c855-66fe-40ed-b9ba-8db90fdab1fc",
"IntegratedDate": "2026-05-08T00:47:03.9037444+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "5c5cbede-39b7-4ac6-a039-d883e0019759",
"OfficeQOCID": "da562844-a8db-48f9-9494-0060fa98b2c4",
"SourceID": "sample string 2",
"QOCGUID": "f6f7c855-66fe-40ed-b9ba-8db90fdab1fc",
"IntegratedDate": "2026-05-08T00:47:03.9037444+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>5c5cbede-39b7-4ac6-a039-d883e0019759</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:03.9037444+00:00</IntegratedDate>
<OfficeQOCID>da562844-a8db-48f9-9494-0060fa98b2c4</OfficeQOCID>
<QOCGUID>f6f7c855-66fe-40ed-b9ba-8db90fdab1fc</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>5c5cbede-39b7-4ac6-a039-d883e0019759</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-08T00:47:03.9037444+00:00</IntegratedDate>
<OfficeQOCID>da562844-a8db-48f9-9494-0060fa98b2c4</OfficeQOCID>
<QOCGUID>f6f7c855-66fe-40ed-b9ba-8db90fdab1fc</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>