ontology-entities

List Entities

List all entities the caller can see (VIEWER+). Owners see everything.

get/api/v1/ontology/entities

Response

Successful Response

idstring uuid required
company_idstring uuid required
namestring required
display_namestring required
descriptionstring required
database_idstring uuid required
key_columnstring required
record_countinteger required
statusstring required
created_atstring date-time required
updated_atstring date-time required
is_editableboolean
is_file_backedboolean
last_synced_atstring date-time nullable
source_row_countinteger
iconstring nullable
is_refreshingboolean

Changes

Changed in 2 of the 13 revisions of this API.23

  • ef8b72834a5121See the full diff
    • removed the optional property items/row_key_columns from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/row_key_columns_applied_at from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/is_refreshing to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/row_key_columns to the response with the 200 status

      response-optional-property-added

    • added the optional property items/row_key_columns_applied_at to the response with the 200 status

      response-optional-property-added

Of the 13 revisions, 1 has no diff computed.