POST api/Atlas/KeepList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HSMKeeps
NameDescriptionTypeAdditional 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-08T00:14:49.5261774+00:00",
    "DateStarted": "2025-12-08T00:14:49.5261774+00:00",
    "ChangedBy": 1
  },
  {
    "KeepId": 1,
    "KeepName": "sample string 2",
    "KeepURL": "sample string 3",
    "DateChanged": "2025-12-08T00:14:49.5261774+00:00",
    "DateStarted": "2025-12-08T00:14:49.5261774+00:00",
    "ChangedBy": 1
  }
]