Developer
Developer - Cases

Get Case Detail

Get detailed case information for manual matching.

Routes through the active CaseProvider (SA or FV) so Filevine customers get their project details here instead of a 404 from the SA-only path. Developer-only; used to preview a case before manually matching.

get/developer/cases/{case_id}

Path parameters

case_idstring uuid required

Response

Successful Response

case_providerstring nullable

'smartadvocate' or 'filevine'

case_local_idstring uuid nullable

PK in the provider's local table

smartadvocate_case_idstring uuid nullable

Internal case ID (SA only)

case_numberstring required

Case number

case_namestring required

Case name

phone_numbersstring[]

Phone numbers

plaintiff_namesstring[]

Plaintiff names (SA)

defendant_namesstring[]

Defendant names (SA)

primary_contact_namestring nullable

Primary contact name (FV)

primary_contact_phonestring nullable

Primary contact phone (FV)

Changes

No recorded changes to this endpoint across all 1 revision of this API.