Smartapp.com
  • company
    • post
      Creates a new company object
    • get
      Gets a company from its id
    • get
      Gets a company from its name
    • post
      Retrieves the details of existing companies
    • post
      Permanently deletes a company.
    • post
      Updates the specified company
    • get
      Gets members of the specified company
  • company location
    • post
      Creates a company location for a specific company passed in
    • get
      Returns a company location from the location's unique ID
    • get
      Gets a company location from the company's unique ID
    • post
      deletes a company location
    • post
      updates a company's location
  • user
    • post
      Creates a user
    • get
      Returns a user from the user's unique ID
    • post
      Retrieves the details of existing users
    • post
      Activates an existing user
    • post
      Deactivates an existing user
    • post
      updates a user
    • post
      Add roles from a user
    • post
      Remove roles from a user
    • post
      Add a user from groups
    • post
      Remove a user from groups
    • post
      Add a user from a dashboard group
    • post
      Remove a user from a dashboard group
    • get
      Returns a user from the user's unique ID
  • InAppzone Subscriptions
    • post
      Creates an InAppzone Subscription
    • post
      Updates an existing inAppZone subscription
    • post
      activates an existing inAppZone Subscription
    • post
      deactivates an existing inAppZone Subscription
    • post
      removes an existing inAppZone Subscription
    • post
      Add or remove exemptoinps for an existing inAppZone Subscription
    • post
      Add or remove exemptoinps for an existing inAppZone Subscription
    • get
      Returns a subscription from the user's unique ID
  • WorkFlow
    • post
      Starts an Activity
    • post
      Stops an Activity
    • get
      get WorkFlow activites
    • get
      returns array of workflows asssociated with an item
    • post
      sets virtual participants to workflow
    • post
      Adds participants to workflow activity by name
    • post
      Adds participants to workflow activity by id
    • post
      performs an action
    • post
      Signify to clear activity error
    • get
      Returns a workflow from its id
    • post
      Stops all active activities in a workflow
    • post
      alerts an activity
  • SmartApps
    • get
      Returns all SmartApps of an Appzone
    • get
      Return SmartApp by name
    • get
      Return metadata associated with the SmartApp
    • get
      Return all reports with the specified SmartApp
    • get
      Return all stages associated with the specified SmartApps of the active definition version
    • get
      Return SmartApp by ID
    • get
      Return all advanced settings associated with the specified smartapp
  • Projects
    • get
      Returns all projects of an appZone
    • get
      Returns all SmartApp Instances in the given project
    • post
      Returns the metadata and system fields associated with project
    • get
      Returns project from id
  • Smart Item
    • post
      creates a new Smart item Instance
    • post
      Updates an existing Smart Item
    • post
      Update the stream of the file smart item
    • get
      get Location ID from name of SmartItem
    • get
      Returns the Smart item's metadata and system fields that matches the filters passed in
    • post
      Returns the Smart Item and its metadata and system fields of the smart item id passsed in
    • post
      deletes a smart item
    • get
      Returns the list of attachments associated with the smart items id passed in
    • get
      Returns the list of subitems associated with the smart item id passed in
    • post
      Allows to add download request
    • get
      Allows to check the download status based on the id
    • get
      Allows to download the content based on the requestid
    • post
      Allows to send email notification if user chooses to notify later
  • Attachment
    • post
      Creates an attachment and asociates it to a Smart Item
    • post
      Allows to update the attachment stream of an item
    • get
      Returns the attachment data of the id passed in
  • comment
    • post
      Allows to create a comment
    • post
      Allows to create a comment thread
  • link
    • post
      Allows to add a link to a smart item
  • content
    • get
      Returns the streams of smart item ids that are passed in as a zip file
  • PDF Builder
    • post
      Allows to generate pdf file for smart items
    • get
      gets the status of the build pdf request from the id that was returned upon build pdf request
    • get
      Allows to download the file
  • User Group
    • get
      Returns the details of the user group along with its members

link

add link

Allows to add a link to a smart item

Request
query Parameters
fromItemID
required
string <uuid>

smart item id that requires link

Example: fromItemID=00000000-0000-0000-0000-000000000000
toItemID
required
string

Smart item id required to link

Example: toItemID=532423
providerName
string

required when you want to create an external to a smart item

linkDisplayName
required
string

display name of the link

Example: linkDisplayName=link test
Responses
200

returned a link

401

You do not have sufficient appzone api transactions to perform the action

post/links/addlink
Request samples
  • curl
  • Node.js
  • JavaScript
  • Python
Response samples
  • 200
application/json
{
  • "status": true,
  • "linkID": 94350293,
  • "itemID": 948459
}
➔ Next to content