v1

latestOpenAPI 3.0.02026-07-14202153.0 KB
Data Entities

List data entities

Retrieves the list of existing data entities in the store.

Response status code

  1. Status Code 403: Access not allowed
  2. Status Code 200: Retrieves data entity list

All headers listed below are required.

get/api/dataentities

Headers

Content-Typestring required

Type of the content being sent

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand

Response

acronymstring required
allowGetAllboolean required
namestring required
primaryKeyTypestring required

Example response

[
  {
    "acronym": "SP",
    "allowGetAll": false,
    "name": "Sample",
    "primaryKeyType": "GUID"
  }
]
All 20 operations