GET api/Security/mobilerapplications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MobileApplication| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| LastChanged | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Description": "sample string 2",
"LastChanged": "2025-12-20T23:19:53.7250616Z"
},
{
"ID": 1,
"Description": "sample string 2",
"LastChanged": "2025-12-20T23:19:53.7250616Z"
}
]
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>2025-12-20T23:19:53.7250616+00:00</LastChanged>
</MobileApplication>
<MobileApplication>
<Description>sample string 2</Description>
<ID>1</ID>
<LastChanged>2025-12-20T23:19:53.7250616+00:00</LastChanged>
</MobileApplication>
</ArrayOfMobileApplication>