pass in pagedOrgMergeCriteria requestbody and responses with a page of orgs-merges
object (OrgMergeCriteria) | |
object (PageRequest) |
OK
Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.
{- "criteria": {
- "sourceOrgId": "string",
- "destinationOrgId": "string",
- "operation": "MERGE"
}, - "pageRequest": {
- "pageNumber": 0,
- "pageSize": 0,
- "sort": [
- {
- "fieldName": "string",
- "sort": "ASC"
}
]
}
}
{- "totalCount": 0,
- "pageRequest": {
- "pageNumber": 0,
- "pageSize": 0,
- "sort": [
- {
- "fieldName": "string",
- "sort": "ASC"
}
]
}, - "items": [
- {
- "id": "string",
- "taskId": "string",
- "index": "string",
- "sourceOrgId": "string",
- "destinationOrgId": "string",
- "operation": "string",
- "newOrgPaths": "string",
- "executionDate": "2019-08-24T14:15:22Z"
}
], - "totalPages": 0
}