GET api/Report/GetRecords?organisationId={organisationId}&reportId={reportId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organisationId | integer |
Default value is 0 |
|
| reportId | string |
Default value is HardwareAllWindowsDomainsGeneralDetails |
Body Parameters
None.
Response Information
Resource Description
Collection of Collection of stringResponse Formats
application/json, text/json
Sample:
[
[
"sample string 1",
"sample string 2"
],
[
"sample string 1",
"sample string 2"
]
]