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
NameDescriptionTypeAdditional information
StorageCards

Collection of StorageCardLiteResponse

None.

TotalPages

Total number of pages.

integer

None.

NextPage

Link to the next page.

string

None.

PreviousPage

Link to the previous page.

string

None.

LastPage

Link to the last page.

string

None.

FirstPage

Link to the first page.

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.