Cases API updated
We’ve added the ability to create, update, and delete self-managed cases. You can now modify fields such as case status, severity, case summary, and more.
There are a couple of minor but noteworthy changes to the API since the last release:
- The following case status values are no longer returned in the case object:
closed,inProgres,inReview,takingAction,triage, andwaitingOnClient. Each of these has been folded into one of the existing values:new,investigating,onHold,actionRequired, andresolved. - In the
createdByandassigneefields of a case object, we no longer returnidandtype; only thenameattribute is set.
See more details in the Cases API Guide.