Search for Paged OrgMerge on Criteria

pass in pagedOrgMergeCriteria requestbody and responses with a page of orgs-merges

Request
Security:
vc-security
Request Body schema: application/json
object (OrgMergeCriteria)
object (PageRequest)
Responses
200

OK

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/pageSearchOrgMergeAudit
Request samples
application/json
{
  • "criteria": {
    },
  • "pageRequest": {
    }
}
Response samples
application/json
{
  • "totalCount": 0,
  • "pageRequest": {
    },
  • "items": [
    ],
  • "totalPages": 0
}