GET api/Security/mobilerapplications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MobileApplicationName | 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-04-03T08:30:48.8815398Z" }, { "ID": 1, "Description": "sample string 2", "LastChanged": "2025-04-03T08:30:48.8815398Z" } ]
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-04-03T08:30:48.8815398+00:00</LastChanged> </MobileApplication> <MobileApplication> <Description>sample string 2</Description> <ID>1</ID> <LastChanged>2025-04-03T08:30:48.8815398+00:00</LastChanged> </MobileApplication> </ArrayOfMobileApplication>