GET api/Bundle/ByState/{StateId}/shallow

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StateId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ShallowBundleModel
NameDescriptionTypeAdditional 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:12:08.5822624+00:00",
  "EndDate": "2025-05-13T23:12:08.5822624+00:00",
  "Price": 5.0,
  "Active": true,
  "Identifier": "1f9de723-577b-4ed4-900a-f901b50c8bf7",
  "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"
    }
  ]
}