v3

latestOpenAPI 3.0.12026-08-0474115357.9 KB
Servicedesk

Get request type fields

This method returns the fields for a service desk's customer request type.

Also, the following information about the user's permissions for the request type is returned:

  • canRaiseOnBehalfOf returns true if the user has permission to raise customer requests on behalf of other customers. Otherwise, returns false.
  • canAddRequestParticipants returns true if the user can add customer request participants. Otherwise, returns false.

Permissions required: Permission to view the Service Desk. However, hidden fields would be visible to only Service desk's Administrator.

get/rest/servicedeskapi/servicedesk/{serviceDeskId}/requesttype/{requestTypeId}/field

Path parameters

serviceDeskIdstring required

The ID of the service desk containing the request types whose fields are to be returned. This can alternatively be a project identifier.

requestTypeIdinteger required

The ID of the request types whose fields are to be returned.

Query parameters

expandstring[]

Use expand to include additional information in the response. This parameter accepts hiddenFields that returns hidden fields associated with the request type.

Response

Returns the request type's fields and user permission details, on the specified page of the results.

canAddRequestParticipantsboolean

Flag indicating if participants can be added to a request (true) or not.

canRaiseOnBehalfOfboolean

Flag indicating if a request can be raised on behalf of another user (true) or not.