status entry

The status entry has the properties listed below.

  • code

    An indication of whether all results have been returned:

    • COMPLETE

      All results have been returned. This value is returned if the response includes all results or if the response includes the last result for a paged query.

    • INCOMPLETE

      Not all results have been returned. This value is returned if any of these apply:

      • The count request entry is smaller than the number of objects or operation records that meet the query criteria.
      • For object-based queries, the count request entry is not specified and more than one hundred objects meet the query criteria.
      • For operation-based queries, the count request entry is not specified and more than ten thousand operation records meet the query criteria.
      • The response is incomplete due to an error encountered in executing the query.

    You can retrieve additional results by resubmitting the request with an offset entry (for object-based queries) or a lastResult entry (for operation-based queries).

  • message

    Always an empty string.

  • results

    The number of results returned.

  • totalResults

    For object-based queries, the total number of indexed objects that meet the query criteria.

    This property is not returned for operation-based queries.