PATCH
/
v1
/
requests
/
{uid}
/
status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the request

Body

application/json
sent_by_uid
string | null

UID of the ADMIN user that should be considered as author of the action. Please note only the "Owner" account can use this.

status
enum<string>
Available options:
open,
in_progress,
waiting,
resolved,
archived

Response

200 - application/json

The link to the request in Siit admin dashboard.

assignee_admin_uid
string | null

The UID of assigned User

assignee_inbox_uid
string | null

The UID of assigned Team inbox

author_uid
string | null

The UID of the author.

completed_at
string | null

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")

completed_by_uid
string | null

The UID of the user that completed this request.

created_at
string

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")

custom_form_inputs
object[] | null

Custom forms attached to this request.

description
string | null

The description of the Request

friendly_id
string

A friendly ID (REQ-xx) where xx is a sequential number

mode
enum<string>

Will be "public" only for Slack public threads (for now).

Available options:
private,
public
requested_by_uid
string | null

The UID of the requester.

sla_data
object | null

A Hash containing SLA data (only sent when Company has access to the feature).

slack_channel_id
string | null

ID of the channel where the request was created.

slack_thread_ts
string | null

Slack thread timestamp.

slack_ts
string | null

Slack timestamp.

status
enum<string>
default:
open

Request status

Available options:
open,
in_progress,
waiting,
resolved,
archived
submitted_from
enum<string>

Describes how the request was submitted.

Available options:
employee_portal,
slack,
mail,
ms_teams,
admin_dashboard,
workflow,
public_api,
external
tag_uids
string[] | null

Array containing the Request tags UIDs.

target_uid
string | null

The UID of the associated Service/Application.

title
string

The title of the Request

uid
string

The UID of the Request.

updated_at
string

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")