v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Matter Types

Get a matter type

Retrieves a specified matter type.

get/mattertypes/{id}

Path parameters

idstring required

Response

When request is successful. Returns a 'MatterType' object.

hrefstring nullable
relationstring nullable
methodstring nullable
idstring nullable

Unique identifier of the matter type.

versionIdstring nullable

Version id of the record.

namestring nullable

Name of the matter type.

categorystring nullable

Name of the category to which the matter type belongs.

type0 | 1

Name of the category type to which the matter type belongs (i.e. MatterType or LeadType).

Possible values: Matter Type = 0, Lead Type = 1.

representativeOptionsstring[] nullable

List of possible representative types for the matter type.

locationstring nullable

State to which the matter type belongs.

isDeletedboolean

Returns true if the matter type is deleted.

Deleted matter types cannot be used when creating new leads/matters.