Get SupportDesk Master(for ArcServe)

Overview

Get SupportDesk Master(for ArcServe)

Classification

  • Get

API Operation Object

  • SupportDesk

Synchronous / Asynchronous

  • Synchronous

Request

HTTP Request Method

  • GET

HTTP Request Path

{api_endpoint}/v1/master/supportdesk/{tenant_id}

HTTP Request Header

Format

X-Auth-Token: <token_id>
Language: <language_id>

HTTP Request Body

  • none

Request Parameter

Request Parameters
name style format description required/optional
tenant_id URL String(UUID) Tenant which the user have role. required
token_id Header String(token_id) - required
language_id Header int Choose ‘language_id’ below required
language_id
language_id Language
1 Japanese
2 English

Response

HTTP Response Header

Format

HTTP/1.1 <response code> <message> (ex. 200 OK)
  • <response_code>: see “HTTP Responses” section
  • <message>: message based on the response code

Response Code

Response Codes
response code condition
200 normal end
400 Bad Request
403 Unauthorized
404 not found a specified item

HTTP Response Body

Format

{
    "SupportDesks": [
        {
        "Id": 1,
        "Name": "JP(日本語)",
        "NameEn": "JP(Japanese)"
        },
        <<repeat>>
    ]
}

Response Parameter

Response Parameters
item format description
Id int ID of SupportDesks
Name String Name of SupportDesks
NameEn String Name of SupportDesks(English)