GET api/APIKey/GetAll?idcust={idcust}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcust

integer

Required

api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

Collection of sApiKey
NameDescriptionTypeAdditional information
APIKey

globally unique identifier

None.

Name

string

None.

Type

enApiKey

None.

Active

boolean

None.

DatExpire

date

None.

DatCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "APIKey": "a85d5379-1a88-4759-ad04-b8f72ef5f6b6",
    "Name": "sample string 1",
    "Type": 0,
    "Active": true,
    "DatExpire": "2024-05-08T21:32:04.0988077+02:00",
    "DatCreated": "2024-05-08T21:32:04.0988077+02:00"
  },
  {
    "APIKey": "a85d5379-1a88-4759-ad04-b8f72ef5f6b6",
    "Name": "sample string 1",
    "Type": 0,
    "Active": true,
    "DatExpire": "2024-05-08T21:32:04.0988077+02:00",
    "DatCreated": "2024-05-08T21:32:04.0988077+02:00"
  }
]