get https://{baseUrl}/api/events/topics/filterEventTopics/////
Used for sorting, paging, and searching
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Used for sorting, paging, and searching
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/events/topics/filterEventTopics/strSearch/strSortBy/strDirection/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
13{
"totalItems": 0,
"items": [
{
"id": 0,
"topicType": "string",
"topicGroup": "string",
"topic": "string",
"active": true,
"topicDescription": "string"
}
]
}