GET api/FlashMessages

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FlashMessage
NameDescriptionTypeAdditional information
Description

string

None.

Type

integer

None.

Title

string

None.

IsArchived

boolean

None.

SendNotification

boolean

None.

Id

integer

None.

IsActive

boolean

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

string

None.

ModifiedById

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Description": "sample string 1",
    "Type": 2,
    "Title": "sample string 3",
    "IsArchived": true,
    "SendNotification": true,
    "Id": 6,
    "IsActive": true,
    "CreatedDate": "2024-10-07T17:33:48.1783042+05:30",
    "ModifiedDate": "2024-10-07T17:33:48.1783042+05:30",
    "CreatedById": "sample string 8",
    "ModifiedById": "sample string 9"
  },
  {
    "Description": "sample string 1",
    "Type": 2,
    "Title": "sample string 3",
    "IsArchived": true,
    "SendNotification": true,
    "Id": 6,
    "IsActive": true,
    "CreatedDate": "2024-10-07T17:33:48.1783042+05:30",
    "ModifiedDate": "2024-10-07T17:33:48.1783042+05:30",
    "CreatedById": "sample string 8",
    "ModifiedById": "sample string 9"
  }
]