GET api/users/{id}/externalAppSettings
Get user external app settings for pushing to devices
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserExternalAppSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ExternalPinchId | string |
None. |
|
| Description | string |
None. |
|
| ExternalAppId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8f8a9aa4-c3bd-4176-add6-79c636d11841",
"ExternalPinchId": "sample string 2",
"Description": "sample string 3",
"ExternalAppId": "sample string 4"
},
{
"Id": "8f8a9aa4-c3bd-4176-add6-79c636d11841",
"ExternalPinchId": "sample string 2",
"Description": "sample string 3",
"ExternalAppId": "sample string 4"
}
]