GET api/ChatGPT/GetChats?page={page}&page_size={page_size}
GetChats
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| page_size | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MainChat| Name | Description | Type | Additional information |
|---|---|---|---|
| chat_guid | globally unique identifier |
None. |
|
| title | string |
None. |
|
| dt_add | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"chat_guid": "d28d4987-6d23-420e-817d-dd203c801f0f",
"title": "sample string 2",
"dt_add": "2026-06-21T00:03:16.046112+05:00"
},
{
"chat_guid": "d28d4987-6d23-420e-817d-dd203c801f0f",
"title": "sample string 2",
"dt_add": "2026-06-21T00:03:16.046112+05:00"
}
]
text/html
Sample:
[{"chat_guid":"d28d4987-6d23-420e-817d-dd203c801f0f","title":"sample string 2","dt_add":"2026-06-21T00:03:16.046112+05:00"},{"chat_guid":"d28d4987-6d23-420e-817d-dd203c801f0f","title":"sample string 2","dt_add":"2026-06-21T00:03:16.046112+05:00"}]