Get Subscription
13.1 Get Subscription
Request
Method | URL |
GET | /subscriptions |
Query Params
id(Optional): List of subscriptionIDs to filter.
page (Optional): Page number for pagination.
size (Optional): Number of items per page for pagination.
Response
Status | Response |
200 | { "status": true, "data": { "items": [ { "merchant_id": 60, "name": null, "product_id": 1, "buyer_member_id": 70, "card_id": 80, "price": 10.0, "createdDate": "2024-01-09T14:45:26.872208", "updatedDate": "2024-01-09T14:46:02.484645", "is_active": true, "id": 3, "next_payment_date": "2024-01-09T14:45:26.985071", "is_mailed": true, "currency": "TRY", "deletedDate": null }, { "merchant_id": 60, "name": null, "product_id": 1, "buyer_member_id": 70, "card_id": 80, "price": 10.0, "createdDate": "2024-01-09T14:45:27.123189", "updatedDate": "2024-01-09T14:46:04.472916", "is_active": true, "id": 4, "next_payment_date": "2024-01-09T14:45:26.985071", "is_mailed": true, "currency": "TRY", "deletedDate": null }, { "merchant_id": 60, "name": "Item 1", "product_id": 1, "buyer_member_id": 70, "card_id": 80, "price": 10.0, "createdDate": "2024-01-09T15:18:33.224219", "updatedDate": "2024-01-09T15:19:02.032731", "is_active": true, "id": 5, "next_payment_date": "2024-01-09T15:18:33.344320", "is_mailed": true, "currency": "TRY", "deletedDate": null }, { "merchant_id": 60, "name": "Item 1", "product_id": 1, "buyer_member_id": 70, "card_id": 80, "price": 10.0, "createdDate": "2024-01-09T15:18:33.490593", "updatedDate": "2024-01-09T15:19:03.874903", "is_active": true, "id": 6, "next_payment_date": "2024-01-09T15:18:33.344320", "is_mailed": true, "currency": "TRY", "deletedDate": null }, { "merchant_id": 60, "name": "test", "product_id": 1, "buyer_member_id": 1, "card_id": 1, "price": 10.0, "createdDate": null, "updatedDate": "2024-01-09T13:34:04.182671", "is_active": true, "id": 1, "next_payment_date": "2024-01-11T00:00:00", "is_mailed": true, "currency": "TRY", "deletedDate": null }, { "merchant_id": 60, "name": "test", "product_id": 1, "buyer_member_id": 1, "card_id": 1, "price": 10.0, "createdDate": null, "updatedDate": "2024-01-09T13:34:02.918376", "is_active": true, "id": 2, "next_payment_date": "2024-01-08T00:00:00", "is_mailed": true, "currency": "TRY", "deletedDate": null } ] }, "page": 1, "size": 6, "total_size": 6 } |
403 | |
400 | |
401 | |
401 | |
500 |
Last updated