Get All Inputsget https://{serverURL}/api/library/option-typesThis endpoint retrieves all option types.Query Paramsmaxint64Defaults to 25Maximum number of records to returnoffsetint64Defaults to 0Offset records, the number of records to skip, for paginating requestssortstringDefaults to nameSort order, the name of the property to sort bydirectionstringenumDefaults to ascSort direction, use 'desc' to reverse sortascdescAllowed:ascdescphrasestringSearch phrase for partial matches on name or descriptionnamestringFilter by namecodestringIf specified will return an exact match on codelabelsstringFilter by label(s), matches records that contain any of the specified labelsallLabelsstringFilter by label(s), matches records that contain all of the specified labelsfieldNamestringField Name filter, restricts query to only load type matching fieldName specifiedfieldContextstringField Context filter, restricts query to only load type matching fieldContext specifiedfieldLabelstringField Label filter, restricts query to only load type matching fieldLabel specifiedResponses 200Successful Request 4XXError Codes 5XXError CodesUpdated over 2 years ago