@oneblink/apps-react
    Preparing search index...

    Function searchCivicPlusHCMSContentItems

    • Search CivicPlus HCMS content items.

      Parameters

      • options: {
            $filter?: string;
            $orderby?: string;
            $search?: string;
            $skip?: number;
            $top?: number;
            abortSignal?: AbortSignal;
            formId: number;
            formsAppId: number;
        }
        • Optional$filter?: string

          Optional OData filter definition.

        • Optional$orderby?: string

          Optional OData order definition.

        • Optional$search?: string

          Optional OData full text search.

        • Optional$skip?: number

          How many items to skip in the result. Can be used to achieve paging or infinite scrolling to load more.

        • Optional$top?: number

          How many items to return in the result. Can be used to achieve paging or infinite scrolling to load more.

        • OptionalabortSignal?: AbortSignal

          Allows request to be aborted

        • formId: number

          The identifier for the Form to determine the HCMS Content Type.

        • formsAppId: number

          The identifier for the Forms App to determine the HCMS Content Type.

      Returns Promise<CivicPlusHCMSContentItemsResult>