Skip to main content

Get namespaces

GET 

/v2/projects/:projectId/import/all-namespaces

Returns all existing and imported namespaces

Request

Path Parameters

    projectId int64required

Responses

OK

Schema
    _embedded object
    namespaces object[]
  • Array [
  • id int64

    The id of namespace. When null, namespace doesn't exist and will be created by import.

    name stringrequired
  • ]
Loading...