GET api/AppSettings/GetDailyProjectFormDetail

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AppSetting
NameDescriptionTypeAdditional information
ID

integer

None.

KeyName

string

None.

Value

string

None.

Description

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

IsDelete

boolean

None.

UpdatedBy

integer

None.

CreatedBy

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "KeyName": "sample string 2",
    "Value": "sample string 3",
    "Description": "sample string 4",
    "CreatedDate": "2026-06-30T14:15:04.6421923+01:00",
    "UpdatedDate": "2026-06-30T14:15:04.6421923+01:00",
    "IsDelete": true,
    "UpdatedBy": 1,
    "CreatedBy": 1
  },
  {
    "ID": 1,
    "KeyName": "sample string 2",
    "Value": "sample string 3",
    "Description": "sample string 4",
    "CreatedDate": "2026-06-30T14:15:04.6421923+01:00",
    "UpdatedDate": "2026-06-30T14:15:04.6421923+01:00",
    "IsDelete": true,
    "UpdatedBy": 1,
    "CreatedBy": 1
  }
]

text/xml

Sample:
<ArrayOfAppSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Entity">
  <AppSetting>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2026-06-30T14:15:04.6421923+01:00</CreatedDate>
    <Description>sample string 4</Description>
    <ID>1</ID>
    <IsDelete>true</IsDelete>
    <KeyName>sample string 2</KeyName>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2026-06-30T14:15:04.6421923+01:00</UpdatedDate>
    <Value>sample string 3</Value>
  </AppSetting>
  <AppSetting>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2026-06-30T14:15:04.6421923+01:00</CreatedDate>
    <Description>sample string 4</Description>
    <ID>1</ID>
    <IsDelete>true</IsDelete>
    <KeyName>sample string 2</KeyName>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2026-06-30T14:15:04.6421923+01:00</UpdatedDate>
    <Value>sample string 3</Value>
  </AppSetting>
</ArrayOfAppSetting>