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": "a1cd25c0-ca40-4cd3-8af9-2e1592f76b41",
"Value": "sample string 2"
},
{
"Key": "ef3027c1-85e9-46d7-8e70-0433885e53b3",
"Value": "sample string 2"
}
],
"RedirectUris": [
{
"Key": "2f655fa6-8b66-462e-b145-4b4ddc49e200",
"Value": "sample string 2"
},
{
"Key": "5ca94770-4140-48bb-aadf-2c0535a817c1",
"Value": "sample string 2"
}
],
"AllowedScopes": [
{
"Key": "97fa95e3-0ea4-40a4-84f4-2ce90317a086",
"Value": "sample string 2"
},
{
"Key": "6cc77ca6-6233-42eb-80a7-2e25a3f0cd34",
"Value": "sample string 2"
}
],
"AllowedCorsOrigins": [
{
"Key": "d4e75af7-e250-46b1-bcfb-1266f9bc7280",
"Value": "sample string 2"
},
{
"Key": "496202c1-a0dd-44bb-a4fd-9f890d172a5c",
"Value": "sample string 2"
}
],
"PostLogoutRedirectUris": [
{
"Key": "330fbc27-c3b9-4731-8e62-a70990c3073e",
"Value": "sample string 2"
},
{
"Key": "01dbb754-d1f4-456e-bf06-5ce9988c2827",
"Value": "sample string 2"
}
],
"Flow": 4,
"RequireConsent": true,
"AllowRememberConsent": true,
"ClientUri": "sample string 7",
"AccessTokenType": 8,
"AccountId": "26ac5d64-0ba8-4012-96e0-9456d5cdd957",
"AccessTokenLifetime": 9,
"EnableLocalLogin": true,
"IdentityProviderRestrictions": [
{
"Key": "2eae3d2d-0d33-417b-88a2-b289eacedc02",
"Value": "sample string 2"
},
{
"Key": "9aed9234-c386-47e3-a8f2-b1a0d75daa31",
"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>26ac5d64-0ba8-4012-96e0-9456d5cdd957</d2p1:AccountId>
<d2p1:AllowRememberConsent>true</d2p1:AllowRememberConsent>
<d2p1:AllowedCorsOrigins xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>d4e75af7-e250-46b1-bcfb-1266f9bc7280</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>496202c1-a0dd-44bb-a4fd-9f890d172a5c</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>97fa95e3-0ea4-40a4-84f4-2ce90317a086</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>6cc77ca6-6233-42eb-80a7-2e25a3f0cd34</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>a1cd25c0-ca40-4cd3-8af9-2e1592f76b41</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>ef3027c1-85e9-46d7-8e70-0433885e53b3</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>2eae3d2d-0d33-417b-88a2-b289eacedc02</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>9aed9234-c386-47e3-a8f2-b1a0d75daa31</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>330fbc27-c3b9-4731-8e62-a70990c3073e</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>01dbb754-d1f4-456e-bf06-5ce9988c2827</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>2f655fa6-8b66-462e-b145-4b4ddc49e200</d3p1:key>
<d3p1:value>sample string 2</d3p1:value>
</d3p1:KeyValuePairOfguidstring>
<d3p1:KeyValuePairOfguidstring>
<d3p1:key>5ca94770-4140-48bb-aadf-2c0535a817c1</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>