POST api/Atlas/KeepGet

Request Information

URI Parameters

None.

Body Parameters

KeepGetRequestModel
NameDescriptionTypeAdditional information
KeepId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "KeepId": 1
}

Response Information

Resource Description

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-06T03:35:28.0634857+00:00",
  "DateStarted": "2025-12-06T03:35:28.0634857+00:00",
  "ChangedBy": 1
}