v1

latestOpenAPI 3.1.02026-08-061,5107704.5 MB
Custom Entity

Entities.get

Returns Entity with given id

get/entities/Entities/{id}

Path parameters

idstring uuid required

ID of Entity to retrieve

Response

Entity data

successboolean

True when response succeeded, false on error.

Example response

{
  "success": true,
  "data": {
    "id": "01234567-abcd-dcba-ffff-000000000000",
    "entity_name": "string",
    "table_name": "string",
    "table_ex": "string",
    "table_data_ex": "string",
    "default_view_field_id": "01234567-abcd-dcba-ffff-000000000000",
    "abstract_entity_id": "string",
    "entity_type": 1,
    "preference_order": 1,
    "access_mode": 1,
    "icon": 1,
    "modified": "2019-01-01T00:00:00",
    "created": "2019-01-01T00:00:00",
    "name_singular": "string",
    "name_plural": "string"
  }
}