GET api/Security/mobilerapplications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MobileApplication
NameDescriptionTypeAdditional information
ID

integer

None.

Description

string

None.

LastChanged

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Description": "sample string 2",
    "LastChanged": "2024-05-18T05:54:41.2723363Z"
  },
  {
    "ID": 1,
    "Description": "sample string 2",
    "LastChanged": "2024-05-18T05:54:41.2723363Z"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMobileApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
  <MobileApplication>
    <Description>sample string 2</Description>
    <ID>1</ID>
    <LastChanged>2024-05-18T05:54:41.2723363+00:00</LastChanged>
  </MobileApplication>
  <MobileApplication>
    <Description>sample string 2</Description>
    <ID>1</ID>
    <LastChanged>2024-05-18T05:54:41.2723363+00:00</LastChanged>
  </MobileApplication>
</ArrayOfMobileApplication>