Skip to main content

Get all themes

GET 

/themes

Get a list of all themes. For more information on paramsIO refer to the Get started article, and see the Using paramsIO tutorial for practical use cases. To use optionalFields check out this guide.

Request

Query Parameters

    paramsIO objectrequired
    optionalFields string[]

Responses

OK

Schema

  • Array [

  • colors

    object[]

  • Array [

  • id string
    type string

    Possible values: [COLOR, GRADIENT]

    value string
  • ]

  • components string[]
    creationDate date-time

    customFonts

    object[]

  • Array [

  • fontFamily string
    fontSrc string
    fontWeights string[]
    id string
    importSrc string
  • ]

  • dateModified date-time
    description string
    id int64
    name string
    projectIds int64[]required

    selectedFonts

    object[]

  • Array [

  • id string
    type string

    Possible values: [DEFAULT, CUSTOM]

  • ]

  • status string

    Possible values: [ACTIVE, DRAFT, PAUSED]

    tags string[]
    widgetIds int64[]
  • ]

Loading...