Get a List of Space IDs

get

/ic/api/process/v1/dmn/spaces

Gets a list of space IDs created in the Decision Modeling Service. The list contains all spaces, created by PCS, which currently or previously have one or more decision models inside them. Authorization header MUST be set to type Bearer and an access token must be provided.

Request

Header Parameters
  • Authorization header MUST be set to type Bearer and an access token must be provided i.e. 'Bearer '
    Default Value: Bearer XXXXX.XXXXX.XXXXX
Back to Top

Response

Supported Media Types

200 Response

Successful Response
Body ()
Root Schema : RestCollection
Match All
Show Source
Nested Schema : RestObject
Type: object
Show Source
Nested Schema : RestCollection-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source

401 Response

Unauthorized

403 Response

Forbidden (Expired or invalid token)

500 Response

Internal Server Error
Back to Top