v1

latestOpenAPI 3.1.02026-07-24447622848.7 KB
Custom Blocks

List Custom Blocks

get/notes/custom-blocks

Query parameters

limitinteger

Limit for pagination

Limit for pagination

offsetinteger

Offset for pagination

Offset for pagination

Response

Successful Response

countinteger required
limitinteger required
nextstring nullable
offsetinteger required
previousstring nullable

Example response

{
  "results": [
    {
      "aliases": [
        "assessment"
      ],
      "content": [
        {
          "attrs": {
            "data": {},
            "dataSchema": {
              "properties": {
                "bGWCPFTxkamB_sGQWsgqY": {
                  "description": "",
                  "oneOf": [
                    {
                      "const": "option_1",
                      "title": "Yes"
                    },
                    {
                      "const": "option_2",
                      "title": "No"
                    }
                  ],
                  "title": "Did you perform the assessment?",
                  "type": "string"
                },
                "n2aMlkD0XaOWTHYhsX2TP": {
                  "format": "date",
                  "title": "Date Assessment Performed",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "label": "Assessment",
            "ref_id": "a765df04-a773-45ae-88ed-9939f719b469",
            "uiSchema": {
              "elements": [
                {
                  "options": {},
                  "scope": "#/properties/bGWCPFTxkamB_sGQWsgqY",
                  "type": "Control"
                },
                {
                  "options": {},
                  "scope": "#/properties/n2aMlkD0XaOWTHYhsX2TP",
                  "type": "Control"
                }
              ],
              "type": "VerticalLayout"
            }
          },
          "type": "dynamicForm"
        }
      ],
      "created_by": 4,
      "id": 61,
      "is_system_template": false,
      "label": "Assessment",
      "practice_id": 65540
    }
  ]
}