GET api/Bundle/shallow
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShallowBundleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| StateID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Price | decimal number |
None. |
|
| Active | boolean |
None. |
|
| Identifier | globally unique identifier |
None. |
|
| MarketingDescription | string |
None. |
|
| Hours | decimal number |
None. |
|
| Specialties | Collection of SpecialtyModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"StateID": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"StartDate": "2026-02-04T03:47:47.6394522+00:00",
"EndDate": "2026-02-04T03:47:47.6394522+00:00",
"Price": 5.0,
"Active": true,
"Identifier": "29eaefb9-2517-4e57-91b6-2ff000c0cdf0",
"MarketingDescription": "sample string 7",
"Hours": 8.0,
"Specialties": [
{
"ID": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"BlueIcon": "sample string 4",
"WhiteIcon": "sample string 5",
"GroupID": 6,
"Hours": 7.0,
"FriendlyURL": "sample string 8",
"IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png"
},
{
"ID": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"BlueIcon": "sample string 4",
"WhiteIcon": "sample string 5",
"GroupID": 6,
"Hours": 7.0,
"FriendlyURL": "sample string 8",
"IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png"
}
]
},
{
"ID": 1,
"StateID": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"StartDate": "2026-02-04T03:47:47.6394522+00:00",
"EndDate": "2026-02-04T03:47:47.6394522+00:00",
"Price": 5.0,
"Active": true,
"Identifier": "29eaefb9-2517-4e57-91b6-2ff000c0cdf0",
"MarketingDescription": "sample string 7",
"Hours": 8.0,
"Specialties": [
{
"ID": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"BlueIcon": "sample string 4",
"WhiteIcon": "sample string 5",
"GroupID": 6,
"Hours": 7.0,
"FriendlyURL": "sample string 8",
"IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png"
},
{
"ID": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"BlueIcon": "sample string 4",
"WhiteIcon": "sample string 5",
"GroupID": 6,
"Hours": 7.0,
"FriendlyURL": "sample string 8",
"IconURL": "https://cdn.lexvid.com/images/specialty/sample-string-3.png"
}
]
}
]