Show / Hide Table of Contents

    FilePaths

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/FilePaths
    

    Represents a queryable file path.

    GUID

    D4041A7A-385E-46FB-81A7-75F1BE942EF6
    

    Required permission

    Show paths
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the file path.
    Path String The server-local path of the file path.

    • Max length is 255
    • Not nullable
    • Unique
    Description String The description of the file path.

    • Max length is 200
    Active Boolean Specifies whether the file path is active or not.
    Introduced in version 2.45

    Example

    {
      "Id": 0,
      "Path": null,
      "Description": null,
      "Active": false
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB