GET api/GlossaryItems/GetPage?page={page}&perpage={perpage}&parentid={parentid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Required |
|
perpage | integer |
Required |
|
parentid | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
PageContainerOfGlossaryItemName | Description | Type | Additional information |
---|---|---|---|
Count | integer |
None. |
|
List | Collection of GlossaryItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "Count": 1, "List": [ { "Name": "sample string 1", "URL": "sample string 2", "Description": "sample string 3", "Id": 4, "ModifiedDate": "2025-05-30T20:36:00.0755341-04:00", "CreatedDate": "2025-05-30T20:36:00.0755341-04:00", "Disabled": true }, { "Name": "sample string 1", "URL": "sample string 2", "Description": "sample string 3", "Id": 4, "ModifiedDate": "2025-05-30T20:36:00.0755341-04:00", "CreatedDate": "2025-05-30T20:36:00.0755341-04:00", "Disabled": true } ] }
text/xml
Sample:
<PageContainerOfGlossaryItemH6hZUDMV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Core"> <Count>1</Count> <List xmlns:d2p1="http://schemas.datacontract.org/2004/07/Domain.GlossaryItem"> <d2p1:GlossaryItem> <CreatedDate>2025-05-30T20:36:00.0755341-04:00</CreatedDate> <Disabled>true</Disabled> <Id>4</Id> <ModifiedDate>2025-05-30T20:36:00.0755341-04:00</ModifiedDate> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:URL>sample string 2</d2p1:URL> </d2p1:GlossaryItem> <d2p1:GlossaryItem> <CreatedDate>2025-05-30T20:36:00.0755341-04:00</CreatedDate> <Disabled>true</Disabled> <Id>4</Id> <ModifiedDate>2025-05-30T20:36:00.0755341-04:00</ModifiedDate> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:Name>sample string 1</d2p1:Name> <d2p1:URL>sample string 2</d2p1:URL> </d2p1:GlossaryItem> </List> </PageContainerOfGlossaryItemH6hZUDMV>