PaginatedAppLinks
PaginatedAppLinks
A collection of App Links.
This class is array of PaginatedAppLink
JSON Example
[
{
"id": 1,
"type": "app_links",
"links": {
"self": "http://localhost:3000/app_volumes/app_links/1"
},
"attributes": {
"name": "string",
"launch_uri": "applink://deliver?app=e57afe60-704d-4fbf-8276-3cdc78689b96&launch=7e9e4004-742c-e493-1def-e2ba1332ee07",
"entry_point": "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Notepad++.lnk",
"app_run_command": "\"%svagent%svservice\" app run e57afe60-704d-4fbf-8276-3cdc78689b96 \"C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Notepad++.lnk\"",
"description": "string",
"created_at": "2021-12-03 13:10:13 -0800",
"updated_at": "2021-12-03 13:10:13 -0800"
},
"relationships": {
"app_product": {
"data": {
"type": "app_products",
"id": 1
}
},
"app_packages": [
{
"data": {
"type": "app_packages",
"id": 1
}
}
]
}
}
]