---
title: "Node to handle Platform management API REST"
canonical: "https://onesaitplatform.refined.site/space/DOCT/2220835099/Node%20to%20handle%20Platform%20management%20API%20REST"
format: markdown
---
> Macro (toc)

> ℹ️ From version 2.2.0-hyperblast.

## Introduction

We have developed a new node to invoke the Platform management API REST in an easy way.

With this new node, called “**onesaitplatform-management-Rest-API-invoker**“, we will simplify the calls to this services, selecting the API and the operation, with a couple of clicks, and having control on the call parameters.

![image](media://9bb7b7ff-ed50-496d-9a59-46e817ddf604)

## How does it work?

We will have a list with the different management APIs, on which you can choose one:

![image](media://f9c4cbdd-5d44-48df-83f4-2f9fcecc29db)

Once you have selected an API, the list will be filled in with the different operations available for it, so that you can select one:

![image](media://a6680226-dc2d-422c-922b-e57ef36e37ad)

After selecting an operation, all the parameters (**Headers, QueryParams, PathParams, MultiPart,…**) will be shown. These parameters can be set with fixed values, or parameterizable values from previous messages.

![image](media://e889b39c-953a-4c38-ad06-17e834e12943)

Once the parameters had been setted, the node will be appear with as many outputs as different states have been defined on the API.

![image](media://6ed436f2-9d6d-4df7-b71f-60c92d16a8e5)

If you put the cursor on each output, you can see his code. The last one will get those messages with a different status from the codes defined in the API.

![image](media://db434a4e-cefb-4345-9a9a-66bea313db11)