GET api/keypersons/GetIntegratedKeyPersonsByBrokerAndOfficeIDAndDate/{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": "b2776330-c848-4773-a8ba-f89a9bcf9d9f",
"OfficeQOCID": "e9952ccc-e68a-4027-b228-ecb7634411f3",
"SourceID": "sample string 2",
"QOCGUID": "e940f09e-6321-4982-9049-dcc264600d37",
"IntegratedDate": "2026-05-07T22:26:11.7654273+00:00",
"EntityDetail": "sample string 5"
},
{
"BrokerageQOCID": "b2776330-c848-4773-a8ba-f89a9bcf9d9f",
"OfficeQOCID": "e9952ccc-e68a-4027-b228-ecb7634411f3",
"SourceID": "sample string 2",
"QOCGUID": "e940f09e-6321-4982-9049-dcc264600d37",
"IntegratedDate": "2026-05-07T22:26:11.7654273+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>b2776330-c848-4773-a8ba-f89a9bcf9d9f</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-07T22:26:11.7654273+00:00</IntegratedDate>
<OfficeQOCID>e9952ccc-e68a-4027-b228-ecb7634411f3</OfficeQOCID>
<QOCGUID>e940f09e-6321-4982-9049-dcc264600d37</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
<SuccessIntegrationDTO>
<BrokerageQOCID>b2776330-c848-4773-a8ba-f89a9bcf9d9f</BrokerageQOCID>
<EntityDetail>sample string 5</EntityDetail>
<IntegratedDate>2026-05-07T22:26:11.7654273+00:00</IntegratedDate>
<OfficeQOCID>e9952ccc-e68a-4027-b228-ecb7634411f3</OfficeQOCID>
<QOCGUID>e940f09e-6321-4982-9049-dcc264600d37</QOCGUID>
<SourceID>sample string 2</SourceID>
</SuccessIntegrationDTO>
</ArrayOfSuccessIntegrationDTO>