Versions Compared

Key

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

...

Parameter

Description

Type

Required

requestType

API request type that returns all Pending Tasks in the domainfor deleting a Pending Task.

string

Yes

orgToken

API key which is a unique identifier of the organization.

string

Yes

userKey

The ID of the user’s profile, which uniquely identifies the user in WhiteSource.

string

Yes

taskUUID

A uuid for one of the Pending Tasks that was returned by the getDomainPendingTasks API.

string

Yes

Request Example

Code Block
{
    "requestType":"closePendingTask",
	"orgToken": "110bf60ad4af47cbac8cb50ff9c0a96b232c09ca4b904df0be5f74014c32c3f6",
	"userKey": "45e0511bfcd44afea6230c0e7711cacf5cb107e9a53e4bca99241d8466afa27b",
	"taskUUID": "e5ee86b7-5c5a-4aa1-a90d-ed59746a719e"
}

...