GET api/nkis
Gives you a list of your NKIs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List of NKIs
Collection of NKIDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
NKI ID |
integer |
None. |
| Created |
Timestamp for NKI creation |
date |
None. |
| Modified |
Timestamp for last modification of NKI |
date |
None. |
| Name |
NKI name |
string |
Required String length: inclusive between 0 and 150 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Created": "2025-12-16T03:27:20.9653214+00:00",
"Modified": "2025-12-16T03:27:20.9653214+00:00",
"Name": "sample string 2"
},
{
"ID": 1,
"Created": "2025-12-16T03:27:20.9653214+00:00",
"Modified": "2025-12-16T03:27:20.9653214+00:00",
"Name": "sample string 2"
}
]