API resource
Custom Works
Custom Works are manually completed work items for WordPress sites in your account, such as maintenance, optimizations, fixes, audits, or other reportable changes. Use Custom Works to keep dated work history connected to each site, so completed work can be reviewed later or included in reports.
List custom work entries
Returns custom work entries for the selected site.
/sites/{site_id}/custom-works POSTCreate custom work entries
Creates one or more custom work entries for the selected site.
/sites/{site_id}/custom-works GETShow custom work
Returns one custom work entry for the selected site.
/sites/{site_id}/custom-works/{custom_work_id} DELETEDelete custom work
Removes one custom work entry from the selected site.
/sites/{site_id}/custom-works/{custom_work_id} POSTUpdate custom work
Updates one custom work entry for the selected site.
/sites/{site_id}/custom-works/{custom_work_id}/update