Skip to main content
POST
/
{recordType}
/
{alias}
/
{id}
/
attachments
/
url-links
Error
A valid request URL is required to generate request examples
{
  "url": "url.com",
  "description": "a link to url.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.elementum.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

recordType
string<string>
required

'apps', 'elements', 'tasks', or 'transactions'

alias
string<string>
required

The application alias

id
string<string>
required

The record ID

Body

application/json

The link to be created

url
string
required
description
string

Response

Created

url
string
required
description
string