GET api/UserHomeWithoutLogin/GetTblAboutUs

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TblAboutUs
NameDescriptionTypeAdditional information
AboutId

integer

None.

AboutHeading

string

None.

Description

string

None.

ImageName

string

None.

IsActive

string

None.

CreatedDate

date

None.

CreatedBYID

integer

None.

UpdatedDate

date

None.

UpdatedBYID

integer

None.

Status

integer

None.

SmallHeading

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AboutId": 1,
    "AboutHeading": "sample string 2",
    "Description": "sample string 3",
    "ImageName": "sample string 4",
    "IsActive": "sample string 5",
    "CreatedDate": "2025-12-18T09:40:51.099208-08:00",
    "CreatedBYID": 1,
    "UpdatedDate": "2025-12-18T09:40:51.099208-08:00",
    "UpdatedBYID": 1,
    "Status": 1,
    "SmallHeading": "sample string 6"
  },
  {
    "AboutId": 1,
    "AboutHeading": "sample string 2",
    "Description": "sample string 3",
    "ImageName": "sample string 4",
    "IsActive": "sample string 5",
    "CreatedDate": "2025-12-18T09:40:51.099208-08:00",
    "CreatedBYID": 1,
    "UpdatedDate": "2025-12-18T09:40:51.099208-08:00",
    "UpdatedBYID": 1,
    "Status": 1,
    "SmallHeading": "sample string 6"
  }
]