Skip to main content

Get all keys in project

GET 

/v2/projects/:projectId/all-keys

Get all keys in project

Request

Path Parameters

    projectId int64required

Responses

OK

Schema
    _embedded object
    keys object[]
  • Array [
  • id int64required

    Id of key record

    name stringrequired

    Name of key

    namespace string

    Namespace of key

    description string

    Description of key

    custom object

    Custom values of the key

    property name* object

    Custom values of the key

  • ]
Loading...