POST services/api/rest/v1/Get_RestMessage

Request Information

URI Parameters

None.

Body Parameters

RestBasicFilter
NameDescriptionTypeAdditional information
Start

integer

None.

FiterText

string

None.

Limit

integer

None.

LocationId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "FiterText": "sample string 2",
  "Limit": 3,
  "LocationId": 4,
  "Type": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestMessages_Master
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

ActionId

integer

None.

ActionName

string

None.

ContentText

string

None.

LocId

integer

None.

IsDefault

boolean

None.

IsActive

boolean

None.

MessageType

string

None.

UserId

integer

None.

IsHTML

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "ActionId": 3,
    "ActionName": "sample string 4",
    "ContentText": "sample string 5",
    "LocId": 6,
    "IsDefault": true,
    "IsActive": true,
    "MessageType": "sample string 9",
    "UserId": 10,
    "IsHTML": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "ActionId": 3,
    "ActionName": "sample string 4",
    "ContentText": "sample string 5",
    "LocId": 6,
    "IsDefault": true,
    "IsActive": true,
    "MessageType": "sample string 9",
    "UserId": 10,
    "IsHTML": true
  }
]