SiteScheduledJobs.getList (Method)
Returns zero or more structures, each containing information on a site's scheduled jobs.
Returns:
SiteScheduledJobs_GetList_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
ID | SiteScheduledJobID | The site scheduled job's ID. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
scheduledJobID | SiteScheduledJobID_0 | Optional. Defaults to '0'. | A job's ID. If this value is 0, CommonSpot returns information for all records. |
Context:
License Requirements | (none) |
Permission Requirements | site:SiteAdmin |
Deny Context | ClusterROPS |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None