---
title: "Action Links (Quick links to API calls)"
canonical: "https://help.releasemanagement.app/space/RMC/3183542273/Action%20Links%20(Quick%20links%20to%20API%20calls)"
format: markdown
---
> Macro (include)

# Topics

> Macro (toc)

# Overview

As an active user of our [Rest API](https://releasemanagement.atlassian.net/wiki/spaces/RMC/pages/2445246483) you require to know some additional data like

- Column IDs
- Milestone IDs
- Environment IDs
- etc.

to perform specific actions via API.

Our [API examples](https://releasemanagement.atlassian.net/wiki/spaces/RMC/pages/2514157660) provide details how to retrieve such data from your API calls. Same time we decided make lives of our customers way easier and introduce *Action Links.*

# Introducing Action Links

Action links are pre-cooked URLs for specific API calls. You can find them throughout the App via the following icon

![image-20250217-133404.png](media://09a47d39-b693-4a75-be46-3b346e1a973f)

Once you click on it you will see available options for specific actions and URLs to copy, e.g.

![image-20250217-133543.png](media://86612251-07a1-4c73-ab65-627b9dbedd70)

By clicking on copy button we will copy a URL into your clipboard.

![image-20250217-133712.png](media://48e75cc5-a958-45aa-8939-663dd6842332)

Example of URL looks like the following

> *https://rmcloud-stg.releasemanagement.app/api/1/board/65294f43659255689bc5e2ec/version/*<span style="color: #ff5630">***18792***</span>*/move?columnId=*<span style="color: #006644">***65294f436592558720c5e2db***</span>

This allows you to move particular version into particular column. You can also use it in your automation script for any version if you have a way to determine *versionId.*

# Supported use cases

## Move version/package to column

![image-20250217-134600.png](media://72bea528-bd39-46f8-9eb7-387aaf602bd1)

## Achieved/Unachieved milestone

![image-20250217-134702.png](media://449d2ff3-1436-4040-9f6c-d3a262b43032)

## Assign environment to version

To get a quick link in order to assign environment to version click on any version and open **Environments** tab:

![image-20250224-090307.png](media://3b8a5c52-d477-4dc0-9af1-8f9925a7eb02)

To get a quick link in order to assign version to environment click on any environment and open **Versions **tab:

![image-20250224-090349.png](media://b7356ce0-94ac-4eab-9b5d-98b631b6a535)

## More use cases

As always we are keen to hear your voice so reach out to support link below to give us an indication what actions you want to get as a priority.

# Do not forget about API token (!)

It’s all good but you still need to have a token to call our APIs. Find out how to obtain it below:

[https://releasemanagement.atlassian.net/wiki/spaces/RMC/pages/3168108545](https://releasemanagement.atlassian.net/wiki/spaces/RMC/pages/3168108545) 

> Macro (include)