GET user/silentpartnerwebclientsettings?registrationId={registrationId}&platform={platform}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
registrationId

string

Required

platform

SilentPartnerClientPlatform

Required

Body Parameters

None.

Response Information

Resource Description

UserSettingsDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CanSkip2NdStepVerificationForPatient

boolean

None.

CanSkip2NdStepVerificationForDoctor

boolean

None.

AccountId

globally unique identifier

None.

AccountName

string

None.

IsAllowedToComposeMessages

boolean

None.

MailSignature

string

None.

HasPurchasedPlugin

boolean

None.

ReferredByCarestream

boolean

None.

DefaultMessageSelfDestructValue

integer

None.

DeviceRegistrationIds

Collection of string

None.

Device

SilentAssistantDeviceDto

None.

UserFullName

string

None.

Platforms

Collection of SocialPlatformDto

None.

Posts

integer

None.

Scheduled

integer

None.

Failed

integer

None.

MissingSocialConnections

boolean

None.

HasSilentPartnerChromeAutoplayFixApplied

boolean

None.

FacebookAccessToken

string

None.

SilentPartnerWebClientSignalRDomain

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "3a8583e9-93f6-4a9b-90bd-13e7fd158d3f",
  "CanSkip2NdStepVerificationForPatient": true,
  "CanSkip2NdStepVerificationForDoctor": true,
  "AccountId": "af176720-c5ef-435f-a214-1fa1ae797b06",
  "AccountName": "sample string 5",
  "IsAllowedToComposeMessages": true,
  "MailSignature": "sample string 7",
  "HasPurchasedPlugin": true,
  "ReferredByCarestream": true,
  "DefaultMessageSelfDestructValue": 1,
  "DeviceRegistrationIds": [
    "sample string 1",
    "sample string 2"
  ],
  "Device": {
    "Id": "e75af696-4e25-443c-8fc3-3fb9fd1d4b08",
    "Name": "sample string 2",
    "CanReceiveCommands": true,
    "UsePortalOptions": true,
    "DefaultPlaylistId": "efea01db-b545-40dc-9cfd-3bd3f755af08",
    "DefaultPlaylistTitle": "sample string 5",
    "TimeForDeviceReset": "2024-03-28T14:04:15.0686974+00:00",
    "SecondsUntilDeviceReset": 6,
    "DeviceTimeZoneId": "sample string 7",
    "TimeZoneOptions": [
      {
        "Item1": "sample string 1",
        "Item2": "sample string 2"
      },
      {
        "Item1": "sample string 1",
        "Item2": "sample string 2"
      }
    ],
    "ChyronsEnabled": [
      1,
      2
    ],
    "ChyronOn": true,
    "YoutubeCachingOn": true,
    "ClosedCaptioningForYoutube": true,
    "StreamQuality": 0,
    "Platform": 0,
    "PlatformDisplay": "sample string 11",
    "IsPartOfDeviceGroup": true,
    "Location": "sample string 13",
    "RecurrentResetTimeInMinutes": 1
  },
  "UserFullName": "sample string 10",
  "Platforms": [
    {
      "Id": "sample string 1",
      "Display": "sample string 2",
      "Selected": true,
      "LoggedIn": true,
      "Failed": true,
      "Username": "sample string 6",
      "ProfilePicUrl": "sample string 7"
    },
    {
      "Id": "sample string 1",
      "Display": "sample string 2",
      "Selected": true,
      "LoggedIn": true,
      "Failed": true,
      "Username": "sample string 6",
      "ProfilePicUrl": "sample string 7"
    }
  ],
  "Posts": 11,
  "Scheduled": 12,
  "Failed": 13,
  "MissingSocialConnections": true,
  "HasSilentPartnerChromeAutoplayFixApplied": true,
  "FacebookAccessToken": "sample string 16",
  "SilentPartnerWebClientSignalRDomain": "sample string 17"
}

text/html

Sample:
{"Id":"3a8583e9-93f6-4a9b-90bd-13e7fd158d3f","CanSkip2NdStepVerificationForPatient":true,"CanSkip2NdStepVerificationForDoctor":true,"AccountId":"af176720-c5ef-435f-a214-1fa1ae797b06","AccountName":"sample string 5","IsAllowedToComposeMessages":true,"MailSignature":"sample string 7","HasPurchasedPlugin":true,"ReferredByCarestream":true,"DefaultMessageSelfDestructValue":1,"DeviceRegistrationIds":["sample string 1","sample string 2"],"Device":{"Id":"e75af696-4e25-443c-8fc3-3fb9fd1d4b08","Name":"sample string 2","CanReceiveCommands":true,"UsePortalOptions":true,"DefaultPlaylistId":"efea01db-b545-40dc-9cfd-3bd3f755af08","DefaultPlaylistTitle":"sample string 5","TimeForDeviceReset":"2024-03-28T14:04:15.0686974+00:00","SecondsUntilDeviceReset":6,"DeviceTimeZoneId":"sample string 7","TimeZoneOptions":[{"Item1":"sample string 1","Item2":"sample string 2"},{"Item1":"sample string 1","Item2":"sample string 2"}],"ChyronsEnabled":[1,2],"ChyronOn":true,"YoutubeCachingOn":true,"ClosedCaptioningForYoutube":true,"StreamQuality":0,"Platform":0,"PlatformDisplay":"sample string 11","IsPartOfDeviceGroup":true,"Location":"sample string 13","RecurrentResetTimeInMinutes":1},"UserFullName":"sample string 10","Platforms":[{"Id":"sample string 1","Display":"sample string 2","Selected":true,"LoggedIn":true,"Failed":true,"Username":"sample string 6","ProfilePicUrl":"sample string 7"},{"Id":"sample string 1","Display":"sample string 2","Selected":true,"LoggedIn":true,"Failed":true,"Username":"sample string 6","ProfilePicUrl":"sample string 7"}],"Posts":11,"Scheduled":12,"Failed":13,"MissingSocialConnections":true,"HasSilentPartnerChromeAutoplayFixApplied":true,"FacebookAccessToken":"sample string 16","SilentPartnerWebClientSignalRDomain":"sample string 17"}

application/xml, text/xml

Sample:
<UserSettingsDto>
  <Id>3a8583e9-93f6-4a9b-90bd-13e7fd158d3f</Id>
  <CanSkip2NdStepVerificationForPatient>true</CanSkip2NdStepVerificationForPatient>
  <CanSkip2NdStepVerificationForDoctor>true</CanSkip2NdStepVerificationForDoctor>
  <AccountId>af176720-c5ef-435f-a214-1fa1ae797b06</AccountId>
  <AccountName>sample string 5</AccountName>
  <IsAllowedToComposeMessages>true</IsAllowedToComposeMessages>
  <MailSignature>sample string 7</MailSignature>
  <HasPurchasedPlugin>true</HasPurchasedPlugin>
  <ReferredByCarestream>true</ReferredByCarestream>
  <DefaultMessageSelfDestructValue>1</DefaultMessageSelfDestructValue>
  <DeviceRegistrationIds>sample string 1</DeviceRegistrationIds>
  <DeviceRegistrationIds>sample string 2</DeviceRegistrationIds>
  <Device>
    <Id>e75af696-4e25-443c-8fc3-3fb9fd1d4b08</Id>
    <Name>sample string 2</Name>
    <CanReceiveCommands>true</CanReceiveCommands>
    <UsePortalOptions>true</UsePortalOptions>
    <DefaultPlaylistId>efea01db-b545-40dc-9cfd-3bd3f755af08</DefaultPlaylistId>
    <DefaultPlaylistTitle>sample string 5</DefaultPlaylistTitle>
    <TimeForDeviceReset>2024-03-28T14:04:15.0686974+00:00</TimeForDeviceReset>
    <SecondsUntilDeviceReset>6</SecondsUntilDeviceReset>
    <DeviceTimeZoneId>sample string 7</DeviceTimeZoneId>
    <TimeZoneOptions>
      <Item1>sample string 1</Item1>
      <Item2>sample string 2</Item2>
    </TimeZoneOptions>
    <TimeZoneOptions>
      <Item1>sample string 1</Item1>
      <Item2>sample string 2</Item2>
    </TimeZoneOptions>
    <ChyronsEnabled>1</ChyronsEnabled>
    <ChyronsEnabled>2</ChyronsEnabled>
    <ChyronOn>true</ChyronOn>
    <YoutubeCachingOn>true</YoutubeCachingOn>
    <ClosedCaptioningForYoutube>true</ClosedCaptioningForYoutube>
    <StreamQuality>0</StreamQuality>
    <Platform>0</Platform>
    <PlatformDisplay>sample string 11</PlatformDisplay>
    <IsPartOfDeviceGroup>true</IsPartOfDeviceGroup>
    <Location>sample string 13</Location>
    <RecurrentResetTimeInMinutes>1</RecurrentResetTimeInMinutes>
  </Device>
  <UserFullName>sample string 10</UserFullName>
  <Platforms>
    <Id>sample string 1</Id>
    <Display>sample string 2</Display>
    <Selected>true</Selected>
    <LoggedIn>true</LoggedIn>
    <Failed>true</Failed>
    <Username>sample string 6</Username>
    <ProfilePicUrl>sample string 7</ProfilePicUrl>
  </Platforms>
  <Platforms>
    <Id>sample string 1</Id>
    <Display>sample string 2</Display>
    <Selected>true</Selected>
    <LoggedIn>true</LoggedIn>
    <Failed>true</Failed>
    <Username>sample string 6</Username>
    <ProfilePicUrl>sample string 7</ProfilePicUrl>
  </Platforms>
  <Posts>11</Posts>
  <Scheduled>12</Scheduled>
  <Failed>13</Failed>
  <MissingSocialConnections>true</MissingSocialConnections>
  <HasSilentPartnerChromeAutoplayFixApplied>true</HasSilentPartnerChromeAutoplayFixApplied>
  <FacebookAccessToken>sample string 16</FacebookAccessToken>
  <SilentPartnerWebClientSignalRDomain>sample string 17</SilentPartnerWebClientSignalRDomain>
</UserSettingsDto>