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": "90f16b02-dd9d-4f4d-81eb-059ca74efc66",
"ExternalPinchId": "sample string 2",
"Description": "sample string 3",
"ExternalAppId": "sample string 4"
},
{
"Id": "90f16b02-dd9d-4f4d-81eb-059ca74efc66",
"ExternalPinchId": "sample string 2",
"Description": "sample string 3",
"ExternalAppId": "sample string 4"
}
]