GET {version}/GetTags
Get Tags
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Get Tags
Collection of EntityGroupName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
Text | string |
None. |
|
IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GUID": "ae8c4ba3-2e66-45be-b8e2-58fe522abc4d", "Text": "sample string 2", "IsActive": true }, { "GUID": "ae8c4ba3-2e66-45be-b8e2-58fe522abc4d", "Text": "sample string 2", "IsActive": true } ]
application/xml, text/xml
Sample:
<ArrayOfEntityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <EntityGroup> <GUID>ae8c4ba3-2e66-45be-b8e2-58fe522abc4d</GUID> <IsActive>true</IsActive> <Text>sample string 2</Text> </EntityGroup> <EntityGroup> <GUID>ae8c4ba3-2e66-45be-b8e2-58fe522abc4d</GUID> <IsActive>true</IsActive> <Text>sample string 2</Text> </EntityGroup> </ArrayOfEntityGroup>