POST api/Atlas/KeepGet
Request Information
URI Parameters
None.
Body Parameters
KeepGetRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| KeepId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeepId": 1
}
Response Information
Resource Description
HSMKeeps| Name | Description | Type | Additional information |
|---|---|---|---|
| KeepId | integer |
None. |
|
| KeepName | string |
Max length: 250 |
|
| KeepURL | string |
Max length: 250 |
|
| DateChanged | date |
None. |
|
| DateStarted | date |
None. |
|
| ChangedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"KeepId": 1,
"KeepName": "sample string 2",
"KeepURL": "sample string 3",
"DateChanged": "2025-12-06T03:30:52.8651321+00:00",
"DateStarted": "2025-12-06T03:30:52.8651321+00:00",
"ChangedBy": 1
}