API Endpoint to retrieve list of Monolith cases.
GET
/api/v1/cases/:uuid?
Retrieve a list of cases from your Monolith database.
uuid
String
Unique value that identifies a specific case.
uuid
String
Unique value that identifies a specific case. This value will take precedence over the UUID URL param if passed.
POST
/api/v1/cases
Create a new case in Monolith
case_name
*
String
This is the name of the case.
case_number
String
Unique case number.
description
String
This is a basic description of the case.
case_status
String
This is the status of the case.
case_type
String
This is the type of case.
case_lead_id
Integer
This is the user id of the Monolith user you wish to set as the case lead for the case.
case_open_date
Date
The date the case was opened.
client_id
Integer
This is the id of the client that is associated with the case.
user_group_uuid
string | string[]
The UUID of the user group that you want assigned to a case during creation. Can be a single string value or an array of strings.