GET api2/themes/{id}.json

Theme by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Theme ID

string

Required

Body Parameters

None.

Response Information

Resource Description

Theme

api_root
NameDescriptionTypeAdditional information
entry

Themes

None.

Response Format

{
  "entry": {
    "id": 1,
    "name": "sample string 2",
    "company_id": 1,
    "created_at": "2025-02-04T17:32:23.5762468+01:00",
    "assignment": 1,
    "valid": 1,
    "read_only": 1,
    "mobified_at": "2025-02-04T17:32:23.5762468+01:00",
    "mobified_by": 1,
    "preview_file": "sample string 3",
    "allow_edit_design": true,
    "used_shared_components": true,
    "liquid_theme": true,
    "is_modified": true,
    "parent_theme_id": 1,
    "responsive_theme": true
  }
}