- List bulk operations on this supercase
List supercases
Create supercase
Get supercase members.csv template
Get supercase by ID
Update supercase
Create Do Not Interact instances on all subcases
Delete supercase related Do Not Interact instances on all subcases
Search bulk operations on this supercase
Get supercase bulk operation by ID
Get member bulk operation results by operation
Get target populations for the supercase bulk operation
Send a message to the borrowers on all subcases
Update all subcases
Get the number of cases associated with the supercase
Get the list of supercase documents
Associate documents with the supercase
Set the documents associated with the supercase
Get global notes
Create global note
Get global note by ID
Update global note
Get private notes
Create private note
Get private note by ID
Update private note
List populations
Get draft population
Commit draft population
Get the draft population members
Add to the draft population membership
Set the draft population membership
Get membership as CSV
Add to membership with CSV
Set membership with CSV
Get committed membership as CSV
Get population by ID
Update population
Send a message to the borrowers on all subcases of the population
Get population membership
Get membership as CSV
List bulk operations on t...
Security
oauth2(Required scopes: supercase:read) or bearerAuth or apiKeyHeader
GET
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X GET \
'https://sandboxapi.peach.finance/api/supercases/{supercaseId}/bulk-operations?searchable=false&limit=25&startingAfter=string&sortBy=string&operationTypes=update' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
Response
{ "count": 0, "nextUrl": "string", "previousUrl": "string", "status": 0, "total": 0, "data": [ { … } ] }