Custom services API - GET all custom service rules

Lists all custom service rules available in your DESK environment.

The request produces an application/json payload.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/service/customServices/{technology}
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/service/customServices/{technology}

Parameters

Parameter Type Description In Required
technology string

Technology of the required custom services.

The technology element can hold these values.
path required

Possible values

Possible values for the technology element:

  • dotNet
  • go
  • java
  • php

Response format

The StubList object

An ordered list of short representations of DESK entities.

Element Type Description
values EntityShortRepresentation[]

An ordered list of short representations of DESK entities.

The EntityShortRepresentation object

The short representation of a DESK entity.

Element Type Description
id string

The ID of the DESK entity.

name string

The name of the DESK entity.

description string

A short description of the DESK entity.