Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Gets A Filtered List Of Forum Categories

    To filter with a field name and value, both field_name and field_value parameters must be provided.
    Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.

    Input

    type: object properties: parameters: type: object properties: field_name: type: string description: Optional, field name for object field_value: type: string description: Optional, field value of the record updated_after_utc: type: string description: Optional, earliest date when a record was last updated. brief: type: string description: >- Optional, true if response should only contain top level properties of the record. skip: type: string description: Optional, number of records to skip. top: type: string description: Optional, maximum number of records to return in the response. count_total: type: string description: >- Optional, true if total number of records should be returned in the response headers. title: Parameters

    Output

    type: array items: type: object title: SupportForumCategory properties: FORUM_CATEGORY_ID: format: int64 maxLength: 0 type: integer readOnly: true CATEGORY_NAME: format: string maxLength: 255 type: string readOnly: false DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: true DATE_UPDATED_UTC: format: date-time maxLength: 0 type: string readOnly: true