Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

Assign assets to me with filter

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

...

Expand
titleSample response:
Code Block
{
  "success" : true,
  "errorCode" : null,
  "errorMessage" : null,
  "data" : 207,
  "pagingInfo" : null
}

Assign selected assets to me

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

...

Expand
titleSample response:
Code Block
{
  "success" : true,
  "errorCode" : null,
  "errorMessage" : null,
  "data" : 208,
  "pagingInfo" : null
}

Assign assets to user with filter

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

...

Expand
titleSample response:
Code Block
{
  "success" : true,
  "errorCode" : null,
  "errorMessage" : null,
  "data" : 209,
  "pagingInfo" : null
}

Assign selected assets to selected user

Method

PUT

URL

/rest/jip-api/1.0/asset-operations/assign-to-user

...