GET api/clients/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfGetClientResponse
NameDescriptionTypeAdditional information
Data

GetClientResponse

None.

Errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Enabled": true,
    "ClientName": "sample string 2",
    "ClientId": "sample string 3",
    "ClientSecrets": [
      {
        "Key": "cff08795-f65b-4275-9b5e-4efe03fe71da",
        "Value": "sample string 2"
      },
      {
        "Key": "ffcb61bc-36a2-4e84-bc20-539815bd24d1",
        "Value": "sample string 2"
      }
    ],
    "RedirectUris": [
      {
        "Key": "5717dda7-31d0-4f15-89f2-a79617f334c6",
        "Value": "sample string 2"
      },
      {
        "Key": "2d197ee4-b2c0-480b-bf3e-57c149c72772",
        "Value": "sample string 2"
      }
    ],
    "AllowedScopes": [
      {
        "Key": "80046b92-d8e0-4786-bbbe-ca9361155d40",
        "Value": "sample string 2"
      },
      {
        "Key": "ae63d410-7e9a-44ad-82be-7b4163c411de",
        "Value": "sample string 2"
      }
    ],
    "AllowedCorsOrigins": [
      {
        "Key": "86b0f5e8-0dd4-4023-af3b-cf4aabd475ab",
        "Value": "sample string 2"
      },
      {
        "Key": "87697279-4528-4d16-a2bd-91dc9cb63bca",
        "Value": "sample string 2"
      }
    ],
    "PostLogoutRedirectUris": [
      {
        "Key": "0c092501-3466-4d63-b0c6-100edda36690",
        "Value": "sample string 2"
      },
      {
        "Key": "11c79826-d36a-49a4-8c47-255d4e1af2e7",
        "Value": "sample string 2"
      }
    ],
    "Flow": 4,
    "RequireConsent": true,
    "AllowRememberConsent": true,
    "ClientUri": "sample string 7",
    "AccessTokenType": 8,
    "AccountId": "45e99eab-a4f8-4c43-89bf-06fb5ea40a7a",
    "AccessTokenLifetime": 9,
    "EnableLocalLogin": true,
    "IdentityProviderRestrictions": [
      {
        "Key": "20656321-92d5-476e-9b3c-2a17acb2d661",
        "Value": "sample string 2"
      },
      {
        "Key": "b62b7ec0-3521-473e-9789-eee1a142f2b0",
        "Value": "sample string 2"
      }
    ],
    "ClientSignupFlowTemplate": [
      {
        "Key": 1,
        "Value": "sample string 1"
      },
      {
        "Key": 1,
        "Value": "sample string 1"
      }
    ],
    "ApiDlpGetAmxToken": "sample string 11",
    "ApiDlpPostAmxToken": "sample string 12",
    "AmxSecret": "sample string 13",
    "LayoutId": "sample string 14"
  },
  "Errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<ApiResponseOfGetClientResponsekbK6XzSn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Core">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses.Client">
    <d2p1:AccessTokenLifetime>9</d2p1:AccessTokenLifetime>
    <d2p1:AccessTokenType>8</d2p1:AccessTokenType>
    <d2p1:AccountId>45e99eab-a4f8-4c43-89bf-06fb5ea40a7a</d2p1:AccountId>
    <d2p1:AllowRememberConsent>true</d2p1:AllowRememberConsent>
    <d2p1:AllowedCorsOrigins xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>86b0f5e8-0dd4-4023-af3b-cf4aabd475ab</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>87697279-4528-4d16-a2bd-91dc9cb63bca</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
    </d2p1:AllowedCorsOrigins>
    <d2p1:AllowedScopes xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>80046b92-d8e0-4786-bbbe-ca9361155d40</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>ae63d410-7e9a-44ad-82be-7b4163c411de</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
    </d2p1:AllowedScopes>
    <d2p1:AmxSecret>sample string 13</d2p1:AmxSecret>
    <d2p1:ApiDlpGetAmxToken>sample string 11</d2p1:ApiDlpGetAmxToken>
    <d2p1:ApiDlpPostAmxToken>sample string 12</d2p1:ApiDlpPostAmxToken>
    <d2p1:ClientId>sample string 3</d2p1:ClientId>
    <d2p1:ClientName>sample string 2</d2p1:ClientName>
    <d2p1:ClientSecrets xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>cff08795-f65b-4275-9b5e-4efe03fe71da</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>ffcb61bc-36a2-4e84-bc20-539815bd24d1</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
    </d2p1:ClientSecrets>
    <d2p1:ClientSignupFlowTemplate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfClientSignupFlowTemplateKeysstring4T9o1gJJ>
        <d3p1:key>IsActive</d3p1:key>
        <d3p1:value>sample string 1</d3p1:value>
      </d3p1:KeyValuePairOfClientSignupFlowTemplateKeysstring4T9o1gJJ>
      <d3p1:KeyValuePairOfClientSignupFlowTemplateKeysstring4T9o1gJJ>
        <d3p1:key>IsActive</d3p1:key>
        <d3p1:value>sample string 1</d3p1:value>
      </d3p1:KeyValuePairOfClientSignupFlowTemplateKeysstring4T9o1gJJ>
    </d2p1:ClientSignupFlowTemplate>
    <d2p1:ClientUri>sample string 7</d2p1:ClientUri>
    <d2p1:EnableLocalLogin>true</d2p1:EnableLocalLogin>
    <d2p1:Enabled>true</d2p1:Enabled>
    <d2p1:Flow>4</d2p1:Flow>
    <d2p1:IdentityProviderRestrictions xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>20656321-92d5-476e-9b3c-2a17acb2d661</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>b62b7ec0-3521-473e-9789-eee1a142f2b0</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
    </d2p1:IdentityProviderRestrictions>
    <d2p1:LayoutId>sample string 14</d2p1:LayoutId>
    <d2p1:PostLogoutRedirectUris xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>0c092501-3466-4d63-b0c6-100edda36690</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>11c79826-d36a-49a4-8c47-255d4e1af2e7</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
    </d2p1:PostLogoutRedirectUris>
    <d2p1:RedirectUris xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>5717dda7-31d0-4f15-89f2-a79617f334c6</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
      <d3p1:KeyValuePairOfguidstring>
        <d3p1:key>2d197ee4-b2c0-480b-bf3e-57c149c72772</d3p1:key>
        <d3p1:value>sample string 2</d3p1:value>
      </d3p1:KeyValuePairOfguidstring>
    </d2p1:RedirectUris>
    <d2p1:RequireConsent>true</d2p1:RequireConsent>
  </Data>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Errors>
</ApiResponseOfGetClientResponsekbK6XzSn>