...
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
filters | Y | 1 | Map<String, String[]> Object | The content of search criteria filters | |
startTime | N | 1 | long | start time; search range | |
endTime | N | 1 | long | end time; search range | |
maxResult | N | 1 | integer | maximum result rows |
Response Body
Attribute | Required? | Cardinality | Content | Values | Description |
---|---|---|---|---|---|
Response | Y | 1 | javax.ws.rs.core.Response = List<SoInfraRequest> | A response represent a list of SoInfraRequest |
...