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 SavedBasketHeader| Name | 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": "2026-03-21T21:53:34.3057361+00:00",
"saveDescription": "sample string 4"
},
{
"$ref": "2"
}
]