v1
latestOpenAPI 3.0.02026-07-14202153.0 KBData Entities
List data entities
Retrieves the list of existing data entities in the store.
Response status code
- Status Code 403: Access not allowed
- 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
Example response
[
{
"acronym": "SP",
"allowGetAll": false,
"name": "Sample",
"primaryKeyType": "GUID"
}
]