0% found this document useful (0 votes)
3 views

Page Search API

Uploaded by

swethaj789
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Page Search API

Uploaded by

swethaj789
Copyright
© © All Rights Reserved
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

SEARCH API FOR PAGES:-

Request:
curl --location 'http://13.232.228.15:8080/service/admin/v1/search/page?
page=0&pagesize=10&sort_param=id&sort_order=desc' \
--header 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Language: en-US,en;q=0.5' \
--header 'Accept-Encoding: gzip, deflate' \
--header 'Content-Type: application/json' \
--header 'tenant-code: bott' \
--header 'session-id: 7a987811-a433-4406-8a47-38f360a9f35e' \
--header 'Origin: http://13.232.228.15:8090' \
--header 'Connection: keep-alive' \
--header 'Referer: http://13.232.228.15:8090/' \
--header 'Priority: u=0' \
--data '{
"sortParam": "id",
"sortOrder": "desc",
"code" : "act",
"isActive" : "true"
}'

Response:
{
"status": true,
"response": {
"data": [
{
"priority": 2,
"whoColumns": {
"createdBy": "Samanwitha",
"createdDate": 1620316643787,
"lastUpdatedBy": "Deepak",
"lastUpdatedDate": 1629272068925
},
"pageSubType": "",
"code": "act",
"id": 28,
"isActive": true,
"pageType": "content",
"pathMoniker": "act",
"dataLoadSectionCount": 10
},
{
"priority": 10000,
"whoColumns": {
"createdBy": "Hima Varsha",
"createdDate": 1688472309924,
"lastUpdatedBy": "Hima Varsha",
"lastUpdatedDate": 1688472309924
},
"pageSubType": "actor",
"code": "actor",
"id": 81,
"isActive": true,
"pageType": "details",
"pathMoniker": "actor/{code}"
}
]
}
}

You might also like