Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A Knowledge Article Folder

    Input

    type: object properties: parameters: type: object properties: id: type: string description: The record's ID required: - id title: Parameters

    Output

    type: object title: KnowledgeArticleFolder properties: FOLDER_ID: format: int64 maxLength: 0 type: integer readOnly: true FOLDER_NAME: format: string maxLength: 50 type: string readOnly: false CATEGORY_ID: format: string maxLength: 11 type: string readOnly: false VISIBILITY: format: string maxLength: 20 type: string readOnly: false ORDER_ARTICLES: format: string maxLength: 20 type: string readOnly: false CREATED_USER_ID: format: int32 maxLength: 0 type: integer readOnly: true DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: true DATE_UPDATED_UTC: format: date-time maxLength: 0 type: string readOnly: true