GET
api/v1/get_listvocabulary?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: ListVocabularyModel
Response Formats
application/json, text/json
{
"TotalRecord": 1,
"TotalPages": 2,
"Items": [
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedOn": "2026-02-05T03:59:12.2217334+00:00",
"CreatedBy": 7,
"ClientId": 8,
"ModifiedOn": "2026-02-05T03:59:12.2217334+00:00",
"ModifiedBy": 1,
"SquenceId": 1
},
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedOn": "2026-02-05T03:59:12.2217334+00:00",
"CreatedBy": 7,
"ClientId": 8,
"ModifiedOn": "2026-02-05T03:59:12.2217334+00:00",
"ModifiedBy": 1,
"SquenceId": 1
}
]
}
text/html
{"TotalRecord":1,"TotalPages":2,"Items":[{"Id":1,"Name":"sample string 2","Code":"sample string 3","ParentId":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-02-05T03:59:12.2217334+00:00","CreatedBy":7,"ClientId":8,"ModifiedOn":"2026-02-05T03:59:12.2217334+00:00","ModifiedBy":1,"SquenceId":1},{"Id":1,"Name":"sample string 2","Code":"sample string 3","ParentId":1,"IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-02-05T03:59:12.2217334+00:00","CreatedBy":7,"ClientId":8,"ModifiedOn":"2026-02-05T03:59:12.2217334+00:00","ModifiedBy":1,"SquenceId":1}]}
application/xml, text/xml
<ListVocabularyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CatalogDesign">
<Items>
<ListVocabulary>
<ClientId>8</ClientId>
<Code>sample string 3</Code>
<CreatedBy>7</CreatedBy>
<CreatedOn>2026-02-05T03:59:12.2217334+00:00</CreatedOn>
<Id>1</Id>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2026-02-05T03:59:12.2217334+00:00</ModifiedOn>
<Name>sample string 2</Name>
<ParentId>1</ParentId>
<SquenceId>1</SquenceId>
</ListVocabulary>
<ListVocabulary>
<ClientId>8</ClientId>
<Code>sample string 3</Code>
<CreatedBy>7</CreatedBy>
<CreatedOn>2026-02-05T03:59:12.2217334+00:00</CreatedOn>
<Id>1</Id>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>1</ModifiedBy>
<ModifiedOn>2026-02-05T03:59:12.2217334+00:00</ModifiedOn>
<Name>sample string 2</Name>
<ParentId>1</ParentId>
<SquenceId>1</SquenceId>
</ListVocabulary>
</Items>
<TotalPages>2</TotalPages>
<TotalRecord>1</TotalRecord>
</ListVocabularyModel>
