Skip to content

Fetch Holiday Group

GET
/api/v1/developer/access_policies/holiday_groups/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required
Example"550e8400-e29b-41d4-a716-446655440000"

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"id": "string",
  
  
"name": "string",
  
  
"is_default": true,
  
  
"description": "string",
  
  
"template_name": "string",
  
  
"holidays": [
  
  
  
{
  
  
  
  
"id": "string",
  
  
  
  
"name": "string",
  
  
  
  
"description": "string",
  
  
  
  
"repeat": true,
  
  
  
  
"start_time": "string",
  
  
  
  
"end_time": "string",
  
  
  
  
"is_template": true
  
  
  
}
  
  
]
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI