TemplateStructureResponse
    • PDF

    TemplateStructureResponse

    • PDF

    Article summary

    Available in Classic and VPC

    This is the content of the template structure query.

    Syntax

    The syntax is as follows.

    private Long sid;
    private Long parentSid;
    private NesDateTime createDate;
    private String name;
    private Boolean isCategory;
    private Boolean isUse;
    private List subCategoris;
    private List templates;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    sidLongRequiredSID of the template or category
    parentSidLongRequiredParent category's SID
    • - 1 refers to the top-level category
    createDateNesDateTimeRequiredCreation time
    nameStringRequiredName of the template or category
    isCategoryBooleanRequiredWhether it is a category
    • true | false
      • true: category
      • false: template
    isUseBooleanRequiredUsage status
    • true | false
    subCategorisList<TemplateStructureResponse>OptionalSubcategory
    templatesList<TemplateStructureResponse>OptionalSubtemplate

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.