HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes a TaskDefinition operation

Executes an operation of TaskDefinition

With the TaskDefinition service, you can perform the following operations on the execute endpoint:

  • TaskAdhocRequest (Task)
  • TaskAdhocRequest (TaskDefinitionId)

TaskAdhocRequest (Task)

BODY PARAMS:
{
	"$type": "Asi.Soa.Communications.DataContracts.TaskAdhocRequest, Asi.Contracts",
	"EntityTypeName": "TaskDefinition",
	"OperationName": "TaskAdhocRequest",
	"Task": {
		"$type": "Asi.Soa.Communications.DataContracts.TaskDefinitionData, Asi.Contracts"
	}
}

TaskAdhocRequest (TaskDefinitionId)

BODY PARAMS:
{
	"$type": "Asi.Soa.Communications.DataContracts.TaskRequest, Asi.Contracts",
	"EntityTypeName": "TaskDefinition",
	"OperationName": "TaskAdhocRequest",
	"TaskDefinitionId": "string value"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!