GET v1/Clients/{clientId}
Gets the specified client.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
Client identifier. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
A .
ClientV1Name | Description | Type | Additional information |
---|---|---|---|
Id |
The client id. |
globally unique identifier |
None. |
Name |
The client name. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "67b79033-cf18-45eb-85bf-14974ecdfa0a", "Name": "Demo C Store" }
application/xml, text/xml
Sample:
<Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Titan.API.Core.Models"> <Id>67b79033-cf18-45eb-85bf-14974ecdfa0a</Id> <Name>Demo C Store</Name> </Client>