Retrieve a schema slug

Retrieves a schema slug.

Request
path Parameters
slug
required
string

Unique identifier

Responses
200

OK

get/v3/schema/users/{slug}
Response samples
application/json
{
  • "slug": "slug1",
  • "label": "Test",
  • "internal-description": "This is for testing",
  • "public-description": "Please provide some info",
  • "required": false,
  • "decision-point": false,
  • "validation-expression": "test",
  • "input-type": "text",
  • "select-options": "null",
  • "range-start": 0,
  • "range-end": 100,
  • "range-step": 5
}