POST api/reporting/realtime
Request Information
URI Parameters
None.
Body Parameters
Collection of ReportRequestDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Facets | Collection of ReportFacet |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| BranchId | integer |
None. |
|
| IncludeDrafts | boolean |
None. |
|
| RoleTypes | Collection of string |
None. |
|
| ExcludeRoleTypes | Collection of string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Facets": [
0,
0
],
"NegotiatorIds": [
1,
1
],
"From": "2025-11-14T07:12:13.3508125Z",
"To": "2025-11-14T07:12:13.3508125Z",
"BranchId": 1,
"IncludeDrafts": true,
"RoleTypes": [
"sample string 1",
"sample string 2"
],
"ExcludeRoleTypes": [
"sample string 1",
"sample string 2"
]
},
{
"Name": "sample string 1",
"Facets": [
0,
0
],
"NegotiatorIds": [
1,
1
],
"From": "2025-11-14T07:12:13.3508125Z",
"To": "2025-11-14T07:12:13.3508125Z",
"BranchId": 1,
"IncludeDrafts": true,
"RoleTypes": [
"sample string 1",
"sample string 2"
],
"ExcludeRoleTypes": [
"sample string 1",
"sample string 2"
]
}
]
Response Information
Resource Description
Collection of ReportResultDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Facet | ReportFacet |
None. |
|
| Value | decimal number |
None. |
|
| Name | string |
None. |
|
| NegotiatorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Facet": "ValuationsBooked",
"Value": 1.1,
"Name": "sample string 2",
"NegotiatorId": 3
},
{
"Facet": "ValuationsBooked",
"Value": 1.1,
"Name": "sample string 2",
"NegotiatorId": 3
}
]