GET v1/Clients
Gets all active clients.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list.
Collection of 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": "fea6e5b0-0639-43c9-8447-f068c3e24e55", "Name": "DEMO C STORE" }, { "Id": "bab2f3a5-f045-4985-a2fb-8a00b63f1564", "Name": "TITAN CLOUD SOFTWARE DEMO SUITE" } ]
application/xml, text/xml
Sample:
<ArrayOfClient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Titan.API.Core.Models"> <Client> <Id>fea6e5b0-0639-43c9-8447-f068c3e24e55</Id> <Name>DEMO C STORE</Name> </Client> <Client> <Id>bab2f3a5-f045-4985-a2fb-8a00b63f1564</Id> <Name>TITAN CLOUD SOFTWARE DEMO SUITE</Name> </Client> </ArrayOfClient>