Show a list of cards.Copy Pageget https://localhost/resources/private/v1/cardsQuery ParamsincludestringAllows to request the inclusion of related resources.Available relations:* userExample: userfilter[status]stringApplies filtering on the 'status' field.Available statuses: [1 - PENDING, 2 - PRE_ACTIVE, 3 - ACTIVE, 4 - FROZEN, 5 - LOST, 6 - EXPIRED, 7 - CLOSED, 8 - FAILED, 9 - BLOCKED].Available filters: in.* in: field must be equal one of the values from a given set - in:1,2,3;Example: in:2,5filter[type]stringApplies filtering on the 'type' field.Available types: [1 - PLASTIC, 2 - VIRTUAL, 3 - METAL].Available filters: in.* in: field must be equal one of the values from a given set - in:1,2,3;Example: in:1,2filter[dateFrom]stringApplies filtering on the 'createdAt' field.The 'dateFrom' must be in time.Time format.Available filters: [ge, gt].ge: field greater than or equal to the given value - ge:value; gt: field greater than the given value - gt:value;Example: ge:2023-11-01T13:00:00Zfilter[dateTo]stringApplies filtering on the 'createdAt' field.The 'dateTo' must be in time.Time format.Available filters: [le, lt].le: field less than or equal to the given value - le:value; lt: field less than the given value - lt:value;Example: le:2023-11-01T13:00:00ZsearchstringRequests to search for cards by the occurrence of a substring in the 'cardNumber', 'email' or 'nameOnCard' fields.Example: 324sortstringSpecifies the sort order of the list.For ascending sorting, the field name is specified, and for descending sorting, a minus sign '-' is placed in front of the field name.Sorting can include several fields separated by commas.Default sort: by creation date in descending order.Available fields are:status type* cardNumberExample: status,-typepageintegerSets the page number (default 1)Example: 5limitintegerSets the number of items per page (default 10, max 100)Example: 25Responses 200The list of cards 400The request is invalid 401The request is unauthorized 403The request is forbidden 500The server cannot process the requestUpdated about 1 month ago Show a product by keyIssue a card.Did this page help you?YesNo