POST api/reporting/realtime
Request Information
URI Parameters
None.
Body Parameters
Collection of Dezrez.Core.DataContracts.External.Api.Reporting.ReportRequestDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Facets | Collection of Dezrez.Core.DataContracts.External.Api.Reporting.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": "2024-11-21T09:37:34.4238752Z", "To": "2024-11-21T09:37:34.4238752Z", "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": "2024-11-21T09:37:34.4238752Z", "To": "2024-11-21T09:37:34.4238752Z", "BranchId": 1, "IncludeDrafts": true, "RoleTypes": [ "sample string 1", "sample string 2" ], "ExcludeRoleTypes": [ "sample string 1", "sample string 2" ] } ]
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.External.Api.Reporting.ReportResultDataContractName | Description | Type | Additional information |
---|---|---|---|
Facet | Dezrez.Core.DataContracts.External.Api.Reporting.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 } ]