Case Object

The case object is what is returned when retrieving a case or querying cases.

NameSummary
id_prefixThe prefix of the id.
idThe case id with the prefix.
division_idThe case division id.
divisionThe display name of the division.
status_idThe case status id. Any id other than 0 is open.
statusThe display name of the state.
closed_onThe date the case was closed.
closed_unixThe date the case was closed in a UNIX time stamp.
closed_agoThe date the case was closed in readable text.
owner_idThe agent owner id.
ownerThe full name of the agent owner.
queue_idThe queue id the case is in.
queueThe display name of the queue the case is in.
sla_targetThe next SLA target of the case before an SLA violation.
sla_target_unixThe next SLA target of the case before an SLA violation in a UNIX time stamp.
sla_target_readableThe next SLA target of the case before an SLA violation in readable text.
support_levelThe display name of the case support level.
priority_idThe priority id.
priorityThe display name of the priority.
priority_colorThe color of the priority.
issue_idThe issue id.
issueThe display name of the issue.
outcome_idThe outcome id.
outcomeThe display name of the outcome id.
asset_idThe assigned asset id.
assetThe display name of the assigned asset.
company_idThe company id.
companyThe name of the assigned company.
contact_idThe contact id.
contactThe full name of the assigned contact.
emailThe assigned contact's email address.
subjectThe case subject.
summaryThe case summary.
tagsAn array of tags associated to the case.
sat_scoreThe customer satisfaction score.
1 = Satisfied
2 = Not satisfied
nps_scoreThe NPS score from 1-10.
csr_recievedThe date the survey was received.
forumThe display name of the forum.
forum_resolvedResolved within the forum.
fieldsAn object array of key value pairs for custom fields related to this case if they exist.
name = The field name.
value = The value of the field.
last_activity_idThe last activity id related to this case.
last_activity_typeThe last activity type name related to this case.
last_activity_type_idThe last activity type id related to this case.
last_activity_type_iconThe last activity type full URL of the icon related to this case.
modifiedThe last date the case was modified in UTC.
modified_unixThe last date the case was modified in UTC in a UNIX time stamp.
modified_agoThe last date the case was modified in readable text.
createdThe date the case was created in UTC.
created_unixThe date the case was created in UTC in a UNIX time stamp.
created_agoThe date the case was created in readable text.
activitiesThe activities attached to the case. See the activity view object below.