GET api/SavedBasketHeaders?userId={userId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SavedBasketHeaderName | Description | Type | Additional information |
---|---|---|---|
SavedBasketHeaderId | integer |
None. |
|
UserId | integer |
None. |
|
CreatedDate | date |
None. |
|
SaveDescription | string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
[ { "$id": "2", "savedBasketHeaderId": 1, "userId": 2, "createdDate": "2025-09-01T00:39:38.5280467+00:00", "saveDescription": "sample string 4" }, { "$ref": "2" } ]