v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
CustomResources > Schema

Reads a single Schema

Reads a single Schema

get/api/2026-07-01/resources/custom_resources/schemas/{id}

Path parameters

idstring required

Schemas identifiers

Response

OK

idstring required

Schema identifier

namestring required

Schema name

company_idstring required

Company identifier where this schema belongs

hiddenboolean required

Manages visibility of the schema

positioninteger

Schema position within employee profile

Example response

{
  "id": "1",
  "name": "Company Offsite",
  "company_id": "2",
  "position": 1
}