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 UserExternalAppSettingDtoName | 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": "5a33802f-50d1-464d-b295-86190d7607c6", "ExternalPinchId": "sample string 2", "Description": "sample string 3", "ExternalAppId": "sample string 4" }, { "Id": "5a33802f-50d1-464d-b295-86190d7607c6", "ExternalPinchId": "sample string 2", "Description": "sample string 3", "ExternalAppId": "sample string 4" } ]