Response Structure
200 OK returns string of type application/json with the following body params.
| Name | Description | Field Type |
|---|---|---|
response
|
Contains the response attributes. |
response
|
message
|
Failure description in case of error. |
String
|
appStatusCode
|
Application specific status code for the response. Will be non-null for failure response. |
String
|
tags
|
More info in case of failure response. | NA |
response
| Name | Description | Field Type |
|---|---|---|
response
|
Contains the response attributes. |
Inventory response
|
message
|
If matching records are found for the search query -
If no records are available for the search query -
|
NA |
Inventory response
| Name | Description | Field Type |
|---|---|---|
objects
|
Certificate metadata | Array of Certificate json. |
totalRecords
|
Total no of records matching the search criteria. |
String
|
obtainedRecords
|
No of records fetched for the query. |
String
|
obtainedRecordRange
|
Index of the records fetched. |
obtainedRecordRange
|
obtainedRecordRange
| Name | Description | Field Type |
|---|---|---|
start
|
Start index of the fetched record. |
String
|
end
|
End index of the fetched record. |
String
|