GET api/storageCards/Closed
Get closed storage cards in paged format
Request Information
URI Parameters
None.
Body Parameters
None.
Remarks
None.
Example
//Gets all closed storage cards in the fifth page.
http://localhost/api/storageCards?pageNumber=5
//Gets all closed storage cards, in the fifth page with default page size of 25.
http://localhost/api/storageCards?pageNumber=5&pageSize=25
Response Information
Resource Description
PagedStorageInfoDataLite| Name | Description | Type | Additional information |
|---|---|---|---|
| StorageCards | Collection of StorageCardLiteResponse |
None. |
|
| TotalPages | integer |
None. |
|
| NextPage | string |
None. |
|
| PreviousPage | string |
None. |
|
| LastPage | string |
None. |
|
| FirstPage | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.