Case Status

Filter cases by case status

Filter by case status (integer).

GET https://clearinghouse.net/api/v1/cases?case_status=case_status_id

Query Parameters

NameTypeDescription

state_id*

integer

state id (see list below for list of integers and its mapped values)

Headers

NameTypeDescription

Authorization*

String

Authorization

Token XXXXXXXXXXX

where

XXXXXXXXXXX

is the token string

Supported case status (case_status_id):

5071

Coding Complete

5069

Approved

5074

In Process (Public)

Example

https://clearinghouse.net/api/v1/case?case_status=5071

Last updated