GET api/Bundle/{Id}/shallow
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShallowBundleModelName | 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": "2025-05-13T23:15:23.1556261+00:00", "EndDate": "2025-05-13T23:15:23.1556261+00:00", "Price": 5.0, "Active": true, "Identifier": "ac0ae64b-263b-4207-bbef-4f072770af43", "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" } ] }