GET
api/v1/get_listvocabularyValue?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
Response Information
Description:
Return type: ListVocabularyValueModel
Response Formats
application/json, text/json
{ "TotalRecord": 1, "TotalPages": 2, "Items": [ { "Id": 1, "ListId": 2, "Value": "sample string 3", "ParentId": 1, "IsActive": true, "IsLogicalDeleted": true, "CreatedOn": "2025-06-18T12:29:16.8958109+00:00", "CreatedBy": 7, "ModifiedOn": "2025-06-18T12:29:16.8958109+00:00", "ModifiedBy": 1, "SortOrder": 1, "BusinessType": 8 }, { "Id": 1, "ListId": 2, "Value": "sample string 3", "ParentId": 1, "IsActive": true, "IsLogicalDeleted": true, "CreatedOn": "2025-06-18T12:29:16.8958109+00:00", "CreatedBy": 7, "ModifiedOn": "2025-06-18T12:29:16.8958109+00:00", "ModifiedBy": 1, "SortOrder": 1, "BusinessType": 8 } ] }
text/html
{"TotalRecord":1,"TotalPages":2,"Items":[{"Id":1,"ListId":2,"Value":"sample string 3","ParentId":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-06-18T12:29:16.8958109+00:00","CreatedBy":7,"ModifiedOn":"2025-06-18T12:29:16.8958109+00:00","ModifiedBy":1,"SortOrder":1,"BusinessType":8},{"Id":1,"ListId":2,"Value":"sample string 3","ParentId":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2025-06-18T12:29:16.8958109+00:00","CreatedBy":7,"ModifiedOn":"2025-06-18T12:29:16.8958109+00:00","ModifiedBy":1,"SortOrder":1,"BusinessType":8}]}
application/xml, text/xml
<ListVocabularyValueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CatalogDesign"> <Items> <ListVocabularyItem> <BusinessType>8</BusinessType> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T12:29:16.8958109+00:00</CreatedOn> <Id>1</Id> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ListId>2</ListId> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T12:29:16.8958109+00:00</ModifiedOn> <ParentId>1</ParentId> <SortOrder>1</SortOrder> <Value>sample string 3</Value> </ListVocabularyItem> <ListVocabularyItem> <BusinessType>8</BusinessType> <CreatedBy>7</CreatedBy> <CreatedOn>2025-06-18T12:29:16.8958109+00:00</CreatedOn> <Id>1</Id> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ListId>2</ListId> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T12:29:16.8958109+00:00</ModifiedOn> <ParentId>1</ParentId> <SortOrder>1</SortOrder> <Value>sample string 3</Value> </ListVocabularyItem> </Items> <TotalPages>2</TotalPages> <TotalRecord>1</TotalRecord> </ListVocabularyValueModel>