List all the index definitions associated with a type
GET {{baseUrl}}/type-definitions/:typeName/index-definitions
List all the index definitions associated with a type
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"_embedded": {
"collection": [
{
"name": "9qs",
"unique": false,
"columns": [
"voluptate elit",
"veniam Excepteur sunt dolore quis"
],
"created_by": "f266e02d-b0d6-bfd9-8d29-3b8b820ca1f2",
"create_time": "1952-08-06T13:05:06.781Z",
"update_time": "1997-03-07T22:41:56.415Z",
"updated_by": "2c541771-0351-13a0-0cdf-9fb144f4e5a1",
"id": "urn:uuid:cc413a62-6d1e-0c73-f5b6-15886be08a85",
"_links": {
"self": {
"href": "ut mollit aute anim fugiat"
},
"edit": {
"href": "ipsum sint"
},
"parent": {
"href": "a"
},
"delete": {
"href": "elit Excepteur deserunt laborum"
}
}
},
{
"name": "kfr9cllbwh",
"unique": true,
"columns": [
"sed in qui ipsum labore",
"enim"
],
"created_by": "urn:uuid:56e3a61e-479a-471a-da2e-b76276bd5c1f",
"create_time": "1980-08-16T18:25:25.684Z",
"update_time": "1977-10-16T12:16:07.216Z",
"updated_by": "urn:uuid:8fdd21bd-9b5d-cd73-0638-c94aeb6ed9d8",
"id": "427c26a5-dc2f-9221-3624-efe54b100718",
"_links": {
"self": {
"href": "et do"
},
"edit": {
"href": "incididunt dolor officia elit"
},
"parent": {
"href": "ut Duis"
},
"delete": {
"href": "velit in culpa ut"
}
}
}
]
}
} |
ENDPOINTS