Tasks + Workflows Service API
Tasks + Workflows Service API
Providers API
The Casebook platform gives you access to lists of providers involved with human services and shows relationships between providers and other entities. Our extensive database of both providers and relationships is what makes our platform valuable.
The entities are
Provider
Service
Visit
Action Plan
Applicant etc.
You can take four different actions with these entities
Get
Post
Patch
Delete
The Get API lets you request a list of entities (like action plan or applicant or visit) associated to 'provider'. This data can also be sorted in different ways. You can sort the list for example, alphabetically.
The Post API allows you to create new entity, like a assignee or provider type associated with a provider. When you create, or post, a new entity successfully, it will return a new ID back from the server. If the post was unsuccessful, you will get an error message.
The Patch API allows you to update an entity. If that providers details are to be adjusted, you can use the patch API to adjust, or patch, this information in the database.
The Delete API allows you to delete an entity, for example, a provider or a applicant.
People API
The Casebook platform gives you access to lists of people involved with human services and shows relationships between people and other entities. Our extensive database of both people and relationships is what makes our platform valuable.
The entities are
People
Relationships
Phone types
Contact times
Educations etc.
You can take four different actions with these entities
Get
Post
Patch
Delete
The Get API lets you request a list of entities (like emails or education details or contact times) associated to 'people'. This data can also be sorted in different ways. You can sort the list for example, alphabetically by last name.
The Post API allows you to create new entity, like a foster parent or a person involved in a case or an intake report. When you create, or post, a new entity successfully, it will return a new ID back from the server. If the post was unsuccessful, you will get an error message.
The Patch API allows you to update an entity. If that foster parent's email or education details are to be adjusted, you can use the patch API to adjust, or patch, this information in the database. If the case person changed the last name, you can patch that information, as well.
The Delete API allows you to delete an entity, for example, a foster parent or a case person.
Admin Service API
The Casebook platform gives you access to APIs in the admin project.