GET api/AdminApi/GetPriorityList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PriorityListDataModel
NameDescriptionTypeAdditional information
Id

integer

None.

MobileNo

string

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

UpdateBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "MobileNo": "sample string 2",
    "CreatedDate": "2025-12-06T10:47:16.9232421+05:00",
    "CreatedBy": "sample string 4",
    "UpdatedDate": "2025-12-06T10:47:16.9232421+05:00",
    "UpdateBy": "sample string 6"
  },
  {
    "Id": 1,
    "MobileNo": "sample string 2",
    "CreatedDate": "2025-12-06T10:47:16.9232421+05:00",
    "CreatedBy": "sample string 4",
    "UpdatedDate": "2025-12-06T10:47:16.9232421+05:00",
    "UpdateBy": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPriorityListDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels.ViewModels">
  <PriorityListDataModel>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDate>2025-12-06T10:47:16.9232421+05:00</CreatedDate>
    <Id>1</Id>
    <MobileNo>sample string 2</MobileNo>
    <UpdateBy>sample string 6</UpdateBy>
    <UpdatedDate>2025-12-06T10:47:16.9232421+05:00</UpdatedDate>
  </PriorityListDataModel>
  <PriorityListDataModel>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDate>2025-12-06T10:47:16.9232421+05:00</CreatedDate>
    <Id>1</Id>
    <MobileNo>sample string 2</MobileNo>
    <UpdateBy>sample string 6</UpdateBy>
    <UpdatedDate>2025-12-06T10:47:16.9232421+05:00</UpdatedDate>
  </PriorityListDataModel>
</ArrayOfPriorityListDataModel>