Versions Compared

Key

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

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

API Documentation

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: {

...

custom_field_categories_definition: {

field_id: value,

121: true,

71: My case

},

case_owner_id: 654,

...