Skip to main content

XFRM_Category

prefixes object[]
  • Array [
  • prefix_idinteger
    titlestring
    descriptionstring
    usage_helpstring
    is_usableboolean

    True if the acting user can use (select) this prefix.

    prefix_group_idinteger
    display_orderinteger
    materialized_orderinteger

    Effective order, taking group ordering into account.

  • ]
  • custom_fieldsobject[]
    can_addboolean
    can_upload_imagesboolean
    view_urlstring
    resource_category_idinteger
    titlestring
    descriptionstring
    resource_countinteger
    last_updateinteger
    last_resource_titlestring
    last_resource_idinteger
    allow_localboolean
    allow_externalboolean
    allow_commercial_externalboolean
    allow_filelessboolean
    min_tagsinteger
    enable_versioningboolean
    enable_support_urlboolean
    parent_category_idinteger
    display_orderinteger
    XFRM_Category
    {
    "prefixes": [
    {
    "prefix_id": 0,
    "title": "string",
    "description": "string",
    "usage_help": "string",
    "is_usable": true,
    "prefix_group_id": 0,
    "display_order": 0,
    "materialized_order": 0
    }
    ],
    "custom_fields": [
    {}
    ],
    "can_add": true,
    "can_upload_images": true,
    "view_url": "string",
    "resource_category_id": 0,
    "title": "string",
    "description": "string",
    "resource_count": 0,
    "last_update": 0,
    "last_resource_title": "string",
    "last_resource_id": 0,
    "allow_local": true,
    "allow_external": true,
    "allow_commercial_external": true,
    "allow_fileless": true,
    "min_tags": 0,
    "enable_versioning": true,
    "enable_support_url": true,
    "parent_category_id": 0,
    "display_order": 0
    }