REST API

Copy Attachment Copied From Item

OVERVIEW

This REST API helps to add the attachments in the copied item from the original item with child items.

Method: POST

Input: 

Authorization: Basic Auth token in the Request Headers

Post Body

Parameter Value Is Mandatory? Description
ItemId Integer Yes Enter the item id which you want to copy like, 33126
Version Integer Yes Enter version id of the project like 1303

NoteIt will copy the attachment for the child items too along with Parent item.

Output:

Orcanos Output class:

{
     "IsError": false,
     "Data": "Success"
}

IsSuccess: if successful then true else false

Data: JSON object

Message: Error message in case IsSuccess is false otherwise success message

HttpCode: Response HttpCode

Related Articles