scheduledJob resource type

Represents a scheduled job by API's in Dynamics 365 Business Central.

Note

For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET scheduledJob scheduledJob Gets a scheduled job object.

Properties

Property Type Description
id GUID The unique ID of the item. Non-editable.
category string Specifies the category of the scheduled job.
status string Specifies the status of the scheduled job.
description string Specifies the description of the scheduled job.
errorMessage string The error message provided when a fail occurs.

JSON representation

Here is a JSON representation of the scheduledJob resource.

{
    "id": "GUID",
    "category": "string",
    "status": "string",
    "description": "string",
    "errorMessage": "string"
}

See Also

GET scheduledJob