Skip to main content Skip to complementary content

Get template

Path Parameters

Name Description Type
template_guid - string

Results

200

  {
    "guid": "",
    "externalid": "",
    "name": "",
    "inputs": [
      { 
        "id": 123,
        "block_id": "inputs|inputs2|...",
        "label": "start|setup|settings",
        "prompt": "First Name",
        "field_name": "first_name",
        "persisted_value": "John",
        "is_required": true|false,
        "is_top_input": true|false,
        "is_persisted": true|false,
        "order": 1,
        "created_at": "",
        "updated_at": ""
      }
    ],
    "created_at": ""
  }

400

{}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!