Filter Objects Based on Created Time with the 8x8 Cloud Storage Service Public API

Filter Objects Based on Created Time with the 8x8 Cloud Storage Service Public API

Question

Filter objects based on the createdTime in the 8x8 Cloud Storage Service Public API.

Applies To

  • Cloud Storage Service Public API

Answer

The API is expecting an EPOCH milliseconds Timestamp

This API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions. FIQL introduces simple and composite operators which can be used to build basic and complex queries. If the filter is not specified, all objects are returned. The following are basic FIQL operators:

  • == - Equal to
  • != - Not equal to
  • =gt= - Greater than
  • =ge= - Greater or equal to
  • =lt= - Less than
  • =le= - Less or equal to These six operators can be used to different types of simple queries.

For example to return objects with a createdTime Greater or equal to 01-01-2021 01:00:00(UTC) from the uk storage region:

Additional Information

For more information, see the 8x8 Developer site documentation for the Cloud Storage Service Public API.


    • Related Articles

    • Cloud Storage Service Public API Creating Keys and Authenticating

      Objective Create keys and authenticate to use the Cloud Storage Service Public API. Applies To Admin Console Cloud Storage Service Public API Procedure Assign the Storage API Role to a User Log in to Admin Console as a Super User. From the left menu, ...
    • Cloud Storage Service Public API Region Discovery

      Objective Identify which region to use in Cloud Storage Service Public API requests. Applies To Cloud Storage Service Public API Procedure Obtain your authentication token. For more information, see Cloud Storage Service Public API Creating Keys and ...
    • How much Call Recording storage does each X Series license have?

      Question How much Call Recording storage is included with each X Series license? Applies To Admin Console X Series Licenses Legacy Storage Answer Each license has the following number of days of "hot" storage for UC audio call and video meeting ...
    • 8x8 Storage Add-Ons and Admin Console Storage Policy

      Overview This article addresses questions related to Storage Add-Ons in the Storage Policy section of Admin Console. Applies To 8x8 Admin Console Storage Policies FAQs Are storage policies automatically assigned? Not all storage policies are ...
    • Generate an API Key in 8x8 Admin Console

      Objective Generate an API key in Admin Console. Applies To 8x8 Admin Console API Key Procedure Admin Console allows customers to create API keys for a number of APIs. These credentials can be used to access the underlying APIs securely. API ...