Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cases

Desc: Get all cases

url: /cases

params: default params

response example: default response example (multiple records)

 

Desc: Create a case (not merged)

url: /cases

method: POST

body: {

case: {

title: my title

},

custom_field_categories_definition: {

field_id: value,

121: true,

71: My case

},

case_owner_id: 654,

case_worker_ids: [231,422,322],

project_id: 123,

beneficiary_id: 321,

}

...

Introduction

  • Every case is associated with a single beneficiary and a single project

  • Every case will have a Case Creator (also called a Case Owner) who is a user

  • A case can optionally have users assigned to the case as Case Workers

  • Cases documentation in the front-end

Get started with the Cases API

Child pages (Children Display)