Skip to main content

Service Type API

The Service Type API provides read-only access to Service Operation types in Deepser (e.g., Incidents, Requests, Changes, Phone Calls). Service Types define the categories of work managed through the Service module. This section describes the endpoints, role-based permissions, and available fields.

Service Types can only be created or modified through the Deepser Backend interface. The API supports retrieval only, and only by Administrators, Operators, or Key Users. End Users cannot access this resource via the API.

Endpoints

http://deepserhost/api/rest/service/type/[id]
http://deepserhost/api/rest/service/types

Roles

AdministratorOperatorKey UserUser
Actions AllowedRETRIEVERETRIEVERETRIEVE

Fields

The following table lists all fields of the Service Type entity:

FieldDescription
entity_idThe unique ID of the record.
nameThe type name (e.g., Incident, Request, Change).
descriptionDescription of the type.
iconThe icon associated with this type.
positionThe display order of this type in listings.
status1 if the type is enabled, 0 if disabled.
formtemplate_idThe form template ID of the record.
created_atCreation date of the record.
updated_atDate of the last update.