GET api/clients/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfGetClientResponse| Name | Description | Type | Additional 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": "4de0027e-25f2-42c3-a81e-d88c0d296ee3",
"Value": "sample string 2"
},
{
"Key": "6d8ca415-aee2-411f-b4e9-a5b1e07b8450",
"Value": "sample string 2"
}
],
"RedirectUris": [
{
"Key": "9e443ba7-374e-4f4d-bf0e-51b24afc0e07",
"Value": "sample string 2"
},
{
"Key": "7891af29-3658-4cad-91a2-5e16bd77a9b7",
"Value": "sample string 2"
}
],
"AllowedScopes": [
{
"Key": "98cd1f86-5a0c-4168-af7c-f3af89190ed3",
"Value": "sample string 2"
},
{
"Key": "36601a26-2d6c-4dc6-a22a-86f2c10c14ff",
"Value": "sample string 2"
}
],
"AllowedCorsOrigins": [
{
"Key": "9bb6810d-650d-4642-afe6-fbb48cd3adc4",
"Value": "sample string 2"
},
{
"Key": "8135caf1-b9b5-4afc-b22b-d2b5f07f7828",
"Value": "sample string 2"
}
],
"PostLogoutRedirectUris": [
{
"Key": "1afab0f9-e127-4115-88ce-7d751668b91b",
"Value": "sample string 2"
},
{
"Key": "9b756c8d-3d63-4b6a-9ba7-9f2bf1b22f78",
"Value": "sample string 2"
}
],
"Flow": 4,
"RequireConsent": true,
"AllowRememberConsent": true,
"ClientUri": "sample string 7",
"AccessTokenType": 8,
"AccountId": "d15dc9f0-23b1-49e8-90cd-22c6c4d08a57",
"AccessTokenLifetime": 9,
"EnableLocalLogin": true,
"IdentityProviderRestrictions": [
{
"Key": "09ea121f-0460-48ac-92ab-10f9170ecfbb",
"Value": "sample string 2"
},
{
"Key": "23870ecf-8098-4a7f-be2c-b71a8a3ce2fd",
"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>d15dc9f0-23b1-49e8-90cd-22c6c4d08a57</d2p1:AccountId>
<d2p1:AllowRememberConsent>true</d2p1:AllowRememberConsent>
<d2p1:AllowedCorsOrigins xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>9bb6810d-650d-4642-afe6-fbb48cd3adc4</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>8135caf1-b9b5-4afc-b22b-d2b5f07f7828</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>98cd1f86-5a0c-4168-af7c-f3af89190ed3</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>36601a26-2d6c-4dc6-a22a-86f2c10c14ff</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>4de0027e-25f2-42c3-a81e-d88c0d296ee3</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>6d8ca415-aee2-411f-b4e9-a5b1e07b8450</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>09ea121f-0460-48ac-92ab-10f9170ecfbb</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>23870ecf-8098-4a7f-be2c-b71a8a3ce2fd</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>1afab0f9-e127-4115-88ce-7d751668b91b</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>9b756c8d-3d63-4b6a-9ba7-9f2bf1b22f78</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>9e443ba7-374e-4f4d-bf0e-51b24afc0e07</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>7891af29-3658-4cad-91a2-5e16bd77a9b7</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>