{ "opencollection": "1.0.0", "info": { "name": "Adobe Workfront API", "version": "v19.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Login", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/login", "params": [ { "name": "username", "value": "", "type": "query", "description": "Username" }, { "name": "password", "value": "", "type": "query", "description": "Password" }, { "name": "subdomain", "value": "", "type": "query", "description": "Subdomain" }, { "name": "timeToLive", "value": "", "type": "query", "description": "Session time to live in seconds" } ] }, "docs": "Login" }, { "info": { "name": "Logout", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/logout" }, "docs": "Logout" }, { "info": { "name": "Get session informatio", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/session" }, "docs": "Get session informatio" }, { "info": { "name": "Get customer sso and api version information", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/info" }, "docs": "Get customer sso and api version information" }, { "info": { "name": "Get for Acknowledgement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Acknowledgement" }, { "info": { "name": "Edit a Acknowledgement", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Acknowledgement" }, { "info": { "name": "Delete for Acknowledgement", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Acknowledgement" }, { "info": { "name": "Bulk Get for Acknowledgement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Acknowledgement" }, { "info": { "name": "Create a acknowledgement", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a acknowledgement" }, { "info": { "name": "Bulk Edit for Acknowledgement", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Acknowledgement" }, { "info": { "name": "Bulk Delete for Acknowledgement", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Acknowledgement" }, { "info": { "name": "Count of acknowledgement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of acknowledgement" }, { "info": { "name": "Search of acknowledgement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of acknowledgement" }, { "info": { "name": "Report of acknowledgement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of acknowledgement" }, { "info": { "name": "acknowledgementAcknowledge", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/acknowledge", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "acknowledgementAcknowledgeMany", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/acknowledgeMany", "params": [ { "name": "objCodeIDs", "value": "", "type": "query", "description": "objCodeIDs" } ] } }, { "info": { "name": "acknowledgementUnacknowledge", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/acknowledgement/unacknowledge", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "Get for AccessLevel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for AccessLevel" }, { "info": { "name": "Edit a AccessLevel", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a AccessLevel" }, { "info": { "name": "Delete for AccessLevel", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for AccessLevel" }, { "info": { "name": "Bulk Get for AccessLevel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for AccessLevel" }, { "info": { "name": "Create or copy a accesslevel", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a accesslevel" }, { "info": { "name": "Bulk Edit for AccessLevel", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for AccessLevel" }, { "info": { "name": "Bulk Delete for AccessLevel", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for AccessLevel" }, { "info": { "name": "Replace of accesslevel", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of accesslevel" }, { "info": { "name": "Count of accesslevel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of accesslevel" }, { "info": { "name": "Search of accesslevel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of accesslevel" }, { "info": { "name": "Report of accesslevel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accesslevel/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of accesslevel" }, { "info": { "name": "Get for AccessRequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for AccessRequest" }, { "info": { "name": "Edit a AccessRequest", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a AccessRequest" }, { "info": { "name": "Delete for AccessRequest", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for AccessRequest" }, { "info": { "name": "Bulk Get for AccessRequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for AccessRequest" }, { "info": { "name": "Create a accessrequest", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a accessrequest" }, { "info": { "name": "Bulk Edit for AccessRequest", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for AccessRequest" }, { "info": { "name": "Bulk Delete for AccessRequest", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for AccessRequest" }, { "info": { "name": "Count of accessrequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of accessrequest" }, { "info": { "name": "Search of accessrequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of accessrequest" }, { "info": { "name": "Report of accessrequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of accessrequest" }, { "info": { "name": "accessRequestGrantAccess", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/grantAccess", "params": [ { "name": "accessRequestID", "value": "", "type": "query", "description": "accessRequestID" }, { "name": "actionType", "value": "", "type": "query", "description": "actionType" }, { "name": "forbiddenActions", "value": "", "type": "query", "description": "forbiddenActions" } ] } }, { "info": { "name": "accessRequestGrantObjectAccess", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/grantObjectAccess", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "id", "value": "", "type": "query", "description": "id" }, { "name": "accessorID", "value": "", "type": "query", "description": "accessorID" }, { "name": "actionType", "value": "", "type": "query", "description": "actionType" }, { "name": "forbiddenActions", "value": "", "type": "query", "description": "forbiddenActions" } ] } }, { "info": { "name": "accessRequestIgnore", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/ignore", "params": [ { "name": "accessRequestID", "value": "", "type": "query", "description": "accessRequestID" } ] } }, { "info": { "name": "accessRequestRecall", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/recall", "params": [ { "name": "accessRequestID", "value": "", "type": "query", "description": "accessRequestID" } ] } }, { "info": { "name": "accessRequestRemind", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/remind", "params": [ { "name": "accessRequestID", "value": "", "type": "query", "description": "accessRequestID" } ] } }, { "info": { "name": "getAccessRequestMyAccessRequests", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/accessrequest/myAccessRequests", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "Get for ActivityLog", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/activitylog/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ActivityLog" }, { "info": { "name": "Bulk Get for ActivityLog", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/activitylog", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ActivityLog" }, { "info": { "name": "Count of activitylog", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/activitylog/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of activitylog" }, { "info": { "name": "Search of activitylog", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/activitylog/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of activitylog" }, { "info": { "name": "Get for AgileWork", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for AgileWork" }, { "info": { "name": "Edit a AgileWork", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a AgileWork" }, { "info": { "name": "Delete for AgileWork", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for AgileWork" }, { "info": { "name": "Bulk Get for AgileWork", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for AgileWork" }, { "info": { "name": "Bulk Edit for AgileWork", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for AgileWork" }, { "info": { "name": "Bulk Delete for AgileWork", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for AgileWork" }, { "info": { "name": "Count of agilework", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of agilework" }, { "info": { "name": "Search of agilework", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of agilework" }, { "info": { "name": "Report of agilework", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of agilework" }, { "info": { "name": "agileWorkBulkCopy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/agilework/bulkCopy", "params": [ { "name": "agileWorkIDs", "value": "", "type": "query", "description": "agileWorkIDs" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "Get for Announcement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Announcement" }, { "info": { "name": "Edit a Announcement", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Announcement" }, { "info": { "name": "Delete for Announcement", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Announcement" }, { "info": { "name": "Bulk Get for Announcement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Announcement" }, { "info": { "name": "Create a announcement", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a announcement" }, { "info": { "name": "Bulk Edit for Announcement", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Announcement" }, { "info": { "name": "Bulk Delete for Announcement", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Announcement" }, { "info": { "name": "Count of announcement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of announcement" }, { "info": { "name": "Search of announcement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of announcement" }, { "info": { "name": "Report of announcement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of announcement" }, { "info": { "name": "getAnnouncementAnnouncementDraftsForUser", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/announcementDraftsForUser" } }, { "info": { "name": "getAnnouncementSentAnnouncementsForUser", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcement/sentAnnouncementsForUser" } }, { "info": { "name": "Get for AnnouncementAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcementattachment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for AnnouncementAttachment" }, { "info": { "name": "Bulk Get for AnnouncementAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcementattachment", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for AnnouncementAttachment" }, { "info": { "name": "Count of announcementattachment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcementattachment/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of announcementattachment" }, { "info": { "name": "Search of announcementattachment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcementattachment/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of announcementattachment" }, { "info": { "name": "Report of announcementattachment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/announcementattachment/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of announcementattachment" }, { "info": { "name": "Get for APIVersionMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/apiversionmetadata/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for APIVersionMetadata" }, { "info": { "name": "Bulk Get for APIVersionMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/apiversionmetadata", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for APIVersionMetadata" }, { "info": { "name": "Count of apiversionmetadata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/apiversionmetadata/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of apiversionmetadata" }, { "info": { "name": "Search of apiversionmetadata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/apiversionmetadata/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of apiversionmetadata" }, { "info": { "name": "Report of apiversionmetadata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/apiversionmetadata/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of apiversionmetadata" }, { "info": { "name": "approvalIsInMyApprovals", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approval/isInMyApprovals", "params": [ { "name": "objectType", "value": "", "type": "query", "description": "objectType" }, { "name": "objectID", "value": "", "type": "query", "description": "objectID" } ] } }, { "info": { "name": "approvalIsInMySubmittedApprovals", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approval/isInMySubmittedApprovals", "params": [ { "name": "objectType", "value": "", "type": "query", "description": "objectType" }, { "name": "objectID", "value": "", "type": "query", "description": "objectID" } ] } }, { "info": { "name": "getApprovalMyApprovals", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approval/myApprovals", "params": [ { "name": "objectType", "value": "", "type": "query", "description": "objectType" } ] } }, { "info": { "name": "getApprovalMySubmittedApprovals", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approval/mySubmittedApprovals", "params": [ { "name": "objectType", "value": "", "type": "query", "description": "objectType" } ] } }, { "info": { "name": "Get for ApprovalProcess", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ApprovalProcess" }, { "info": { "name": "Edit a ApprovalProcess", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ApprovalProcess" }, { "info": { "name": "Delete for ApprovalProcess", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ApprovalProcess" }, { "info": { "name": "Bulk Get for ApprovalProcess", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ApprovalProcess" }, { "info": { "name": "Create or copy a approvalprocess", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a approvalprocess" }, { "info": { "name": "Bulk Edit for ApprovalProcess", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ApprovalProcess" }, { "info": { "name": "Bulk Delete for ApprovalProcess", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ApprovalProcess" }, { "info": { "name": "Count of approvalprocess", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of approvalprocess" }, { "info": { "name": "Search of approvalprocess", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of approvalprocess" }, { "info": { "name": "Report of approvalprocess", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalprocess/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of approvalprocess" }, { "info": { "name": "Get for ApprovalPath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalpath/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ApprovalPath" }, { "info": { "name": "Bulk Get for ApprovalPath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalpath", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ApprovalPath" }, { "info": { "name": "Count of approvalpath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalpath/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of approvalpath" }, { "info": { "name": "Search of approvalpath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalpath/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of approvalpath" }, { "info": { "name": "Report of approvalpath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/approvalpath/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of approvalpath" }, { "info": { "name": "Get for Assignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Assignment" }, { "info": { "name": "Edit a Assignment", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Assignment" }, { "info": { "name": "Delete for Assignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Assignment" }, { "info": { "name": "Bulk Get for Assignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Assignment" }, { "info": { "name": "Create a assignment", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a assignment" }, { "info": { "name": "Bulk Edit for Assignment", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Assignment" }, { "info": { "name": "Bulk Delete for Assignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Assignment" }, { "info": { "name": "Count of assignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of assignment" }, { "info": { "name": "Search of assignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of assignment" }, { "info": { "name": "Report of assignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of assignment" }, { "info": { "name": "assignmentAssignUserToRoleOnProjects", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/assignUserToRoleOnProjects", "params": [ { "name": "projectIDs", "value": "", "type": "query", "description": "projectIDs" }, { "name": "swapUserID", "value": "", "type": "query", "description": "swapUserID" }, { "name": "swapRoleID", "value": "", "type": "query", "description": "swapRoleID" }, { "name": "lockToRole", "value": "", "type": "query", "description": "lockToRole" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "assignmentAssignUserToRoleOnTasks", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/assignUserToRoleOnTasks", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "swapUserID", "value": "", "type": "query", "description": "swapUserID" }, { "name": "swapRoleID", "value": "", "type": "query", "description": "swapRoleID" }, { "name": "lockToRole", "value": "", "type": "query", "description": "lockToRole" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "assignmentSwapUsersOnProjects", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/swapUsersOnProjects", "params": [ { "name": "projectIDs", "value": "", "type": "query", "description": "projectIDs" }, { "name": "swapToUserID", "value": "", "type": "query", "description": "swapToUserID" }, { "name": "swapFromUserID", "value": "", "type": "query", "description": "swapFromUserID" }, { "name": "swapRoleIDs", "value": "", "type": "query", "description": "swapRoleIDs" }, { "name": "lockToRole", "value": "", "type": "query", "description": "lockToRole" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "assignmentSwapUsersOnTasks", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/swapUsersOnTasks", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "swapToUserID", "value": "", "type": "query", "description": "swapToUserID" }, { "name": "swapFromUserID", "value": "", "type": "query", "description": "swapFromUserID" }, { "name": "swapRoleIDs", "value": "", "type": "query", "description": "swapRoleIDs" }, { "name": "lockToRole", "value": "", "type": "query", "description": "lockToRole" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "assignmentUnassignUserFromProjects", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/unassignUserFromProjects", "params": [ { "name": "projectIDs", "value": "", "type": "query", "description": "projectIDs" }, { "name": "unassignUserID", "value": "", "type": "query", "description": "unassignUserID" }, { "name": "swapRoleIDs", "value": "", "type": "query", "description": "swapRoleIDs" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "assignmentUnassignUserFromTasks", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/unassignUserFromTasks", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "unassignUserID", "value": "", "type": "query", "description": "unassignUserID" }, { "name": "swapRoleIDs", "value": "", "type": "query", "description": "swapRoleIDs" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "getAssignmentGetAssignAssignmentsForTasks", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/getAssignAssignmentsForTasks", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "getAssignmentGetUnassignAssignmentsForTasks", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/assignment/getUnassignAssignmentsForTasks", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "includeIssues", "value": "", "type": "query", "description": "includeIssues" } ] } }, { "info": { "name": "Get for AuditLoginAsSession", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for AuditLoginAsSession" }, { "info": { "name": "Bulk Get for AuditLoginAsSession", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for AuditLoginAsSession" }, { "info": { "name": "Count of auditloginassession", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of auditloginassession" }, { "info": { "name": "Search of auditloginassession", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of auditloginassession" }, { "info": { "name": "Report of auditloginassession", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of auditloginassession" }, { "info": { "name": "auditLoginAsSessionAllAccessedUsers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/allAccessedUsers" } }, { "info": { "name": "auditLoginAsSessionAllAdmins", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/allAdmins" } }, { "info": { "name": "auditLoginAsSessionGetAccessedUsers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/getAccessedUsers", "params": [ { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "auditLoginAsSessionWhoAccessedUser", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/auditloginassession/whoAccessedUser", "params": [ { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "Get for ExternalAuthToken", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ExternalAuthToken" }, { "info": { "name": "Edit a ExternalAuthToken", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ExternalAuthToken" }, { "info": { "name": "Delete for ExternalAuthToken", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ExternalAuthToken" }, { "info": { "name": "Bulk Get for ExternalAuthToken", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ExternalAuthToken" }, { "info": { "name": "Create a externalauthtoken", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a externalauthtoken" }, { "info": { "name": "Bulk Edit for ExternalAuthToken", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ExternalAuthToken" }, { "info": { "name": "Bulk Delete for ExternalAuthToken", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ExternalAuthToken" }, { "info": { "name": "Count of externalauthtoken", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of externalauthtoken" }, { "info": { "name": "Search of externalauthtoken", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of externalauthtoken" }, { "info": { "name": "Report of externalauthtoken", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalauthtoken/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of externalauthtoken" }, { "info": { "name": "Get for Avatar", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Avatar" }, { "info": { "name": "Edit a Avatar", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Avatar" }, { "info": { "name": "Delete for Avatar", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Avatar" }, { "info": { "name": "Bulk Get for Avatar", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Avatar" }, { "info": { "name": "Create a avatar", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a avatar" }, { "info": { "name": "Bulk Edit for Avatar", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Avatar" }, { "info": { "name": "Bulk Delete for Avatar", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/avatar", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Avatar" }, { "info": { "name": "Get for AwaitingApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for AwaitingApproval" }, { "info": { "name": "Delete for AwaitingApproval", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for AwaitingApproval" }, { "info": { "name": "Bulk Get for AwaitingApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for AwaitingApproval" }, { "info": { "name": "Create a awaitingapproval", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a awaitingapproval" }, { "info": { "name": "Bulk Delete for AwaitingApproval", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for AwaitingApproval" }, { "info": { "name": "Count of awaitingapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of awaitingapproval" }, { "info": { "name": "Search of awaitingapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of awaitingapproval" }, { "info": { "name": "Report of awaitingapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of awaitingapproval" }, { "info": { "name": "awaitingApprovalGetMyAwaitingApprovalsFilteredCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/getMyAwaitingApprovalsFilteredCount", "params": [ { "name": "objectType", "value": "", "type": "query", "description": "objectType" } ] } }, { "info": { "name": "getAwaitingApprovalMyAwaitingApprovalsFiltered", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/awaitingapproval/myAwaitingApprovalsFiltered", "params": [ { "name": "objectType", "value": "", "type": "query", "description": "objectType" } ] } }, { "info": { "name": "Get for BurndownEvent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/burndownevent/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for BurndownEvent" }, { "info": { "name": "Bulk Get for BurndownEvent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/burndownevent", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for BurndownEvent" }, { "info": { "name": "Count of burndownevent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/burndownevent/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of burndownevent" }, { "info": { "name": "Search of burndownevent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/burndownevent/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of burndownevent" }, { "info": { "name": "Report of burndownevent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/burndownevent/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of burndownevent" }, { "info": { "name": "Get for BudgetedHour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/budgetedhour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for BudgetedHour" }, { "info": { "name": "Delete for BudgetedHour", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/budgetedhour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for BudgetedHour" }, { "info": { "name": "Bulk Get for BudgetedHour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/budgetedhour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for BudgetedHour" }, { "info": { "name": "Create a budgetedhour", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/budgetedhour", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a budgetedhour" }, { "info": { "name": "Bulk Delete for BudgetedHour", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/budgetedhour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for BudgetedHour" }, { "info": { "name": "Search of budgetedhour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/budgetedhour/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of budgetedhour" }, { "info": { "name": "Get for BillingRecord", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for BillingRecord" }, { "info": { "name": "Edit a BillingRecord", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a BillingRecord" }, { "info": { "name": "Delete for BillingRecord", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for BillingRecord" }, { "info": { "name": "Bulk Get for BillingRecord", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for BillingRecord" }, { "info": { "name": "Create a billingrecord", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a billingrecord" }, { "info": { "name": "Bulk Edit for BillingRecord", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for BillingRecord" }, { "info": { "name": "Bulk Delete for BillingRecord", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for BillingRecord" }, { "info": { "name": "Count of billingrecord", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of billingrecord" }, { "info": { "name": "Search of billingrecord", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of billingrecord" }, { "info": { "name": "Report of billingrecord", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of billingrecord" }, { "info": { "name": "billingRecordCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/billingrecord/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for BackgroundJob", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for BackgroundJob" }, { "info": { "name": "Delete for BackgroundJob", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for BackgroundJob" }, { "info": { "name": "Bulk Get for BackgroundJob", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for BackgroundJob" }, { "info": { "name": "Create a backgroundjob", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a backgroundjob" }, { "info": { "name": "Bulk Delete for BackgroundJob", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for BackgroundJob" }, { "info": { "name": "Count of backgroundjob", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of backgroundjob" }, { "info": { "name": "Search of backgroundjob", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of backgroundjob" }, { "info": { "name": "Report of backgroundjob", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/backgroundjob/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of backgroundjob" }, { "info": { "name": "Get for Baseline", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Baseline" }, { "info": { "name": "Edit a Baseline", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Baseline" }, { "info": { "name": "Delete for Baseline", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Baseline" }, { "info": { "name": "Bulk Get for Baseline", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Baseline" }, { "info": { "name": "Create a baseline", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a baseline" }, { "info": { "name": "Bulk Edit for Baseline", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Baseline" }, { "info": { "name": "Bulk Delete for Baseline", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Baseline" }, { "info": { "name": "Count of baseline", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of baseline" }, { "info": { "name": "Search of baseline", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of baseline" }, { "info": { "name": "Report of baseline", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baseline/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of baseline" }, { "info": { "name": "Get for BaselineTask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baselinetask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for BaselineTask" }, { "info": { "name": "Bulk Get for BaselineTask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baselinetask", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for BaselineTask" }, { "info": { "name": "Count of baselinetask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baselinetask/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of baselinetask" }, { "info": { "name": "Search of baselinetask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baselinetask/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of baselinetask" }, { "info": { "name": "Report of baselinetask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/baselinetask/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of baselinetask" }, { "info": { "name": "Get for CalendarEntry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CalendarEntry" }, { "info": { "name": "Edit a CalendarEntry", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a CalendarEntry" }, { "info": { "name": "Delete for CalendarEntry", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for CalendarEntry" }, { "info": { "name": "Bulk Get for CalendarEntry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CalendarEntry" }, { "info": { "name": "Create a calendarentry", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a calendarentry" }, { "info": { "name": "Bulk Edit for CalendarEntry", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for CalendarEntry" }, { "info": { "name": "Bulk Delete for CalendarEntry", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for CalendarEntry" }, { "info": { "name": "Count of calendarentry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of calendarentry" }, { "info": { "name": "Search of calendarentry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of calendarentry" }, { "info": { "name": "Report of calendarentry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentry/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of calendarentry" }, { "info": { "name": "Get for CalendarPortalSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarportalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CalendarPortalSection" }, { "info": { "name": "Bulk Get for CalendarPortalSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarportalsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CalendarPortalSection" }, { "info": { "name": "Create or copy a calendarportalsection", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarportalsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a calendarportalsection" }, { "info": { "name": "Count of calendarportalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarportalsection/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of calendarportalsection" }, { "info": { "name": "Search of calendarportalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarportalsection/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of calendarportalsection" }, { "info": { "name": "Report of calendarportalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarportalsection/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of calendarportalsection" }, { "info": { "name": "Get for CalendarSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CalendarSection" }, { "info": { "name": "Edit a CalendarSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a CalendarSection" }, { "info": { "name": "Delete for CalendarSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for CalendarSection" }, { "info": { "name": "Bulk Get for CalendarSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CalendarSection" }, { "info": { "name": "Create a calendarsection", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a calendarsection" }, { "info": { "name": "Bulk Edit for CalendarSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for CalendarSection" }, { "info": { "name": "Bulk Delete for CalendarSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for CalendarSection" }, { "info": { "name": "Count of calendarsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of calendarsection" }, { "info": { "name": "Search of calendarsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of calendarsection" }, { "info": { "name": "Report of calendarsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of calendarsection" }, { "info": { "name": "calendarSectionGetConcatenatedExpressionForm", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/getConcatenatedExpressionForm", "params": [ { "name": "expression", "value": "", "type": "query", "description": "expression" } ] } }, { "info": { "name": "calendarSectionGetPrettyExpressionForm", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarsection/getPrettyExpressionForm", "params": [ { "name": "expression", "value": "", "type": "query", "description": "expression" } ] } }, { "info": { "name": "Get for CategoryAccessRule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CategoryAccessRule" }, { "info": { "name": "Delete for CategoryAccessRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for CategoryAccessRule" }, { "info": { "name": "Bulk Get for CategoryAccessRule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CategoryAccessRule" }, { "info": { "name": "Create a categoryaccessrule", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a categoryaccessrule" }, { "info": { "name": "Bulk Delete for CategoryAccessRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for CategoryAccessRule" }, { "info": { "name": "Count of categoryaccessrule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of categoryaccessrule" }, { "info": { "name": "Search of categoryaccessrule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of categoryaccessrule" }, { "info": { "name": "Report of categoryaccessrule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of categoryaccessrule" }, { "info": { "name": "getCategoryAccessRuleGetForObject", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/categoryaccessrule/getForObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "Get for CalendarEntryExternalReference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentryexternalreference/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CalendarEntryExternalReference" }, { "info": { "name": "Bulk Get for CalendarEntryExternalReference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentryexternalreference", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CalendarEntryExternalReference" }, { "info": { "name": "Count of calendarentryexternalreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentryexternalreference/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of calendarentryexternalreference" }, { "info": { "name": "Search of calendarentryexternalreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentryexternalreference/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of calendarentryexternalreference" }, { "info": { "name": "Report of calendarentryexternalreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/calendarentryexternalreference/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of calendarentryexternalreference" }, { "info": { "name": "Get for Classifier", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Classifier" }, { "info": { "name": "Edit a Classifier", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Classifier" }, { "info": { "name": "Delete for Classifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Classifier" }, { "info": { "name": "Bulk Get for Classifier", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Classifier" }, { "info": { "name": "Create a classifier", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a classifier" }, { "info": { "name": "Bulk Edit for Classifier", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Classifier" }, { "info": { "name": "Bulk Delete for Classifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Classifier" }, { "info": { "name": "Count of classifier", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of classifier" }, { "info": { "name": "Search of classifier", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of classifier" }, { "info": { "name": "Report of classifier", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of classifier" }, { "info": { "name": "classifierActivateClassifiers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/activateClassifiers", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" } ] } }, { "info": { "name": "classifierDeactivateClassifiers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/classifier/deactivateClassifiers", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" } ] } }, { "info": { "name": "Get for Company", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Company" }, { "info": { "name": "Edit a Company", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Company" }, { "info": { "name": "Delete for Company", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Company" }, { "info": { "name": "Bulk Get for Company", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Company" }, { "info": { "name": "Create a company", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a company" }, { "info": { "name": "Bulk Edit for Company", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Company" }, { "info": { "name": "Bulk Delete for Company", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Company" }, { "info": { "name": "Replace of company", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of company" }, { "info": { "name": "Count of company", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of company" }, { "info": { "name": "Search of company", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of company" }, { "info": { "name": "Report of company", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of company" }, { "info": { "name": "companyCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/company/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for CustomEnum", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CustomEnum" }, { "info": { "name": "Edit a CustomEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a CustomEnum" }, { "info": { "name": "Delete for CustomEnum", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for CustomEnum" }, { "info": { "name": "Bulk Get for CustomEnum", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CustomEnum" }, { "info": { "name": "Create a customenum", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a customenum" }, { "info": { "name": "Bulk Edit for CustomEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for CustomEnum" }, { "info": { "name": "Bulk Delete for CustomEnum", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for CustomEnum" }, { "info": { "name": "Count of customenum", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of customenum" }, { "info": { "name": "Search of customenum", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of customenum" }, { "info": { "name": "Report of customenum", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of customenum" }, { "info": { "name": "customEnumGetDefaultOpTaskConditionEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultOpTaskConditionEnum" } }, { "info": { "name": "customEnumGetDefaultOpTaskPriorityEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultOpTaskPriorityEnum" } }, { "info": { "name": "customEnumGetDefaultProjectConditionEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultProjectConditionEnum" } }, { "info": { "name": "customEnumGetDefaultProjectStatusEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultProjectStatusEnum" } }, { "info": { "name": "customEnumGetDefaultProjectStatusEnumForGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultProjectStatusEnumForGroup", "params": [ { "name": "groupID", "value": "", "type": "query", "description": "groupID" } ] } }, { "info": { "name": "customEnumGetDefaultSeverityEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultSeverityEnum" } }, { "info": { "name": "customEnumGetDefaultTaskConditionEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultTaskConditionEnum" } }, { "info": { "name": "customEnumGetDefaultTaskPriorityEnum", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getDefaultTaskPriorityEnum" } }, { "info": { "name": "customEnumGetGroupDefaultProjectStatus", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getGroupDefaultProjectStatus", "params": [ { "name": "projectID", "value": "", "type": "query", "description": "projectID" } ] } }, { "info": { "name": "customEnumIsPossibleToUnlockStatus", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/isPossibleToUnlockStatus", "params": [ { "name": "type", "value": "", "type": "query", "description": "type" }, { "name": "statusKey", "value": "", "type": "query", "description": "statusKey" } ] } }, { "info": { "name": "getCustomEnumGetGroupStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/getGroupStatuses", "params": [ { "name": "groupID", "value": "", "type": "query", "description": "groupID" }, { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumOpTaskConditions", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/opTaskConditions", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumOpTaskGroupStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/opTaskGroupStatuses", "params": [ { "name": "opTaskID", "value": "", "type": "query", "description": "opTaskID" }, { "name": "groupID", "value": "", "type": "query", "description": "groupID" }, { "name": "type", "value": "", "type": "query", "description": "type" }, { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumOpTaskPriorities", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/opTaskPriorities", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumOpTaskSeverities", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/opTaskSeverities", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumOpTaskStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/opTaskStatuses", "params": [ { "name": "type", "value": "", "type": "query", "description": "type" }, { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumOpTaskTypes", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/opTaskTypes" } }, { "info": { "name": "getCustomEnumProjectConditions", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/projectConditions", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumProjectGroupStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/projectGroupStatuses", "params": [ { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "groupID", "value": "", "type": "query", "description": "groupID" }, { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumProjectPriorities", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/projectPriorities", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumProjectStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/projectStatuses", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumTaskConditions", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/taskConditions", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumTaskGroupStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/taskGroupStatuses", "params": [ { "name": "taskID", "value": "", "type": "query", "description": "taskID" }, { "name": "groupID", "value": "", "type": "query", "description": "groupID" }, { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumTaskPriorities", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/taskPriorities", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumTaskStatuses", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/taskStatuses", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "getCustomEnumTemplatetaskPriorities", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customenum/templatetaskPriorities", "params": [ { "name": "includeHidden", "value": "", "type": "query", "description": "includeHidden" } ] } }, { "info": { "name": "Get for CustomQuarter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CustomQuarter" }, { "info": { "name": "Edit a CustomQuarter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a CustomQuarter" }, { "info": { "name": "Delete for CustomQuarter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for CustomQuarter" }, { "info": { "name": "Bulk Get for CustomQuarter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CustomQuarter" }, { "info": { "name": "Create a customquarter", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a customquarter" }, { "info": { "name": "Bulk Edit for CustomQuarter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for CustomQuarter" }, { "info": { "name": "Bulk Delete for CustomQuarter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for CustomQuarter" }, { "info": { "name": "Count of customquarter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of customquarter" }, { "info": { "name": "Search of customquarter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of customquarter" }, { "info": { "name": "Report of customquarter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customquarter/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of customquarter" }, { "info": { "name": "Get for Category", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Category" }, { "info": { "name": "Edit a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Category" }, { "info": { "name": "Delete for Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Category" }, { "info": { "name": "Bulk Get for Category", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Category" }, { "info": { "name": "Create or copy a category", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a category" }, { "info": { "name": "Bulk Edit for Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Category" }, { "info": { "name": "Bulk Delete for Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Category" }, { "info": { "name": "Count of category", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of category" }, { "info": { "name": "Search of category", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of category" }, { "info": { "name": "Report of category", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of category" }, { "info": { "name": "Sharing of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Category" }, { "info": { "name": "Batch sharing of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Category" }, { "info": { "name": "Un-sharing of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Category" }, { "info": { "name": "Batch un-sharing of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Category" }, { "info": { "name": "Public share of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Category" }, { "info": { "name": "Batch public share of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Category" }, { "info": { "name": "Public un-share of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Category" }, { "info": { "name": "Batch public un-share of a Category", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Category" }, { "info": { "name": "categoryAssignCategories", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/assignCategories", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "categoryIDs", "value": "", "type": "query", "description": "categoryIDs" } ] } }, { "info": { "name": "categoryAssignCategory", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/assignCategory", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "categoryID", "value": "", "type": "query", "description": "categoryID" } ] } }, { "info": { "name": "categoryGetCascadingRules", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/getCascadingRules", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "categoryIDs", "value": "", "type": "query", "description": "categoryIDs" }, { "name": "paramValues", "value": "", "type": "query", "description": "paramValues" }, { "name": "isConverting", "value": "", "type": "query", "description": "isConverting" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" } ] } }, { "info": { "name": "categoryIsObjectFrozenInPendingApprovalStatus", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/isObjectFrozenInPendingApprovalStatus", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "categoryReorderCategories", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/reorderCategories", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "categoryIDs", "value": "", "type": "query", "description": "categoryIDs" } ] } }, { "info": { "name": "categoryUnassignCategories", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/unassignCategories", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "categoryIDs", "value": "", "type": "query", "description": "categoryIDs" } ] } }, { "info": { "name": "categoryUnassignCategory", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/category/unassignCategory", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "categoryID", "value": "", "type": "query", "description": "categoryID" } ] } }, { "info": { "name": "customerGetPackagingOptionValue", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customer/getPackagingOptionValue", "params": [ { "name": "option", "value": "", "type": "query", "description": "option" } ] } }, { "info": { "name": "customerGoalsEnabled", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customer/goalsEnabled" } }, { "info": { "name": "customerIsPackagingOptionEnabled", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customer/isPackagingOptionEnabled", "params": [ { "name": "option", "value": "", "type": "query", "description": "option" } ] } }, { "info": { "name": "customerProductEnabled", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customer/productEnabled", "params": [ { "name": "product", "value": "", "type": "query", "description": "product" } ] } }, { "info": { "name": "customerUpdateLoginAsSettings", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customer/updateLoginAsSettings", "params": [ { "name": "customer", "value": "", "type": "query", "description": "customer" } ] } }, { "info": { "name": "Get for CustomerPreferences", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CustomerPreferences" }, { "info": { "name": "Bulk Get for CustomerPreferences", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CustomerPreferences" }, { "info": { "name": "Create a customerpreferences", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a customerpreferences" }, { "info": { "name": "Search of customerpreferences", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of customerpreferences" }, { "info": { "name": "customerPreferencesGetIsAutoUpgradeDisabled", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences/getIsAutoUpgradeDisabled" } }, { "info": { "name": "customerPreferencesGetTimesheetPreferences", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences/getTimesheetPreferences" } }, { "info": { "name": "customerPreferencesSetTimesheetPreferences", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customerpreferences/setTimesheetPreferences", "params": [ { "name": "preferences", "value": "", "type": "query", "description": "preferences" } ] } }, { "info": { "name": "Get for ContextSensitiveHelp", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/contextsensitivehelp/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ContextSensitiveHelp" }, { "info": { "name": "Bulk Get for ContextSensitiveHelp", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/contextsensitivehelp", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ContextSensitiveHelp" }, { "info": { "name": "Count of contextsensitivehelp", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/contextsensitivehelp/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of contextsensitivehelp" }, { "info": { "name": "Search of contextsensitivehelp", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/contextsensitivehelp/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of contextsensitivehelp" }, { "info": { "name": "Report of contextsensitivehelp", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/contextsensitivehelp/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of contextsensitivehelp" }, { "info": { "name": "Get for DocMetadataLinkGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for DocMetadataLinkGroup" }, { "info": { "name": "Delete for DocMetadataLinkGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for DocMetadataLinkGroup" }, { "info": { "name": "Bulk Get for DocMetadataLinkGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for DocMetadataLinkGroup" }, { "info": { "name": "Create a docmetadatalinkgroup", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a docmetadatalinkgroup" }, { "info": { "name": "Bulk Delete for DocMetadataLinkGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for DocMetadataLinkGroup" }, { "info": { "name": "Count of docmetadatalinkgroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of docmetadatalinkgroup" }, { "info": { "name": "Search of docmetadatalinkgroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of docmetadatalinkgroup" }, { "info": { "name": "Report of docmetadatalinkgroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of docmetadatalinkgroup" }, { "info": { "name": "docMetadataLinkGroupGetMetadataDetailsForDocument", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/getMetadataDetailsForDocument", "params": [ { "name": "documentID", "value": "", "type": "query", "description": "documentID" }, { "name": "externalIntegrationType", "value": "", "type": "query", "description": "externalIntegrationType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" } ] } }, { "info": { "name": "docMetadataLinkGroupGetMetadataForDocument", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalinkgroup/getMetadataForDocument", "params": [ { "name": "documentID", "value": "", "type": "query", "description": "documentID" }, { "name": "externalIntegrationType", "value": "", "type": "query", "description": "externalIntegrationType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" } ] } }, { "info": { "name": "Get for DocMetadataLink", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for DocMetadataLink" }, { "info": { "name": "Delete for DocMetadataLink", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for DocMetadataLink" }, { "info": { "name": "Bulk Get for DocMetadataLink", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for DocMetadataLink" }, { "info": { "name": "Create a docmetadatalink", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a docmetadatalink" }, { "info": { "name": "Bulk Delete for DocMetadataLink", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for DocMetadataLink" }, { "info": { "name": "Count of docmetadatalink", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of docmetadatalink" }, { "info": { "name": "Search of docmetadatalink", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of docmetadatalink" }, { "info": { "name": "Report of docmetadatalink", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/docmetadatalink/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of docmetadatalink" }, { "info": { "name": "Get for DocumentApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for DocumentApproval" }, { "info": { "name": "Edit a DocumentApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a DocumentApproval" }, { "info": { "name": "Delete for DocumentApproval", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for DocumentApproval" }, { "info": { "name": "Bulk Get for DocumentApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for DocumentApproval" }, { "info": { "name": "Create a documentapproval", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a documentapproval" }, { "info": { "name": "Bulk Edit for DocumentApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for DocumentApproval" }, { "info": { "name": "Bulk Delete for DocumentApproval", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for DocumentApproval" }, { "info": { "name": "Count of documentapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of documentapproval" }, { "info": { "name": "Search of documentapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of documentapproval" }, { "info": { "name": "Report of documentapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentapproval/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of documentapproval" }, { "info": { "name": "Get for DocumentFolder", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for DocumentFolder" }, { "info": { "name": "Edit a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a DocumentFolder" }, { "info": { "name": "Delete for DocumentFolder", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for DocumentFolder" }, { "info": { "name": "Bulk Get for DocumentFolder", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for DocumentFolder" }, { "info": { "name": "Create a documentfolder", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a documentfolder" }, { "info": { "name": "Bulk Edit for DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for DocumentFolder" }, { "info": { "name": "Bulk Delete for DocumentFolder", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for DocumentFolder" }, { "info": { "name": "Count of documentfolder", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of documentfolder" }, { "info": { "name": "Search of documentfolder", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of documentfolder" }, { "info": { "name": "Report of documentfolder", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of documentfolder" }, { "info": { "name": "Sharing of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a DocumentFolder" }, { "info": { "name": "Batch sharing of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a DocumentFolder" }, { "info": { "name": "Un-sharing of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a DocumentFolder" }, { "info": { "name": "Batch un-sharing of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a DocumentFolder" }, { "info": { "name": "Public share of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a DocumentFolder" }, { "info": { "name": "Batch public share of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a DocumentFolder" }, { "info": { "name": "Public un-share of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a DocumentFolder" }, { "info": { "name": "Batch public un-share of a DocumentFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a DocumentFolder" }, { "info": { "name": "documentFolderGetFolderSizeInBytes", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/getFolderSizeInBytes", "params": [ { "name": "folderID", "value": "", "type": "query", "description": "folderID" }, { "name": "recursive", "value": "", "type": "query", "description": "recursive" }, { "name": "includeLinked", "value": "", "type": "query", "description": "includeLinked" } ] } }, { "info": { "name": "documentFolderIsLinkedFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/isLinkedFolder", "params": [ { "name": "documentFolderID", "value": "", "type": "query", "description": "documentFolderID" } ] } }, { "info": { "name": "documentFolderIsSmartFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/isSmartFolder", "params": [ { "name": "documentFolderID", "value": "", "type": "query", "description": "documentFolderID" } ] } }, { "info": { "name": "documentFolderUnlinkFolders", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/unlinkFolders", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" } ] } }, { "info": { "name": "getDocumentFolderMyFolders", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentfolder/myFolders" } }, { "info": { "name": "Get for DocumentRequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for DocumentRequest" }, { "info": { "name": "Edit a DocumentRequest", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a DocumentRequest" }, { "info": { "name": "Delete for DocumentRequest", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for DocumentRequest" }, { "info": { "name": "Bulk Get for DocumentRequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for DocumentRequest" }, { "info": { "name": "Create a documentrequest", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a documentrequest" }, { "info": { "name": "Bulk Edit for DocumentRequest", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for DocumentRequest" }, { "info": { "name": "Bulk Delete for DocumentRequest", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for DocumentRequest" }, { "info": { "name": "Count of documentrequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of documentrequest" }, { "info": { "name": "Search of documentrequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of documentrequest" }, { "info": { "name": "Report of documentrequest", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentrequest/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of documentrequest" }, { "info": { "name": "Get for Document", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Document" }, { "info": { "name": "Edit a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Document" }, { "info": { "name": "Delete for Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Document" }, { "info": { "name": "Bulk Get for Document", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Document" }, { "info": { "name": "Create a document", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a document" }, { "info": { "name": "Bulk Edit for Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Document" }, { "info": { "name": "Bulk Delete for Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Document" }, { "info": { "name": "Count of document", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of document" }, { "info": { "name": "Search of document", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of document" }, { "info": { "name": "Report of document", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of document" }, { "info": { "name": "Sharing of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Document" }, { "info": { "name": "Batch sharing of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Document" }, { "info": { "name": "Un-sharing of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Document" }, { "info": { "name": "Batch un-sharing of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Document" }, { "info": { "name": "Public share of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Document" }, { "info": { "name": "Batch public share of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Document" }, { "info": { "name": "Public un-share of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Document" }, { "info": { "name": "Batch public un-share of a Document", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Document" }, { "info": { "name": "documentCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "documentCheckIn", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/checkIn", "params": [ { "name": "documentIDs", "value": "", "type": "query", "description": "documentIDs" } ] } }, { "info": { "name": "documentCheckOut", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/checkOut", "params": [ { "name": "documentIDs", "value": "", "type": "query", "description": "documentIDs" } ] } }, { "info": { "name": "documentCompleteLargeDocument", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/completeLargeDocument", "params": [ { "name": "uploadID", "value": "", "type": "query", "description": "uploadID" }, { "name": "key", "value": "", "type": "query", "description": "key" }, { "name": "eTagMap", "value": "", "type": "query", "description": "eTagMap" }, { "name": "name", "value": "", "type": "query", "description": "name" }, { "name": "docObjCode", "value": "", "type": "query", "description": "docObjCode" }, { "name": "docObjID", "value": "", "type": "query", "description": "docObjID" }, { "name": "documentID", "value": "", "type": "query", "description": "documentID" }, { "name": "fileType", "value": "", "type": "query", "description": "fileType" }, { "name": "folderID", "value": "", "type": "query", "description": "folderID" }, { "name": "createProof", "value": "", "type": "query", "description": "createProof" }, { "name": "interactive", "value": "", "type": "query", "description": "interactive" }, { "name": "advancedProofingOptions", "value": "", "type": "query", "description": "advancedProofingOptions" }, { "name": "proofID", "value": "", "type": "query", "description": "proofID" }, { "name": "proofToken", "value": "", "type": "query", "description": "proofToken" } ] } }, { "info": { "name": "documentCreateLargeDocument", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/createLargeDocument", "params": [ { "name": "fileSize", "value": "", "type": "query", "description": "fileSize" }, { "name": "documentID", "value": "", "type": "query", "description": "documentID" }, { "name": "folderID", "value": "", "type": "query", "description": "folderID" } ] } }, { "info": { "name": "documentCreateLinkedProofVersion", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/createLinkedProofVersion", "params": [ { "name": "documentID", "value": "", "type": "query", "description": "documentID" }, { "name": "fileHandle", "value": "", "type": "query", "description": "fileHandle" }, { "name": "fileName", "value": "", "type": "query", "description": "fileName" }, { "name": "creatorName", "value": "", "type": "query", "description": "creatorName" } ] } }, { "info": { "name": "documentCreateProof", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/createProof", "params": [ { "name": "documentVersionID", "value": "", "type": "query", "description": "documentVersionID" }, { "name": "advancedProofingOptions", "value": "", "type": "query", "description": "advancedProofingOptions" } ] } }, { "info": { "name": "documentCreateProofRest", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/createProofRest", "params": [ { "name": "documentVersionID", "value": "", "type": "query", "description": "documentVersionID" }, { "name": "advancedProofingOptions", "value": "", "type": "query", "description": "advancedProofingOptions" } ] } }, { "info": { "name": "documentGetDocumentProofTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/getDocumentProofTemplate", "params": [ { "name": "proofToken", "value": "", "type": "query", "description": "proofToken" } ] } }, { "info": { "name": "documentGetProofRecipients", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/getProofRecipients", "params": [ { "name": "templateId", "value": "", "type": "query", "description": "templateId" }, { "name": "stageId", "value": "", "type": "query", "description": "stageId" } ] } }, { "info": { "name": "documentGetProofStages", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/getProofStages", "params": [ { "name": "templateId", "value": "", "type": "query", "description": "templateId" } ] } }, { "info": { "name": "documentGetProofTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/getProofTemplate" } }, { "info": { "name": "documentGetTotalSizeForDocuments", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/getTotalSizeForDocuments", "params": [ { "name": "documentIDs", "value": "", "type": "query", "description": "documentIDs" }, { "name": "includeLinked", "value": "", "type": "query", "description": "includeLinked" } ] } }, { "info": { "name": "documentIsLinkedDocument", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/isLinkedDocument", "params": [ { "name": "documentID", "value": "", "type": "query", "description": "documentID" } ] } }, { "info": { "name": "documentIsProofAutoGenrationEnabled", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/isProofAutoGenrationEnabled" } }, { "info": { "name": "documentMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/move", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "docObjCode", "value": "", "type": "query", "description": "docObjCode" } ] } }, { "info": { "name": "documentMoveToFolder", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/moveToFolder", "params": [ { "name": "documentIDs", "value": "", "type": "query", "description": "documentIDs" }, { "name": "folderID", "value": "", "type": "query", "description": "folderID" } ] } }, { "info": { "name": "documentSendDocumentsToExternalProvider", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/sendDocumentsToExternalProvider", "params": [ { "name": "documentIDs", "value": "", "type": "query", "description": "documentIDs" }, { "name": "providerID", "value": "", "type": "query", "description": "providerID" }, { "name": "destinationFolderID", "value": "", "type": "query", "description": "destinationFolderID" }, { "name": "metadata", "value": "", "type": "query", "description": "metadata" } ] } }, { "info": { "name": "documentUnlinkDocuments", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/document/unlinkDocuments", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" } ] } }, { "info": { "name": "Get for DocumentVersion", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for DocumentVersion" }, { "info": { "name": "Bulk Get for DocumentVersion", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for DocumentVersion" }, { "info": { "name": "Create a documentversion", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a documentversion" }, { "info": { "name": "Count of documentversion", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of documentversion" }, { "info": { "name": "Search of documentversion", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of documentversion" }, { "info": { "name": "Report of documentversion", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of documentversion" }, { "info": { "name": "documentVersionGetDocumentReviewerDecision", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/getDocumentReviewerDecision", "params": [ { "name": "documentVersionID", "value": "", "type": "query", "description": "documentVersionID" } ] } }, { "info": { "name": "documentVersionGetProofingTokens", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/getProofingTokens", "params": [ { "name": "versionID", "value": "", "type": "query", "description": "versionID" } ] } }, { "info": { "name": "documentVersionSetDocumentReviewerDecision", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/documentversion/setDocumentReviewerDecision", "params": [ { "name": "documentVersionID", "value": "", "type": "query", "description": "documentVersionID" }, { "name": "reviewerDecision", "value": "", "type": "query", "description": "reviewerDecision" }, { "name": "comment", "value": "", "type": "query", "description": "comment" } ] } }, { "info": { "name": "Get for Endorsement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Endorsement" }, { "info": { "name": "Delete for Endorsement", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Endorsement" }, { "info": { "name": "Bulk Get for Endorsement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Endorsement" }, { "info": { "name": "Create a endorsement", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a endorsement" }, { "info": { "name": "Bulk Delete for Endorsement", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Endorsement" }, { "info": { "name": "Count of endorsement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of endorsement" }, { "info": { "name": "Search of endorsement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of endorsement" }, { "info": { "name": "Report of endorsement", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of endorsement" }, { "info": { "name": "endorsementLike", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/like", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "endorsementUnlike", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsement/unlike", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for EndorsementShare", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for EndorsementShare" }, { "info": { "name": "Delete for EndorsementShare", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for EndorsementShare" }, { "info": { "name": "Bulk Get for EndorsementShare", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for EndorsementShare" }, { "info": { "name": "Create a endorsementshare", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a endorsementshare" }, { "info": { "name": "Bulk Delete for EndorsementShare", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for EndorsementShare" }, { "info": { "name": "Count of endorsementshare", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of endorsementshare" }, { "info": { "name": "Search of endorsementshare", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of endorsementshare" }, { "info": { "name": "Report of endorsementshare", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/endorsementshare/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of endorsementshare" }, { "info": { "name": "getEwsFileHandleUpload", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/ewsfilehandle/upload", "params": [ { "name": "uploadInfo", "value": "", "type": "query", "description": "uploadInfo" } ] } }, { "info": { "name": "Get for Expense", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Expense" }, { "info": { "name": "Edit a Expense", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Expense" }, { "info": { "name": "Delete for Expense", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Expense" }, { "info": { "name": "Bulk Get for Expense", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Expense" }, { "info": { "name": "Create a expense", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a expense" }, { "info": { "name": "Bulk Edit for Expense", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Expense" }, { "info": { "name": "Bulk Delete for Expense", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Expense" }, { "info": { "name": "Count of expense", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of expense" }, { "info": { "name": "Search of expense", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of expense" }, { "info": { "name": "Report of expense", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of expense" }, { "info": { "name": "expenseCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "expenseMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expense/move", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "expObjCode", "value": "", "type": "query", "description": "expObjCode" } ] } }, { "info": { "name": "Get for ExpenseType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ExpenseType" }, { "info": { "name": "Edit a ExpenseType", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ExpenseType" }, { "info": { "name": "Delete for ExpenseType", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ExpenseType" }, { "info": { "name": "Bulk Get for ExpenseType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ExpenseType" }, { "info": { "name": "Create a expensetype", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a expensetype" }, { "info": { "name": "Bulk Edit for ExpenseType", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ExpenseType" }, { "info": { "name": "Bulk Delete for ExpenseType", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ExpenseType" }, { "info": { "name": "Replace of expensetype", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of expensetype" }, { "info": { "name": "Count of expensetype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of expensetype" }, { "info": { "name": "Search of expensetype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of expensetype" }, { "info": { "name": "Report of expensetype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/expensetype/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of expensetype" }, { "info": { "name": "Get for ExchangeRate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ExchangeRate" }, { "info": { "name": "Edit a ExchangeRate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ExchangeRate" }, { "info": { "name": "Delete for ExchangeRate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ExchangeRate" }, { "info": { "name": "Bulk Get for ExchangeRate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ExchangeRate" }, { "info": { "name": "Create a exchangerate", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a exchangerate" }, { "info": { "name": "Bulk Edit for ExchangeRate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ExchangeRate" }, { "info": { "name": "Bulk Delete for ExchangeRate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ExchangeRate" }, { "info": { "name": "Count of exchangerate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of exchangerate" }, { "info": { "name": "Search of exchangerate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of exchangerate" }, { "info": { "name": "Report of exchangerate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of exchangerate" }, { "info": { "name": "exchangeRateGetCustomerCurrencies", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/getCustomerCurrencies" } }, { "info": { "name": "exchangeRateSaveCustomerExchangeRates", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/exchangerate/saveCustomerExchangeRates", "params": [ { "name": "baseCurrency", "value": "", "type": "query", "description": "baseCurrency" }, { "name": "rates", "value": "", "type": "query", "description": "rates" } ] } }, { "info": { "name": "Get for ExternalProviderConfig", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ExternalProviderConfig" }, { "info": { "name": "Edit a ExternalProviderConfig", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ExternalProviderConfig" }, { "info": { "name": "Delete for ExternalProviderConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ExternalProviderConfig" }, { "info": { "name": "Bulk Get for ExternalProviderConfig", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ExternalProviderConfig" }, { "info": { "name": "Create a externalproviderconfig", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a externalproviderconfig" }, { "info": { "name": "Bulk Edit for ExternalProviderConfig", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ExternalProviderConfig" }, { "info": { "name": "Bulk Delete for ExternalProviderConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ExternalProviderConfig" }, { "info": { "name": "Count of externalproviderconfig", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of externalproviderconfig" }, { "info": { "name": "Search of externalproviderconfig", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of externalproviderconfig" }, { "info": { "name": "Report of externalproviderconfig", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalproviderconfig/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of externalproviderconfig" }, { "info": { "name": "Search of externaldocument", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of externaldocument" }, { "info": { "name": "externalDocumentBrowseListWithLinkAction", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/browseListWithLinkAction", "params": [ { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "searchParams", "value": "", "type": "query", "description": "searchParams" }, { "name": "loadBreadcrumbs", "value": "", "type": "query", "description": "loadBreadcrumbs" }, { "name": "linkAction", "value": "", "type": "query", "description": "linkAction" } ] } }, { "info": { "name": "externalDocumentGetDocumentDownloadUrl", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/getDocumentDownloadUrl", "params": [ { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "documentID", "value": "", "type": "query", "description": "documentID" }, { "name": "isOpen", "value": "", "type": "query", "description": "isOpen" } ] } }, { "info": { "name": "externalDocumentGetRootFolderID", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/getRootFolderID", "params": [ { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" } ] } }, { "info": { "name": "externalDocumentGetRootFolderIDFromDB", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/getRootFolderIDFromDB", "params": [ { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" } ] } }, { "info": { "name": "externalDocumentLinkExternalDocumentObjects", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/linkExternalDocumentObjects", "params": [ { "name": "refObjCode", "value": "", "type": "query", "description": "refObjCode" }, { "name": "refObjID", "value": "", "type": "query", "description": "refObjID" }, { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "objects", "value": "", "type": "query", "description": "objects" }, { "name": "destFolderID", "value": "", "type": "query", "description": "destFolderID" }, { "name": "advancedProofingOptions", "value": "", "type": "query", "description": "advancedProofingOptions" } ] } }, { "info": { "name": "externalDocumentSetLinkedFolderMetadata", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/setLinkedFolderMetadata", "params": [ { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "externalStorageID", "value": "", "type": "query", "description": "externalStorageID" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" } ] } }, { "info": { "name": "getExternalDocumentBrowseList", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/browseList", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "searchParams", "value": "", "type": "query", "description": "searchParams" } ] } }, { "info": { "name": "getExternalDocumentGetFolderMetaData", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/getFolderMetaData", "params": [ { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "folderID", "value": "", "type": "query", "description": "folderID" }, { "name": "isForLinkedFolder", "value": "", "type": "query", "description": "isForLinkedFolder" } ] } }, { "info": { "name": "getExternalDocumentSearchExternalDocuments", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externaldocument/searchExternalDocuments", "params": [ { "name": "providerType", "value": "", "type": "query", "description": "providerType" }, { "name": "documentProviderID", "value": "", "type": "query", "description": "documentProviderID" }, { "name": "searchString", "value": "", "type": "query", "description": "searchString" }, { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "offset", "value": "", "type": "query", "description": "offset" }, { "name": "searchInFolder", "value": "", "type": "query", "description": "searchInFolder" } ] } }, { "info": { "name": "Get for ExternalSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ExternalSection" }, { "info": { "name": "Edit a ExternalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ExternalSection" }, { "info": { "name": "Delete for ExternalSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ExternalSection" }, { "info": { "name": "Bulk Get for ExternalSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ExternalSection" }, { "info": { "name": "Create or copy a externalsection", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a externalsection" }, { "info": { "name": "Bulk Edit for ExternalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ExternalSection" }, { "info": { "name": "Bulk Delete for ExternalSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ExternalSection" }, { "info": { "name": "Count of externalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of externalsection" }, { "info": { "name": "Search of externalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of externalsection" }, { "info": { "name": "Report of externalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of externalsection" }, { "info": { "name": "externalSectionCalculateIframeURL", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/calculateIframeURL", "params": [ { "name": "externalSectionID", "value": "", "type": "query", "description": "externalSectionID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "externalSectionCalculateIframeURLS", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/calculateIframeURLS", "params": [ { "name": "externalSectionIDs", "value": "", "type": "query", "description": "externalSectionIDs" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "externalSectionCalculateURL", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/calculateURL", "params": [ { "name": "externalSectionID", "value": "", "type": "query", "description": "externalSectionID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "externalSectionCalculateURLS", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/externalsection/calculateURLS", "params": [ { "name": "externalSectionIDs", "value": "", "type": "query", "description": "externalSectionIDs" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "Get for FinancialData", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/financialdata/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for FinancialData" }, { "info": { "name": "Bulk Get for FinancialData", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/financialdata", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for FinancialData" }, { "info": { "name": "Count of financialdata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/financialdata/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of financialdata" }, { "info": { "name": "Search of financialdata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/financialdata/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of financialdata" }, { "info": { "name": "Report of financialdata", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/financialdata/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of financialdata" }, { "info": { "name": "Get for Favorite", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Favorite" }, { "info": { "name": "Delete for Favorite", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Favorite" }, { "info": { "name": "Bulk Get for Favorite", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Favorite" }, { "info": { "name": "Create a favorite", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a favorite" }, { "info": { "name": "Bulk Delete for Favorite", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Favorite" }, { "info": { "name": "Count of favorite", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of favorite" }, { "info": { "name": "Search of favorite", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of favorite" }, { "info": { "name": "Report of favorite", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/favorite/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of favorite" }, { "info": { "name": "Get for Group", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Group" }, { "info": { "name": "Edit a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Group" }, { "info": { "name": "Delete for Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Group" }, { "info": { "name": "Bulk Get for Group", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Group" }, { "info": { "name": "Create or copy a group", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a group" }, { "info": { "name": "Bulk Edit for Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Group" }, { "info": { "name": "Bulk Delete for Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Group" }, { "info": { "name": "Replace of group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of group" }, { "info": { "name": "Count of group", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of group" }, { "info": { "name": "Search of group", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of group" }, { "info": { "name": "Report of group", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of group" }, { "info": { "name": "Sharing of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Group" }, { "info": { "name": "Batch sharing of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Group" }, { "info": { "name": "Un-sharing of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Group" }, { "info": { "name": "Batch un-sharing of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Group" }, { "info": { "name": "Public share of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Group" }, { "info": { "name": "Batch public share of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Group" }, { "info": { "name": "Public un-share of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Group" }, { "info": { "name": "Batch public un-share of a Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Group" }, { "info": { "name": "groupAddRemoveLicenseTypeLimits", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/addRemoveLicenseTypeLimits", "params": [ { "name": "addGroupIDs", "value": "", "type": "query", "description": "addGroupIDs" }, { "name": "removeGroupIDs", "value": "", "type": "query", "description": "removeGroupIDs" } ] } }, { "info": { "name": "groupAddSubgroups", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/addSubgroups", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "newSubgroupIDs", "value": "", "type": "query", "description": "newSubgroupIDs" } ] } }, { "info": { "name": "groupAssignMultiple", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/assignMultiple", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "roleIDs", "value": "", "type": "query", "description": "roleIDs" }, { "name": "teamID", "value": "", "type": "query", "description": "teamID" } ] } }, { "info": { "name": "groupCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "groupCheckDelete", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/checkDelete", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" } ] } }, { "info": { "name": "groupCompleteGroupInfo", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/completeGroupInfo", "params": [ { "name": "groupId", "value": "", "type": "query", "description": "groupId" } ] } }, { "info": { "name": "groupGetGroupMembers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/getGroupMembers", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "groupGetParents", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/getParents", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "groupLinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/linkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" }, { "name": "URL", "value": "", "type": "query", "description": "URL" }, { "name": "params", "value": "", "type": "query", "description": "params" } ] } }, { "info": { "name": "groupReplaceDeleteGroups", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/replaceDeleteGroups", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" }, { "name": "replaceGroupID", "value": "", "type": "query", "description": "replaceGroupID" } ] } }, { "info": { "name": "groupSetLicenseTypeLimit", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/setLicenseTypeLimit", "params": [ { "name": "groupID", "value": "", "type": "query", "description": "groupID" }, { "name": "licenseType", "value": "", "type": "query", "description": "licenseType" }, { "name": "ltLimit", "value": "", "type": "query", "description": "ltLimit" } ] } }, { "info": { "name": "groupUnlinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/unlinkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" } ] } }, { "info": { "name": "groupUpdateMembersList", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/group/updateMembersList", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "newMemberIDs", "value": "", "type": "query", "description": "newMemberIDs" }, { "name": "removedMemberIDs", "value": "", "type": "query", "description": "removedMemberIDs" } ] } }, { "info": { "name": "Get for Hour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Hour" }, { "info": { "name": "Edit a Hour", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Hour" }, { "info": { "name": "Delete for Hour", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Hour" }, { "info": { "name": "Bulk Get for Hour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Hour" }, { "info": { "name": "Create a hour", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a hour" }, { "info": { "name": "Bulk Edit for Hour", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Hour" }, { "info": { "name": "Bulk Delete for Hour", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Hour" }, { "info": { "name": "Count of hour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of hour" }, { "info": { "name": "Search of hour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of hour" }, { "info": { "name": "Report of hour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of hour" }, { "info": { "name": "hourApprove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/approve", "params": [ { "name": "hourID", "value": "", "type": "query", "description": "hourID" } ] } }, { "info": { "name": "hourCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "hourUnapprove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hour/unapprove", "params": [ { "name": "hourID", "value": "", "type": "query", "description": "hourID" }, { "name": "comment", "value": "", "type": "query", "description": "comment" } ] } }, { "info": { "name": "Get for HourType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for HourType" }, { "info": { "name": "Edit a HourType", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a HourType" }, { "info": { "name": "Delete for HourType", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for HourType" }, { "info": { "name": "Bulk Get for HourType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for HourType" }, { "info": { "name": "Create a hourtype", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a hourtype" }, { "info": { "name": "Bulk Edit for HourType", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for HourType" }, { "info": { "name": "Bulk Delete for HourType", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for HourType" }, { "info": { "name": "Replace of hourtype", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of hourtype" }, { "info": { "name": "Count of hourtype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of hourtype" }, { "info": { "name": "Search of hourtype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of hourtype" }, { "info": { "name": "Report of hourtype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of hourtype" }, { "info": { "name": "getHourTypeDefaultOpTaskHourType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/defaultOpTaskHourType" } }, { "info": { "name": "getHourTypeDefaultProjectHourType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/defaultProjectHourType" } }, { "info": { "name": "getHourTypeDefaultTaskHourType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/defaultTaskHourType" } }, { "info": { "name": "getHourTypeGlobalHourTypes", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/globalHourTypes" } }, { "info": { "name": "getHourTypeObjectHourTypes", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/hourtype/objectHourTypes", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "Get for Initiative", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/initiative/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Initiative" }, { "info": { "name": "Bulk Get for Initiative", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/initiative", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Initiative" }, { "info": { "name": "Count of initiative", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/initiative/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of initiative" }, { "info": { "name": "Search of initiative", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/initiative/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of initiative" }, { "info": { "name": "Report of initiative", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/initiative/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of initiative" }, { "info": { "name": "Get for IPRange", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for IPRange" }, { "info": { "name": "Edit a IPRange", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a IPRange" }, { "info": { "name": "Delete for IPRange", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for IPRange" }, { "info": { "name": "Bulk Get for IPRange", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for IPRange" }, { "info": { "name": "Create a iprange", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a iprange" }, { "info": { "name": "Bulk Edit for IPRange", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for IPRange" }, { "info": { "name": "Bulk Delete for IPRange", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for IPRange" }, { "info": { "name": "Count of iprange", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of iprange" }, { "info": { "name": "Search of iprange", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of iprange" }, { "info": { "name": "Report of iprange", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iprange/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of iprange" }, { "info": { "name": "Get for Iteration", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Iteration" }, { "info": { "name": "Edit a Iteration", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Iteration" }, { "info": { "name": "Delete for Iteration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Iteration" }, { "info": { "name": "Bulk Get for Iteration", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Iteration" }, { "info": { "name": "Create a iteration", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a iteration" }, { "info": { "name": "Bulk Edit for Iteration", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Iteration" }, { "info": { "name": "Bulk Delete for Iteration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Iteration" }, { "info": { "name": "Count of iteration", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of iteration" }, { "info": { "name": "Search of iteration", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of iteration" }, { "info": { "name": "Report of iteration", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of iteration" }, { "info": { "name": "iterationMoveIssues", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/moveIssues", "params": [ { "name": "iterationID", "value": "", "type": "query", "description": "iterationID" }, { "name": "teamID", "value": "", "type": "query", "description": "teamID" }, { "name": "issueIDs", "value": "", "type": "query", "description": "issueIDs" } ] } }, { "info": { "name": "iterationMoveStories", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/iteration/moveStories", "params": [ { "name": "iterationID", "value": "", "type": "query", "description": "iterationID" }, { "name": "teamID", "value": "", "type": "query", "description": "teamID" }, { "name": "storyIDs", "value": "", "type": "query", "description": "storyIDs" } ] } }, { "info": { "name": "Get for JournalEntry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for JournalEntry" }, { "info": { "name": "Bulk Get for JournalEntry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for JournalEntry" }, { "info": { "name": "Count of journalentry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of journalentry" }, { "info": { "name": "Search of journalentry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of journalentry" }, { "info": { "name": "Report of journalentry", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of journalentry" }, { "info": { "name": "journalEntryLike", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry/like", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "journalEntryUnlike", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/journalentry/unlike", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for KanbanBoard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for KanbanBoard" }, { "info": { "name": "Edit a KanbanBoard", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a KanbanBoard" }, { "info": { "name": "Delete for KanbanBoard", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for KanbanBoard" }, { "info": { "name": "Bulk Get for KanbanBoard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for KanbanBoard" }, { "info": { "name": "Create a kanbanboard", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a kanbanboard" }, { "info": { "name": "Bulk Edit for KanbanBoard", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for KanbanBoard" }, { "info": { "name": "Bulk Delete for KanbanBoard", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for KanbanBoard" }, { "info": { "name": "Count of kanbanboard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of kanbanboard" }, { "info": { "name": "Search of kanbanboard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of kanbanboard" }, { "info": { "name": "Report of kanbanboard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/kanbanboard/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of kanbanboard" }, { "info": { "name": "Get for Like", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/like/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Like" }, { "info": { "name": "Bulk Get for Like", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/like", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Like" }, { "info": { "name": "Count of like", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/like/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of like" }, { "info": { "name": "Search of like", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/like/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of like" }, { "info": { "name": "Report of like", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/like/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of like" }, { "info": { "name": "Get for CustomLabel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for CustomLabel" }, { "info": { "name": "Delete for CustomLabel", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for CustomLabel" }, { "info": { "name": "Bulk Get for CustomLabel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for CustomLabel" }, { "info": { "name": "Create a customlabel", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a customlabel" }, { "info": { "name": "Bulk Delete for CustomLabel", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for CustomLabel" }, { "info": { "name": "Count of customlabel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of customlabel" }, { "info": { "name": "Search of customlabel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of customlabel" }, { "info": { "name": "Report of customlabel", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of customlabel" }, { "info": { "name": "customLabelCheckDelete", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/checkDelete", "params": [ { "name": "id", "value": "", "type": "query", "description": "id" }, { "name": "layoutTemplateID", "value": "", "type": "query", "description": "layoutTemplateID" } ] } }, { "info": { "name": "customLabelInUseByOtherLayoutTemplates", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/inUseByOtherLayoutTemplates", "params": [ { "name": "id", "value": "", "type": "query", "description": "id" }, { "name": "layoutTemplateID", "value": "", "type": "query", "description": "layoutTemplateID" } ] } }, { "info": { "name": "customLabelRemoveCustomLabel", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/removeCustomLabel", "params": [ { "name": "id", "value": "", "type": "query", "description": "id" }, { "name": "layoutTemplateID", "value": "", "type": "query", "description": "layoutTemplateID" } ] } }, { "info": { "name": "getCustomLabelCustomLabels", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/customLabels" } }, { "info": { "name": "getCustomLabelUsedCustomLabels", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/customlabel/usedCustomLabels" } }, { "info": { "name": "Get for LayoutTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for LayoutTemplate" }, { "info": { "name": "Edit a LayoutTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a LayoutTemplate" }, { "info": { "name": "Delete for LayoutTemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for LayoutTemplate" }, { "info": { "name": "Bulk Get for LayoutTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for LayoutTemplate" }, { "info": { "name": "Create a layouttemplate", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a layouttemplate" }, { "info": { "name": "Bulk Edit for LayoutTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for LayoutTemplate" }, { "info": { "name": "Bulk Delete for LayoutTemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for LayoutTemplate" }, { "info": { "name": "Count of layouttemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of layouttemplate" }, { "info": { "name": "Search of layouttemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of layouttemplate" }, { "info": { "name": "Report of layouttemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/layouttemplate/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of layouttemplate" }, { "info": { "name": "Get for Milestone", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Milestone" }, { "info": { "name": "Edit a Milestone", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Milestone" }, { "info": { "name": "Delete for Milestone", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Milestone" }, { "info": { "name": "Bulk Get for Milestone", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Milestone" }, { "info": { "name": "Create a milestone", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a milestone" }, { "info": { "name": "Bulk Edit for Milestone", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Milestone" }, { "info": { "name": "Bulk Delete for Milestone", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Milestone" }, { "info": { "name": "Count of milestone", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of milestone" }, { "info": { "name": "Search of milestone", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of milestone" }, { "info": { "name": "Report of milestone", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestone/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of milestone" }, { "info": { "name": "Get for MilestonePath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for MilestonePath" }, { "info": { "name": "Edit a MilestonePath", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a MilestonePath" }, { "info": { "name": "Delete for MilestonePath", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for MilestonePath" }, { "info": { "name": "Bulk Get for MilestonePath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for MilestonePath" }, { "info": { "name": "Create a milestonepath", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a milestonepath" }, { "info": { "name": "Bulk Edit for MilestonePath", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for MilestonePath" }, { "info": { "name": "Bulk Delete for MilestonePath", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for MilestonePath" }, { "info": { "name": "Count of milestonepath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of milestonepath" }, { "info": { "name": "Search of milestonepath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of milestonepath" }, { "info": { "name": "Report of milestonepath", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/milestonepath/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of milestonepath" }, { "info": { "name": "Get for Note", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Note" }, { "info": { "name": "Edit a Note", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Note" }, { "info": { "name": "Delete for Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Note" }, { "info": { "name": "Bulk Get for Note", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Note" }, { "info": { "name": "Create a note", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a note" }, { "info": { "name": "Bulk Edit for Note", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Note" }, { "info": { "name": "Bulk Delete for Note", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Note" }, { "info": { "name": "Count of note", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of note" }, { "info": { "name": "Search of note", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of note" }, { "info": { "name": "Report of note", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of note" }, { "info": { "name": "noteLike", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/like", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "noteUnlike", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/note/unlike", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for NoteTag", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/notetag/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for NoteTag" }, { "info": { "name": "Bulk Get for NoteTag", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/notetag", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for NoteTag" }, { "info": { "name": "Count of notetag", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/notetag/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of notetag" }, { "info": { "name": "Search of notetag", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/notetag/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of notetag" }, { "info": { "name": "Report of notetag", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/notetag/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of notetag" }, { "info": { "name": "Get for ObjectCategory", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/objectcategory/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ObjectCategory" }, { "info": { "name": "Bulk Get for ObjectCategory", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/objectcategory", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ObjectCategory" }, { "info": { "name": "Count of objectcategory", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/objectcategory/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of objectcategory" }, { "info": { "name": "Search of objectcategory", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/objectcategory/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of objectcategory" }, { "info": { "name": "Report of objectcategory", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/objectcategory/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of objectcategory" }, { "info": { "name": "getObjectCategoryGetForObject", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/objectcategory/getForObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "Get for OpTask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for OpTask" }, { "info": { "name": "Edit a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a OpTask" }, { "info": { "name": "Delete for OpTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for OpTask" }, { "info": { "name": "Bulk Get for OpTask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for OpTask" }, { "info": { "name": "Create or copy a optask", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a optask" }, { "info": { "name": "Bulk Edit for OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for OpTask" }, { "info": { "name": "Bulk Delete for OpTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for OpTask" }, { "info": { "name": "Count of optask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of optask" }, { "info": { "name": "Search of optask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of optask" }, { "info": { "name": "Report of optask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of optask" }, { "info": { "name": "Sharing of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a OpTask" }, { "info": { "name": "Batch sharing of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a OpTask" }, { "info": { "name": "Un-sharing of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a OpTask" }, { "info": { "name": "Batch un-sharing of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a OpTask" }, { "info": { "name": "Public share of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a OpTask" }, { "info": { "name": "Batch public share of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a OpTask" }, { "info": { "name": "Public un-share of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a OpTask" }, { "info": { "name": "Batch public un-share of a OpTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a OpTask" }, { "info": { "name": "opTaskAcceptWork", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/acceptWork", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "status", "value": "", "type": "query", "description": "status" } ] } }, { "info": { "name": "opTaskApproveApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/approveApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "username", "value": "", "type": "query", "description": "username" }, { "name": "password", "value": "", "type": "query", "description": "password" }, { "name": "auditNote", "value": "", "type": "query", "description": "auditNote" }, { "name": "auditUserIDs", "value": "", "type": "query", "description": "auditUserIDs" }, { "name": "sendNoteAsEmail", "value": "", "type": "query", "description": "sendNoteAsEmail" } ] } }, { "info": { "name": "opTaskAssign", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/assign", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "opTaskAssignMultiple", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/assignMultiple", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "roleIDs", "value": "", "type": "query", "description": "roleIDs" }, { "name": "teamIDs", "value": "", "type": "query", "description": "teamIDs" }, { "name": "teamID", "value": "", "type": "query", "description": "teamID" } ] } }, { "info": { "name": "opTaskBulkMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/bulkMove", "params": [ { "name": "issueIDs", "value": "", "type": "query", "description": "issueIDs" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" } ] } }, { "info": { "name": "opTaskBulkMoveWithOptions", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/bulkMoveWithOptions", "params": [ { "name": "IDs", "value": "", "type": "query", "description": "IDs" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" }, { "name": "newName", "value": "", "type": "query", "description": "newName" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "opTaskCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "opTaskConvertToProject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/convertToProject", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "project", "value": "", "type": "query", "description": "project" }, { "name": "exchangeRate", "value": "", "type": "query", "description": "exchangeRate" }, { "name": "options", "value": "", "type": "query", "description": "options" }, { "name": "copyNativeFields", "value": "", "type": "query", "description": "copyNativeFields" }, { "name": "copyCategories", "value": "", "type": "query", "description": "copyCategories" } ] } }, { "info": { "name": "opTaskConvertToTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/convertToTask", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "task", "value": "", "type": "query", "description": "task" }, { "name": "options", "value": "", "type": "query", "description": "options" }, { "name": "copyNativeFields", "value": "", "type": "query", "description": "copyNativeFields" }, { "name": "copyCategories", "value": "", "type": "query", "description": "copyCategories" } ] } }, { "info": { "name": "opTaskCopyIssue", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/copyIssue", "params": [ { "name": "opTaskID", "value": "", "type": "query", "description": "opTaskID" }, { "name": "name", "value": "", "type": "query", "description": "name" }, { "name": "description", "value": "", "type": "query", "description": "description" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "options", "value": "", "type": "query", "description": "options" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" } ] } }, { "info": { "name": "opTaskGetRequestPath", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/getRequestPath", "params": [ { "name": "queueDef", "value": "", "type": "query", "description": "queueDef" }, { "name": "queueTopicID", "value": "", "type": "query", "description": "queueTopicID" } ] } }, { "info": { "name": "opTaskLinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/linkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" }, { "name": "URL", "value": "", "type": "query", "description": "URL" }, { "name": "params", "value": "", "type": "query", "description": "params" } ] } }, { "info": { "name": "opTaskMarkDone", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/markDone", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "status", "value": "", "type": "query", "description": "status" } ] } }, { "info": { "name": "opTaskMarkNotDone", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/markNotDone", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "assignmentID", "value": "", "type": "query", "description": "assignmentID" } ] } }, { "info": { "name": "opTaskMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/move", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" } ] } }, { "info": { "name": "opTaskMoveToTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/moveToTask", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" } ] } }, { "info": { "name": "opTaskRecallApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/recallApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "opTaskRejectApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/rejectApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "username", "value": "", "type": "query", "description": "username" }, { "name": "password", "value": "", "type": "query", "description": "password" }, { "name": "auditNote", "value": "", "type": "query", "description": "auditNote" }, { "name": "auditUserIDs", "value": "", "type": "query", "description": "auditUserIDs" }, { "name": "sendNoteAsEmail", "value": "", "type": "query", "description": "sendNoteAsEmail" } ] } }, { "info": { "name": "opTaskReplyToAssignment", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/replyToAssignment", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "noteText", "value": "", "type": "query", "description": "noteText" }, { "name": "commitDate", "value": "", "type": "query", "description": "commitDate" } ] } }, { "info": { "name": "opTaskUnacceptWork", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/unacceptWork", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "status", "value": "", "type": "query", "description": "status" } ] } }, { "info": { "name": "opTaskUnassign", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/unassign", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "opTaskUnlinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/unlinkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" } ] } }, { "info": { "name": "getOpTaskDefaultShownTimesheetIssues", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/optask/defaultShownTimesheetIssues", "params": [ { "name": "timesheetID", "value": "", "type": "query", "description": "timesheetID" } ] } }, { "info": { "name": "Get for Parameter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Parameter" }, { "info": { "name": "Edit a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Parameter" }, { "info": { "name": "Delete for Parameter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Parameter" }, { "info": { "name": "Bulk Get for Parameter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Parameter" }, { "info": { "name": "Create or copy a parameter", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a parameter" }, { "info": { "name": "Bulk Edit for Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Parameter" }, { "info": { "name": "Bulk Delete for Parameter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Parameter" }, { "info": { "name": "Count of parameter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of parameter" }, { "info": { "name": "Search of parameter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of parameter" }, { "info": { "name": "Report of parameter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of parameter" }, { "info": { "name": "Sharing of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Parameter" }, { "info": { "name": "Batch sharing of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Parameter" }, { "info": { "name": "Un-sharing of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Parameter" }, { "info": { "name": "Batch un-sharing of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Parameter" }, { "info": { "name": "Public share of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Parameter" }, { "info": { "name": "Batch public share of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Parameter" }, { "info": { "name": "Public un-share of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Parameter" }, { "info": { "name": "Batch public un-share of a Parameter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameter/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Parameter" }, { "info": { "name": "Get for ParameterGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ParameterGroup" }, { "info": { "name": "Edit a ParameterGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ParameterGroup" }, { "info": { "name": "Delete for ParameterGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ParameterGroup" }, { "info": { "name": "Bulk Get for ParameterGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ParameterGroup" }, { "info": { "name": "Create a parametergroup", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a parametergroup" }, { "info": { "name": "Bulk Edit for ParameterGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ParameterGroup" }, { "info": { "name": "Bulk Delete for ParameterGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ParameterGroup" }, { "info": { "name": "Count of parametergroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of parametergroup" }, { "info": { "name": "Search of parametergroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of parametergroup" }, { "info": { "name": "Report of parametergroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parametergroup/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of parametergroup" }, { "info": { "name": "Get for PortalSectionLastViewer", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionlastviewer/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for PortalSectionLastViewer" }, { "info": { "name": "Bulk Get for PortalSectionLastViewer", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionlastviewer", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for PortalSectionLastViewer" }, { "info": { "name": "Count of portalsectionlastviewer", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionlastviewer/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of portalsectionlastviewer" }, { "info": { "name": "Search of portalsectionlastviewer", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionlastviewer/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of portalsectionlastviewer" }, { "info": { "name": "Report of portalsectionlastviewer", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionlastviewer/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of portalsectionlastviewer" }, { "info": { "name": "Get for PortalSectionStatisticInfo", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionstatisticinfo/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for PortalSectionStatisticInfo" }, { "info": { "name": "Bulk Get for PortalSectionStatisticInfo", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionstatisticinfo", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for PortalSectionStatisticInfo" }, { "info": { "name": "Count of portalsectionstatisticinfo", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionstatisticinfo/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of portalsectionstatisticinfo" }, { "info": { "name": "Search of portalsectionstatisticinfo", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionstatisticinfo/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of portalsectionstatisticinfo" }, { "info": { "name": "Report of portalsectionstatisticinfo", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsectionstatisticinfo/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of portalsectionstatisticinfo" }, { "info": { "name": "Get for ParameterOption", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ParameterOption" }, { "info": { "name": "Edit a ParameterOption", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ParameterOption" }, { "info": { "name": "Delete for ParameterOption", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ParameterOption" }, { "info": { "name": "Bulk Get for ParameterOption", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ParameterOption" }, { "info": { "name": "Create a parameteroption", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a parameteroption" }, { "info": { "name": "Bulk Edit for ParameterOption", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ParameterOption" }, { "info": { "name": "Bulk Delete for ParameterOption", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ParameterOption" }, { "info": { "name": "Count of parameteroption", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of parameteroption" }, { "info": { "name": "Search of parameteroption", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of parameteroption" }, { "info": { "name": "Report of parameteroption", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/parameteroption/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of parameteroption" }, { "info": { "name": "Get for Portfolio", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Portfolio" }, { "info": { "name": "Edit a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Portfolio" }, { "info": { "name": "Delete for Portfolio", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Portfolio" }, { "info": { "name": "Bulk Get for Portfolio", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Portfolio" }, { "info": { "name": "Create a portfolio", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a portfolio" }, { "info": { "name": "Bulk Edit for Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Portfolio" }, { "info": { "name": "Bulk Delete for Portfolio", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Portfolio" }, { "info": { "name": "Count of portfolio", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of portfolio" }, { "info": { "name": "Search of portfolio", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of portfolio" }, { "info": { "name": "Report of portfolio", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of portfolio" }, { "info": { "name": "Sharing of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Portfolio" }, { "info": { "name": "Batch sharing of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Portfolio" }, { "info": { "name": "Un-sharing of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Portfolio" }, { "info": { "name": "Batch un-sharing of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Portfolio" }, { "info": { "name": "Public share of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Portfolio" }, { "info": { "name": "Batch public share of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Portfolio" }, { "info": { "name": "Public un-share of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Portfolio" }, { "info": { "name": "Batch public un-share of a Portfolio", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Portfolio" }, { "info": { "name": "portfolioCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "portfolioLinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/linkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" }, { "name": "URL", "value": "", "type": "query", "description": "URL" }, { "name": "params", "value": "", "type": "query", "description": "params" } ] } }, { "info": { "name": "portfolioUnlinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portfolio/unlinkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" } ] } }, { "info": { "name": "Get for ProofAction", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofaction/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ProofAction" }, { "info": { "name": "Bulk Get for ProofAction", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofaction", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ProofAction" }, { "info": { "name": "Create a proofaction", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofaction", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a proofaction" }, { "info": { "name": "Count of proofaction", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofaction/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of proofaction" }, { "info": { "name": "Search of proofaction", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofaction/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of proofaction" }, { "info": { "name": "Report of proofaction", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofaction/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of proofaction" }, { "info": { "name": "Get for ProofApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ProofApproval" }, { "info": { "name": "Bulk Get for ProofApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ProofApproval" }, { "info": { "name": "Count of proofapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofapproval/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of proofapproval" }, { "info": { "name": "Search of proofapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofapproval/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of proofapproval" }, { "info": { "name": "Report of proofapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proofapproval/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of proofapproval" }, { "info": { "name": "Get for Program", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Program" }, { "info": { "name": "Edit a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Program" }, { "info": { "name": "Delete for Program", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Program" }, { "info": { "name": "Bulk Get for Program", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Program" }, { "info": { "name": "Create a program", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a program" }, { "info": { "name": "Bulk Edit for Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Program" }, { "info": { "name": "Bulk Delete for Program", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Program" }, { "info": { "name": "Count of program", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of program" }, { "info": { "name": "Search of program", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of program" }, { "info": { "name": "Report of program", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of program" }, { "info": { "name": "Sharing of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Program" }, { "info": { "name": "Batch sharing of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Program" }, { "info": { "name": "Un-sharing of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Program" }, { "info": { "name": "Batch un-sharing of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Program" }, { "info": { "name": "Public share of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Program" }, { "info": { "name": "Batch public share of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Program" }, { "info": { "name": "Public un-share of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Program" }, { "info": { "name": "Batch public un-share of a Program", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Program" }, { "info": { "name": "programCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "programLinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/linkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" }, { "name": "URL", "value": "", "type": "query", "description": "URL" }, { "name": "params", "value": "", "type": "query", "description": "params" } ] } }, { "info": { "name": "programMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/move", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "portfolioID", "value": "", "type": "query", "description": "portfolioID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "programUnlinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/program/unlinkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" } ] } }, { "info": { "name": "Get for Project", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Project" }, { "info": { "name": "Edit a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Project" }, { "info": { "name": "Delete for Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Project" }, { "info": { "name": "Bulk Get for Project", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Project" }, { "info": { "name": "Create or copy a project", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a project" }, { "info": { "name": "Bulk Edit for Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Project" }, { "info": { "name": "Bulk Delete for Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Project" }, { "info": { "name": "Count of project", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of project" }, { "info": { "name": "Search of project", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of project" }, { "info": { "name": "Report of project", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of project" }, { "info": { "name": "Sharing of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Project" }, { "info": { "name": "Batch sharing of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Project" }, { "info": { "name": "Un-sharing of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Project" }, { "info": { "name": "Batch un-sharing of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Project" }, { "info": { "name": "Public share of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Project" }, { "info": { "name": "Batch public share of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Project" }, { "info": { "name": "Public un-share of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Project" }, { "info": { "name": "Batch public un-share of a Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Project" }, { "info": { "name": "projectApproveApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/approveApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "approvalUsername", "value": "", "type": "query", "description": "approvalUsername" }, { "name": "approvalPassword", "value": "", "type": "query", "description": "approvalPassword" }, { "name": "auditNote", "value": "", "type": "query", "description": "auditNote" }, { "name": "auditUserIDs", "value": "", "type": "query", "description": "auditUserIDs" }, { "name": "sendNoteAsEmail", "value": "", "type": "query", "description": "sendNoteAsEmail" } ] } }, { "info": { "name": "projectAttachTemplate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/attachTemplate", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "templateID", "value": "", "type": "query", "description": "templateID" }, { "name": "predecessorTaskID", "value": "", "type": "query", "description": "predecessorTaskID" }, { "name": "parentTaskID", "value": "", "type": "query", "description": "parentTaskID" }, { "name": "excludeTemplateTaskIDs", "value": "", "type": "query", "description": "excludeTemplateTaskIDs" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "projectCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "projectCalculateFinance", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/calculateFinance", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "projectCalculateTimeline", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/calculateTimeline", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "projectCreateProjectWithOverride", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/createProjectWithOverride", "params": [ { "name": "project", "value": "", "type": "query", "description": "project" }, { "name": "exchangeRate", "value": "", "type": "query", "description": "exchangeRate" } ] } }, { "info": { "name": "projectLinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/linkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" }, { "name": "URL", "value": "", "type": "query", "description": "URL" }, { "name": "params", "value": "", "type": "query", "description": "params" } ] } }, { "info": { "name": "projectRecallApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/recallApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "projectRejectApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/rejectApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "approvalUsername", "value": "", "type": "query", "description": "approvalUsername" }, { "name": "approvalPassword", "value": "", "type": "query", "description": "approvalPassword" }, { "name": "auditNote", "value": "", "type": "query", "description": "auditNote" }, { "name": "auditUserIDs", "value": "", "type": "query", "description": "auditUserIDs" }, { "name": "sendNoteAsEmail", "value": "", "type": "query", "description": "sendNoteAsEmail" } ] } }, { "info": { "name": "projectUnlinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/unlinkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" } ] } }, { "info": { "name": "projectUpdateBusinessCaseSource", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/updateBusinessCaseSource", "params": [ { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "source", "value": "", "type": "query", "description": "source" } ] } }, { "info": { "name": "getProjectDefaultShownTimesheetProjects", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/defaultShownTimesheetProjects", "params": [ { "name": "timesheetID", "value": "", "type": "query", "description": "timesheetID" } ] } }, { "info": { "name": "getProjectHelpDeskQueues", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/helpDeskQueues", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getProjectRecentHelpDeskQueues", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/project/recentHelpDeskQueues", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "Search of proof", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/proof/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of proof" }, { "info": { "name": "Get for PortalSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for PortalSection" }, { "info": { "name": "Edit a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a PortalSection" }, { "info": { "name": "Delete for PortalSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for PortalSection" }, { "info": { "name": "Bulk Get for PortalSection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for PortalSection" }, { "info": { "name": "Create or copy a portalsection", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a portalsection" }, { "info": { "name": "Bulk Edit for PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for PortalSection" }, { "info": { "name": "Bulk Delete for PortalSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for PortalSection" }, { "info": { "name": "Count of portalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of portalsection" }, { "info": { "name": "Search of portalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of portalsection" }, { "info": { "name": "Report of portalsection", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of portalsection" }, { "info": { "name": "Sharing of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a PortalSection" }, { "info": { "name": "Batch sharing of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a PortalSection" }, { "info": { "name": "Un-sharing of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a PortalSection" }, { "info": { "name": "Batch un-sharing of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a PortalSection" }, { "info": { "name": "Public share of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a PortalSection" }, { "info": { "name": "Batch public share of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a PortalSection" }, { "info": { "name": "Public un-share of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a PortalSection" }, { "info": { "name": "Batch public un-share of a PortalSection", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a PortalSection" }, { "info": { "name": "portalSectionExportFusionChartToPDF", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/exportFusionChartToPDF", "params": [ { "name": "pngByteArray", "value": "", "type": "query", "description": "pngByteArray" }, { "name": "fileName", "value": "", "type": "query", "description": "fileName" }, { "name": "reportName", "value": "", "type": "query", "description": "reportName" } ] } }, { "info": { "name": "portalSectionGetPK", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/getPK", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "portalSectionGetReportFromCache", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/getReportFromCache", "params": [ { "name": "backgroundJobID", "value": "", "type": "query", "description": "backgroundJobID" } ] } }, { "info": { "name": "portalSectionIsReportFilterable", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/isReportFilterable", "params": [ { "name": "queryClassObjCode", "value": "", "type": "query", "description": "queryClassObjCode" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" } ] } }, { "info": { "name": "portalSectionLinkCustomer", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/linkCustomer", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "portalSectionUnlinkCustomer", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/unlinkCustomer", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "getPortalSectionGetReportAsUser", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portalsection/getReportAsUser", "params": [ { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "ID", "value": "", "type": "query", "description": "ID" } ] } }, { "info": { "name": "Get for PortalTab", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for PortalTab" }, { "info": { "name": "Edit a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a PortalTab" }, { "info": { "name": "Delete for PortalTab", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for PortalTab" }, { "info": { "name": "Bulk Get for PortalTab", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for PortalTab" }, { "info": { "name": "Create or copy a portaltab", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a portaltab" }, { "info": { "name": "Bulk Edit for PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for PortalTab" }, { "info": { "name": "Bulk Delete for PortalTab", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for PortalTab" }, { "info": { "name": "Count of portaltab", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of portaltab" }, { "info": { "name": "Search of portaltab", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of portaltab" }, { "info": { "name": "Report of portaltab", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of portaltab" }, { "info": { "name": "Sharing of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a PortalTab" }, { "info": { "name": "Batch sharing of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a PortalTab" }, { "info": { "name": "Un-sharing of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a PortalTab" }, { "info": { "name": "Batch un-sharing of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a PortalTab" }, { "info": { "name": "Public share of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a PortalTab" }, { "info": { "name": "Batch public share of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a PortalTab" }, { "info": { "name": "Public un-share of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a PortalTab" }, { "info": { "name": "Batch public un-share of a PortalTab", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a PortalTab" }, { "info": { "name": "portalTabAdvancedCopy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/advancedCopy", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "newName", "value": "", "type": "query", "description": "newName" }, { "name": "advancedCopies", "value": "", "type": "query", "description": "advancedCopies" } ] } }, { "info": { "name": "portalTabExportDashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/portaltab/exportDashboard", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "dashboardExports", "value": "", "type": "query", "description": "dashboardExports" }, { "name": "dashboardExportOptions", "value": "", "type": "query", "description": "dashboardExportOptions" } ] } }, { "info": { "name": "Get for QueueDef", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for QueueDef" }, { "info": { "name": "Bulk Get for QueueDef", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for QueueDef" }, { "info": { "name": "Count of queuedef", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of queuedef" }, { "info": { "name": "Search of queuedef", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of queuedef" }, { "info": { "name": "Report of queuedef", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of queuedef" }, { "info": { "name": "queueDefGetQueueDefTree", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/getQueueDefTree", "params": [ { "name": "name", "value": "", "type": "query", "description": "name" } ] } }, { "info": { "name": "queueDefSearchByPath", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/searchByPath", "params": [ { "name": "name", "value": "", "type": "query", "description": "name" }, { "name": "limit", "value": "", "type": "query", "description": "limit" } ] } }, { "info": { "name": "getQueueDefQueueTopics", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuedef/queueTopics", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "Get for QueueTopic", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for QueueTopic" }, { "info": { "name": "Edit a QueueTopic", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a QueueTopic" }, { "info": { "name": "Delete for QueueTopic", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for QueueTopic" }, { "info": { "name": "Bulk Get for QueueTopic", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for QueueTopic" }, { "info": { "name": "Create a queuetopic", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a queuetopic" }, { "info": { "name": "Bulk Edit for QueueTopic", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for QueueTopic" }, { "info": { "name": "Bulk Delete for QueueTopic", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for QueueTopic" }, { "info": { "name": "Count of queuetopic", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of queuetopic" }, { "info": { "name": "Search of queuetopic", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of queuetopic" }, { "info": { "name": "Report of queuetopic", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of queuetopic" }, { "info": { "name": "getQueueTopicQueueTopicByID", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopic/queueTopicByID", "params": [ { "name": "queueTopicID", "value": "", "type": "query", "description": "queueTopicID" } ] } }, { "info": { "name": "Get for QueueTopicGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for QueueTopicGroup" }, { "info": { "name": "Edit a QueueTopicGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a QueueTopicGroup" }, { "info": { "name": "Delete for QueueTopicGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for QueueTopicGroup" }, { "info": { "name": "Bulk Get for QueueTopicGroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for QueueTopicGroup" }, { "info": { "name": "Create a queuetopicgroup", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a queuetopicgroup" }, { "info": { "name": "Bulk Edit for QueueTopicGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for QueueTopicGroup" }, { "info": { "name": "Bulk Delete for QueueTopicGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for QueueTopicGroup" }, { "info": { "name": "Count of queuetopicgroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of queuetopicgroup" }, { "info": { "name": "Search of queuetopicgroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of queuetopicgroup" }, { "info": { "name": "Report of queuetopicgroup", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of queuetopicgroup" }, { "info": { "name": "getQueueTopicGroupQueueTopicGroups", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/queuetopicgroup/queueTopicGroups", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "Get for Rate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Rate" }, { "info": { "name": "Edit a Rate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Rate" }, { "info": { "name": "Delete for Rate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Rate" }, { "info": { "name": "Bulk Get for Rate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Rate" }, { "info": { "name": "Create a rate", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a rate" }, { "info": { "name": "Bulk Edit for Rate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Rate" }, { "info": { "name": "Bulk Delete for Rate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Rate" }, { "info": { "name": "Count of rate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of rate" }, { "info": { "name": "Search of rate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of rate" }, { "info": { "name": "Report of rate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of rate" }, { "info": { "name": "rateCreateRates", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/createRates", "params": [ { "name": "rates", "value": "", "type": "query", "description": "rates" } ] } }, { "info": { "name": "rateDeleteRateForRole", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/deleteRateForRole", "params": [ { "name": "attachableID", "value": "", "type": "query", "description": "attachableID" }, { "name": "attachableObjCode", "value": "", "type": "query", "description": "attachableObjCode" }, { "name": "rateID", "value": "", "type": "query", "description": "rateID" } ] } }, { "info": { "name": "rateEditRatesForRole", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/editRatesForRole", "params": [ { "name": "attachableID", "value": "", "type": "query", "description": "attachableID" }, { "name": "attachableObjCode", "value": "", "type": "query", "description": "attachableObjCode" }, { "name": "roleID", "value": "", "type": "query", "description": "roleID" }, { "name": "rates", "value": "", "type": "query", "description": "rates" }, { "name": "currencyCode", "value": "", "type": "query", "description": "currencyCode" }, { "name": "initialClassifierID", "value": "", "type": "query", "description": "initialClassifierID" }, { "name": "classifierID", "value": "", "type": "query", "description": "classifierID" } ] } }, { "info": { "name": "rateGetUsedClassifierIds", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/getUsedClassifierIds", "params": [ { "name": "rateCardID", "value": "", "type": "query", "description": "rateCardID" }, { "name": "roleID", "value": "", "type": "query", "description": "roleID" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "rateSetRatesForObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/setRatesForObject", "params": [ { "name": "attachableID", "value": "", "type": "query", "description": "attachableID" }, { "name": "attachableObjCode", "value": "", "type": "query", "description": "attachableObjCode" }, { "name": "rates", "value": "", "type": "query", "description": "rates" } ] } }, { "info": { "name": "rateSetRatesForRole", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rate/setRatesForRole", "params": [ { "name": "attachableID", "value": "", "type": "query", "description": "attachableID" }, { "name": "attachableObjCode", "value": "", "type": "query", "description": "attachableObjCode" }, { "name": "roleID", "value": "", "type": "query", "description": "roleID" }, { "name": "rates", "value": "", "type": "query", "description": "rates" }, { "name": "currencyCode", "value": "", "type": "query", "description": "currencyCode" }, { "name": "classifierID", "value": "", "type": "query", "description": "classifierID" } ] } }, { "info": { "name": "Get for Recent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Recent" }, { "info": { "name": "Delete for Recent", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Recent" }, { "info": { "name": "Bulk Get for Recent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Recent" }, { "info": { "name": "Create a recent", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a recent" }, { "info": { "name": "Bulk Delete for Recent", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Recent" }, { "info": { "name": "Count of recent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of recent" }, { "info": { "name": "Search of recent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of recent" }, { "info": { "name": "Report of recent", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of recent" }, { "info": { "name": "recentUpdateLastViewedObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/recent/updateLastViewedObject", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for ResourceManager", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ResourceManager" }, { "info": { "name": "Delete for ResourceManager", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ResourceManager" }, { "info": { "name": "Bulk Get for ResourceManager", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ResourceManager" }, { "info": { "name": "Create a resourcemanager", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a resourcemanager" }, { "info": { "name": "Bulk Delete for ResourceManager", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ResourceManager" }, { "info": { "name": "Count of resourcemanager", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of resourcemanager" }, { "info": { "name": "Search of resourcemanager", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of resourcemanager" }, { "info": { "name": "Report of resourcemanager", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcemanager/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of resourcemanager" }, { "info": { "name": "Get for ReservedTime", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ReservedTime" }, { "info": { "name": "Edit a ReservedTime", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ReservedTime" }, { "info": { "name": "Delete for ReservedTime", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ReservedTime" }, { "info": { "name": "Bulk Get for ReservedTime", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ReservedTime" }, { "info": { "name": "Create a reservedtime", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a reservedtime" }, { "info": { "name": "Bulk Edit for ReservedTime", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ReservedTime" }, { "info": { "name": "Bulk Delete for ReservedTime", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ReservedTime" }, { "info": { "name": "Count of reservedtime", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of reservedtime" }, { "info": { "name": "Search of reservedtime", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of reservedtime" }, { "info": { "name": "Report of reservedtime", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reservedtime/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of reservedtime" }, { "info": { "name": "Get for RichTextNote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/richtextnote/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for RichTextNote" }, { "info": { "name": "Bulk Get for RichTextNote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/richtextnote", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for RichTextNote" }, { "info": { "name": "Count of richtextnote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/richtextnote/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of richtextnote" }, { "info": { "name": "Search of richtextnote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/richtextnote/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of richtextnote" }, { "info": { "name": "Report of richtextnote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/richtextnote/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of richtextnote" }, { "info": { "name": "Get for Risk", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Risk" }, { "info": { "name": "Edit a Risk", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Risk" }, { "info": { "name": "Delete for Risk", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Risk" }, { "info": { "name": "Bulk Get for Risk", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Risk" }, { "info": { "name": "Create a risk", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a risk" }, { "info": { "name": "Bulk Edit for Risk", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Risk" }, { "info": { "name": "Bulk Delete for Risk", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Risk" }, { "info": { "name": "Count of risk", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of risk" }, { "info": { "name": "Search of risk", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of risk" }, { "info": { "name": "Report of risk", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risk/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of risk" }, { "info": { "name": "Get for Role", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Role" }, { "info": { "name": "Edit a Role", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Role" }, { "info": { "name": "Delete for Role", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Role" }, { "info": { "name": "Bulk Get for Role", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Role" }, { "info": { "name": "Create a role", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a role" }, { "info": { "name": "Bulk Edit for Role", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Role" }, { "info": { "name": "Bulk Delete for Role", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Role" }, { "info": { "name": "Replace of role", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of role" }, { "info": { "name": "Count of role", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of role" }, { "info": { "name": "Search of role", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of role" }, { "info": { "name": "Report of role", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/role/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of role" }, { "info": { "name": "Get for ReportableBudgetedHour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reportablebudgetedhour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ReportableBudgetedHour" }, { "info": { "name": "Bulk Get for ReportableBudgetedHour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reportablebudgetedhour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ReportableBudgetedHour" }, { "info": { "name": "Count of reportablebudgetedhour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reportablebudgetedhour/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of reportablebudgetedhour" }, { "info": { "name": "Search of reportablebudgetedhour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reportablebudgetedhour/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of reportablebudgetedhour" }, { "info": { "name": "Report of reportablebudgetedhour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/reportablebudgetedhour/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of reportablebudgetedhour" }, { "info": { "name": "Get for ResourcePlannerFilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ResourcePlannerFilter" }, { "info": { "name": "Edit a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ResourcePlannerFilter" }, { "info": { "name": "Delete for ResourcePlannerFilter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ResourcePlannerFilter" }, { "info": { "name": "Bulk Get for ResourcePlannerFilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ResourcePlannerFilter" }, { "info": { "name": "Create a resourceplannerfilter", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a resourceplannerfilter" }, { "info": { "name": "Bulk Edit for ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ResourcePlannerFilter" }, { "info": { "name": "Bulk Delete for ResourcePlannerFilter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ResourcePlannerFilter" }, { "info": { "name": "Count of resourceplannerfilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of resourceplannerfilter" }, { "info": { "name": "Search of resourceplannerfilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of resourceplannerfilter" }, { "info": { "name": "Report of resourceplannerfilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of resourceplannerfilter" }, { "info": { "name": "Sharing of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a ResourcePlannerFilter" }, { "info": { "name": "Batch sharing of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a ResourcePlannerFilter" }, { "info": { "name": "Un-sharing of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a ResourcePlannerFilter" }, { "info": { "name": "Batch un-sharing of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a ResourcePlannerFilter" }, { "info": { "name": "Public share of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a ResourcePlannerFilter" }, { "info": { "name": "Batch public share of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a ResourcePlannerFilter" }, { "info": { "name": "Public un-share of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a ResourcePlannerFilter" }, { "info": { "name": "Batch public un-share of a ResourcePlannerFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourceplannerfilter/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a ResourcePlannerFilter" }, { "info": { "name": "Get for RoutingRule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for RoutingRule" }, { "info": { "name": "Edit a RoutingRule", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a RoutingRule" }, { "info": { "name": "Delete for RoutingRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for RoutingRule" }, { "info": { "name": "Bulk Get for RoutingRule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for RoutingRule" }, { "info": { "name": "Create a routingrule", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a routingrule" }, { "info": { "name": "Bulk Edit for RoutingRule", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for RoutingRule" }, { "info": { "name": "Bulk Delete for RoutingRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for RoutingRule" }, { "info": { "name": "Count of routingrule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of routingrule" }, { "info": { "name": "Search of routingrule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of routingrule" }, { "info": { "name": "Report of routingrule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/routingrule/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of routingrule" }, { "info": { "name": "Get for ResourceContour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ResourceContour" }, { "info": { "name": "Edit a ResourceContour", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ResourceContour" }, { "info": { "name": "Delete for ResourceContour", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ResourceContour" }, { "info": { "name": "Bulk Get for ResourceContour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ResourceContour" }, { "info": { "name": "Create a resourcecontour", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a resourcecontour" }, { "info": { "name": "Bulk Edit for ResourceContour", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ResourceContour" }, { "info": { "name": "Bulk Delete for ResourceContour", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ResourceContour" }, { "info": { "name": "Count of resourcecontour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of resourcecontour" }, { "info": { "name": "Search of resourcecontour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of resourcecontour" }, { "info": { "name": "Report of resourcecontour", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcecontour/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of resourcecontour" }, { "info": { "name": "Get for RiskType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for RiskType" }, { "info": { "name": "Edit a RiskType", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a RiskType" }, { "info": { "name": "Delete for RiskType", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for RiskType" }, { "info": { "name": "Bulk Get for RiskType", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for RiskType" }, { "info": { "name": "Create a risktype", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a risktype" }, { "info": { "name": "Bulk Edit for RiskType", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for RiskType" }, { "info": { "name": "Bulk Delete for RiskType", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for RiskType" }, { "info": { "name": "Replace of risktype", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of risktype" }, { "info": { "name": "Count of risktype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of risktype" }, { "info": { "name": "Search of risktype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of risktype" }, { "info": { "name": "Report of risktype", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/risktype/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of risktype" }, { "info": { "name": "Get for RsrcPool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for RsrcPool" }, { "info": { "name": "Edit a RsrcPool", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a RsrcPool" }, { "info": { "name": "Delete for RsrcPool", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for RsrcPool" }, { "info": { "name": "Bulk Get for RsrcPool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for RsrcPool" }, { "info": { "name": "Create a rsrcpool", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a rsrcpool" }, { "info": { "name": "Bulk Edit for RsrcPool", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for RsrcPool" }, { "info": { "name": "Bulk Delete for RsrcPool", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for RsrcPool" }, { "info": { "name": "Count of rsrcpool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of rsrcpool" }, { "info": { "name": "Search of rsrcpool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of rsrcpool" }, { "info": { "name": "Report of rsrcpool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/rsrcpool/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of rsrcpool" }, { "info": { "name": "Get for ResourcePool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ResourcePool" }, { "info": { "name": "Edit a ResourcePool", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ResourcePool" }, { "info": { "name": "Delete for ResourcePool", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ResourcePool" }, { "info": { "name": "Bulk Get for ResourcePool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ResourcePool" }, { "info": { "name": "Create a resourcepool", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a resourcepool" }, { "info": { "name": "Bulk Edit for ResourcePool", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ResourcePool" }, { "info": { "name": "Bulk Delete for ResourcePool", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ResourcePool" }, { "info": { "name": "Count of resourcepool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of resourcepool" }, { "info": { "name": "Search of resourcepool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of resourcepool" }, { "info": { "name": "Report of resourcepool", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/resourcepool/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of resourcepool" }, { "info": { "name": "Get for Schedule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Schedule" }, { "info": { "name": "Edit a Schedule", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Schedule" }, { "info": { "name": "Delete for Schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Schedule" }, { "info": { "name": "Bulk Get for Schedule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Schedule" }, { "info": { "name": "Create or copy a schedule", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a schedule" }, { "info": { "name": "Bulk Edit for Schedule", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Schedule" }, { "info": { "name": "Bulk Delete for Schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Schedule" }, { "info": { "name": "Replace of schedule", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of schedule" }, { "info": { "name": "Count of schedule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of schedule" }, { "info": { "name": "Search of schedule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of schedule" }, { "info": { "name": "Report of schedule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of schedule" }, { "info": { "name": "scheduleGetEarliestWorkTimeOfDay", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/getEarliestWorkTimeOfDay", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "date", "value": "", "type": "query", "description": "date" } ] } }, { "info": { "name": "scheduleGetLatestWorkTimeOfDay", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/getLatestWorkTimeOfDay", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "date", "value": "", "type": "query", "description": "date" } ] } }, { "info": { "name": "scheduleGetNextCompletionDate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/getNextCompletionDate", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "date", "value": "", "type": "query", "description": "date" }, { "name": "costInMinutes", "value": "", "type": "query", "description": "costInMinutes" } ] } }, { "info": { "name": "scheduleGetNextStartDate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/getNextStartDate", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "date", "value": "", "type": "query", "description": "date" } ] } }, { "info": { "name": "getScheduleDefaultSchedule", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/schedule/defaultSchedule" } }, { "info": { "name": "Get for ScheduledReport", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ScheduledReport" }, { "info": { "name": "Edit a ScheduledReport", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ScheduledReport" }, { "info": { "name": "Delete for ScheduledReport", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ScheduledReport" }, { "info": { "name": "Bulk Get for ScheduledReport", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ScheduledReport" }, { "info": { "name": "Create or copy a scheduledreport", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a scheduledreport" }, { "info": { "name": "Bulk Edit for ScheduledReport", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ScheduledReport" }, { "info": { "name": "Bulk Delete for ScheduledReport", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ScheduledReport" }, { "info": { "name": "Count of scheduledreport", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of scheduledreport" }, { "info": { "name": "Search of scheduledreport", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of scheduledreport" }, { "info": { "name": "Report of scheduledreport", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of scheduledreport" }, { "info": { "name": "scheduledReportSendReportDeliveryNow", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scheduledreport/sendReportDeliveryNow", "params": [ { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "teamIDs", "value": "", "type": "query", "description": "teamIDs" }, { "name": "groupIDs", "value": "", "type": "query", "description": "groupIDs" }, { "name": "roleIDs", "value": "", "type": "query", "description": "roleIDs" }, { "name": "externalEmails", "value": "", "type": "query", "description": "externalEmails" }, { "name": "deliveryOptions", "value": "", "type": "query", "description": "deliveryOptions" } ] } }, { "info": { "name": "Get for ScoreCard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for ScoreCard" }, { "info": { "name": "Edit a ScoreCard", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a ScoreCard" }, { "info": { "name": "Delete for ScoreCard", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for ScoreCard" }, { "info": { "name": "Bulk Get for ScoreCard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for ScoreCard" }, { "info": { "name": "Create or copy a scorecard", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a scorecard" }, { "info": { "name": "Bulk Edit for ScoreCard", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for ScoreCard" }, { "info": { "name": "Bulk Delete for ScoreCard", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for ScoreCard" }, { "info": { "name": "Count of scorecard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of scorecard" }, { "info": { "name": "Search of scorecard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of scorecard" }, { "info": { "name": "Report of scorecard", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/scorecard/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of scorecard" }, { "info": { "name": "Get for Subscribe", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Subscribe" }, { "info": { "name": "Delete for Subscribe", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Subscribe" }, { "info": { "name": "Bulk Get for Subscribe", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Subscribe" }, { "info": { "name": "Create a subscribe", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a subscribe" }, { "info": { "name": "Bulk Delete for Subscribe", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Subscribe" }, { "info": { "name": "Count of subscribe", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of subscribe" }, { "info": { "name": "Search of subscribe", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of subscribe" }, { "info": { "name": "Report of subscribe", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of subscribe" }, { "info": { "name": "subscribeAddSubscribers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/addSubscribers", "params": [ { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "subscribeRemoveSubscribers", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/removeSubscribers", "params": [ { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "subscribeSubscribes", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/subscribes", "params": [ { "name": "objIDs", "value": "", "type": "query", "description": "objIDs" }, { "name": "objCodes", "value": "", "type": "query", "description": "objCodes" } ] } }, { "info": { "name": "subscribeUnsubscribes", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/unsubscribes", "params": [ { "name": "objIDs", "value": "", "type": "query", "description": "objIDs" }, { "name": "objCodes", "value": "", "type": "query", "description": "objCodes" } ] } }, { "info": { "name": "getSubscribeSubscribers", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/subscribe/subscribers", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "Get for Task", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Task" }, { "info": { "name": "Edit a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Task" }, { "info": { "name": "Delete for Task", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Task" }, { "info": { "name": "Bulk Get for Task", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Task" }, { "info": { "name": "Create or copy a task", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a task" }, { "info": { "name": "Bulk Edit for Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Task" }, { "info": { "name": "Bulk Delete for Task", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Task" }, { "info": { "name": "Count of task", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of task" }, { "info": { "name": "Search of task", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of task" }, { "info": { "name": "Report of task", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of task" }, { "info": { "name": "Sharing of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Task" }, { "info": { "name": "Batch sharing of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Task" }, { "info": { "name": "Un-sharing of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Task" }, { "info": { "name": "Batch un-sharing of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Task" }, { "info": { "name": "Public share of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Task" }, { "info": { "name": "Batch public share of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Task" }, { "info": { "name": "Public un-share of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Task" }, { "info": { "name": "Batch public un-share of a Task", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Task" }, { "info": { "name": "taskAcceptWork", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/acceptWork", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "status", "value": "", "type": "query", "description": "status" } ] } }, { "info": { "name": "taskApproveApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/approveApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "username", "value": "", "type": "query", "description": "username" }, { "name": "password", "value": "", "type": "query", "description": "password" }, { "name": "auditNote", "value": "", "type": "query", "description": "auditNote" }, { "name": "auditUserIDs", "value": "", "type": "query", "description": "auditUserIDs" }, { "name": "sendNoteAsEmail", "value": "", "type": "query", "description": "sendNoteAsEmail" } ] } }, { "info": { "name": "taskAssign", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/assign", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "taskAssignMultiple", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/assignMultiple", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "roleIDs", "value": "", "type": "query", "description": "roleIDs" }, { "name": "teamIDs", "value": "", "type": "query", "description": "teamIDs" }, { "name": "teamID", "value": "", "type": "query", "description": "teamID" } ] } }, { "info": { "name": "taskBulkCopy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/bulkCopy", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "taskBulkMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/bulkMove", "params": [ { "name": "taskIDs", "value": "", "type": "query", "description": "taskIDs" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "taskCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "taskCalculateDataExtensions", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/calculateDataExtensions", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" } ] } }, { "info": { "name": "taskConvertToProject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/convertToProject", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "project", "value": "", "type": "query", "description": "project" }, { "name": "exchangeRate", "value": "", "type": "query", "description": "exchangeRate" }, { "name": "copyCategories", "value": "", "type": "query", "description": "copyCategories" } ] } }, { "info": { "name": "taskLinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/linkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" }, { "name": "URL", "value": "", "type": "query", "description": "URL" }, { "name": "params", "value": "", "type": "query", "description": "params" } ] } }, { "info": { "name": "taskMarkDone", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/markDone", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "status", "value": "", "type": "query", "description": "status" } ] } }, { "info": { "name": "taskMarkNotDone", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/markNotDone", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "assignmentID", "value": "", "type": "query", "description": "assignmentID" } ] } }, { "info": { "name": "taskMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/move", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "taskRecallApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/recallApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "taskRejectApproval", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/rejectApproval", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "username", "value": "", "type": "query", "description": "username" }, { "name": "password", "value": "", "type": "query", "description": "password" }, { "name": "auditNote", "value": "", "type": "query", "description": "auditNote" }, { "name": "auditUserIDs", "value": "", "type": "query", "description": "auditUserIDs" }, { "name": "sendNoteAsEmail", "value": "", "type": "query", "description": "sendNoteAsEmail" } ] } }, { "info": { "name": "taskReplyToAssignment", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/replyToAssignment", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "noteText", "value": "", "type": "query", "description": "noteText" }, { "name": "commitDate", "value": "", "type": "query", "description": "commitDate" } ] } }, { "info": { "name": "taskUnacceptWork", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/unacceptWork", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "status", "value": "", "type": "query", "description": "status" } ] } }, { "info": { "name": "taskUnassign", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/unassign", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "taskUnassignOccurrences", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/unassignOccurrences", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "taskUnlinkExternalObject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/unlinkExternalObject", "params": [ { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "linkedObjectID", "value": "", "type": "query", "description": "linkedObjectID" }, { "name": "integrationType", "value": "", "type": "query", "description": "integrationType" } ] } }, { "info": { "name": "getTaskAllTasksOnIterations", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/allTasksOnIterations", "params": [ { "name": "iterationIDs", "value": "", "type": "query", "description": "iterationIDs" } ] } }, { "info": { "name": "getTaskDefaultShownTimesheetTasks", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/task/defaultShownTimesheetTasks", "params": [ { "name": "timesheetID", "value": "", "type": "query", "description": "timesheetID" } ] } }, { "info": { "name": "Get for TemplateAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for TemplateAssignment" }, { "info": { "name": "Edit a TemplateAssignment", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a TemplateAssignment" }, { "info": { "name": "Delete for TemplateAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for TemplateAssignment" }, { "info": { "name": "Bulk Get for TemplateAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for TemplateAssignment" }, { "info": { "name": "Create a templateassignment", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a templateassignment" }, { "info": { "name": "Bulk Edit for TemplateAssignment", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for TemplateAssignment" }, { "info": { "name": "Bulk Delete for TemplateAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for TemplateAssignment" }, { "info": { "name": "Count of templateassignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of templateassignment" }, { "info": { "name": "Search of templateassignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of templateassignment" }, { "info": { "name": "Report of templateassignment", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templateassignment/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of templateassignment" }, { "info": { "name": "Get for Team", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Team" }, { "info": { "name": "Edit a Team", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Team" }, { "info": { "name": "Delete for Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Team" }, { "info": { "name": "Bulk Get for Team", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Team" }, { "info": { "name": "Create a team", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a team" }, { "info": { "name": "Bulk Edit for Team", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Team" }, { "info": { "name": "Bulk Delete for Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Team" }, { "info": { "name": "Count of team", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of team" }, { "info": { "name": "Search of team", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of team" }, { "info": { "name": "Report of team", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/team/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of team" }, { "info": { "name": "Get for Template", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Template" }, { "info": { "name": "Edit a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Template" }, { "info": { "name": "Delete for Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Template" }, { "info": { "name": "Bulk Get for Template", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Template" }, { "info": { "name": "Create or copy a template", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a template" }, { "info": { "name": "Bulk Edit for Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Template" }, { "info": { "name": "Bulk Delete for Template", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Template" }, { "info": { "name": "Count of template", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of template" }, { "info": { "name": "Search of template", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of template" }, { "info": { "name": "Report of template", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of template" }, { "info": { "name": "Sharing of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a Template" }, { "info": { "name": "Batch sharing of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a Template" }, { "info": { "name": "Un-sharing of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a Template" }, { "info": { "name": "Batch un-sharing of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a Template" }, { "info": { "name": "Public share of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a Template" }, { "info": { "name": "Batch public share of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a Template" }, { "info": { "name": "Public un-share of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a Template" }, { "info": { "name": "Batch public un-share of a Template", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a Template" }, { "info": { "name": "templateCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "templateCalculateTimeline", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/template/calculateTimeline", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "Get for Timesheet", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Timesheet" }, { "info": { "name": "Edit a Timesheet", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a Timesheet" }, { "info": { "name": "Delete for Timesheet", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for Timesheet" }, { "info": { "name": "Bulk Get for Timesheet", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Timesheet" }, { "info": { "name": "Create a timesheet", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a timesheet" }, { "info": { "name": "Bulk Edit for Timesheet", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for Timesheet" }, { "info": { "name": "Bulk Delete for Timesheet", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for Timesheet" }, { "info": { "name": "Count of timesheet", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of timesheet" }, { "info": { "name": "Search of timesheet", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of timesheet" }, { "info": { "name": "Report of timesheet", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheet/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of timesheet" }, { "info": { "name": "Get for TimesheetProfile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for TimesheetProfile" }, { "info": { "name": "Edit a TimesheetProfile", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a TimesheetProfile" }, { "info": { "name": "Delete for TimesheetProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for TimesheetProfile" }, { "info": { "name": "Bulk Get for TimesheetProfile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for TimesheetProfile" }, { "info": { "name": "Create or copy a timesheetprofile", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a timesheetprofile" }, { "info": { "name": "Bulk Edit for TimesheetProfile", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for TimesheetProfile" }, { "info": { "name": "Bulk Delete for TimesheetProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for TimesheetProfile" }, { "info": { "name": "Replace of timesheetprofile", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of timesheetprofile" }, { "info": { "name": "Count of timesheetprofile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of timesheetprofile" }, { "info": { "name": "Search of timesheetprofile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of timesheetprofile" }, { "info": { "name": "Report of timesheetprofile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/timesheetprofile/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of timesheetprofile" }, { "info": { "name": "Get for TemplateTask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for TemplateTask" }, { "info": { "name": "Edit a TemplateTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a TemplateTask" }, { "info": { "name": "Delete for TemplateTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for TemplateTask" }, { "info": { "name": "Bulk Get for TemplateTask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for TemplateTask" }, { "info": { "name": "Create or copy a templatetask", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a templatetask" }, { "info": { "name": "Bulk Edit for TemplateTask", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for TemplateTask" }, { "info": { "name": "Bulk Delete for TemplateTask", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for TemplateTask" }, { "info": { "name": "Count of templatetask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of templatetask" }, { "info": { "name": "Search of templatetask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of templatetask" }, { "info": { "name": "Report of templatetask", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of templatetask" }, { "info": { "name": "templateTaskBulkCopy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/bulkCopy", "params": [ { "name": "templateID", "value": "", "type": "query", "description": "templateID" }, { "name": "templateTaskIDs", "value": "", "type": "query", "description": "templateTaskIDs" }, { "name": "parentTemplateTaskID", "value": "", "type": "query", "description": "parentTemplateTaskID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "templateTaskBulkMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/bulkMove", "params": [ { "name": "templateTaskIDs", "value": "", "type": "query", "description": "templateTaskIDs" }, { "name": "templateID", "value": "", "type": "query", "description": "templateID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "templateTaskCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "templateTaskMove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/templatetask/move", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "templateID", "value": "", "type": "query", "description": "templateID" }, { "name": "parentID", "value": "", "type": "query", "description": "parentID" }, { "name": "options", "value": "", "type": "query", "description": "options" } ] } }, { "info": { "name": "Get for UserHomeCalendarPreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserHomeCalendarPreference" }, { "info": { "name": "Edit a UserHomeCalendarPreference", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a UserHomeCalendarPreference" }, { "info": { "name": "Delete for UserHomeCalendarPreference", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UserHomeCalendarPreference" }, { "info": { "name": "Bulk Get for UserHomeCalendarPreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserHomeCalendarPreference" }, { "info": { "name": "Create a userhomecalendarpreference", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a userhomecalendarpreference" }, { "info": { "name": "Bulk Edit for UserHomeCalendarPreference", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for UserHomeCalendarPreference" }, { "info": { "name": "Bulk Delete for UserHomeCalendarPreference", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UserHomeCalendarPreference" }, { "info": { "name": "Count of userhomecalendarpreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of userhomecalendarpreference" }, { "info": { "name": "Search of userhomecalendarpreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of userhomecalendarpreference" }, { "info": { "name": "Report of userhomecalendarpreference", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userhomecalendarpreference/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of userhomecalendarpreference" }, { "info": { "name": "Get for UIFilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UIFilter" }, { "info": { "name": "Edit a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a UIFilter" }, { "info": { "name": "Delete for UIFilter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UIFilter" }, { "info": { "name": "Bulk Get for UIFilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UIFilter" }, { "info": { "name": "Create or copy a uifilter", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a uifilter" }, { "info": { "name": "Bulk Edit for UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for UIFilter" }, { "info": { "name": "Bulk Delete for UIFilter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UIFilter" }, { "info": { "name": "Count of uifilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of uifilter" }, { "info": { "name": "Search of uifilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of uifilter" }, { "info": { "name": "Report of uifilter", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of uifilter" }, { "info": { "name": "Sharing of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a UIFilter" }, { "info": { "name": "Batch sharing of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a UIFilter" }, { "info": { "name": "Un-sharing of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a UIFilter" }, { "info": { "name": "Batch un-sharing of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a UIFilter" }, { "info": { "name": "Public share of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a UIFilter" }, { "info": { "name": "Batch public share of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a UIFilter" }, { "info": { "name": "Public un-share of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a UIFilter" }, { "info": { "name": "Batch public un-share of a UIFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a UIFilter" }, { "info": { "name": "uIFilterAddJoinForNullableFields", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/addJoinForNullableFields", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "filterMap", "value": "", "type": "query", "description": "filterMap" } ] } }, { "info": { "name": "uIFilterDisableSystemWideVisibility", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/disableSystemWideVisibility", "params": [ { "name": "filterIDs", "value": "", "type": "query", "description": "filterIDs" } ] } }, { "info": { "name": "uIFilterEnableSystemWideVisibility", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/enableSystemWideVisibility", "params": [ { "name": "filterIDs", "value": "", "type": "query", "description": "filterIDs" } ] } }, { "info": { "name": "getUIFilterFiltersForObjCode", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uifilter/filtersForObjCode", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "filterType", "value": "", "type": "query", "description": "filterType" } ] } }, { "info": { "name": "Get for UIGroupBy", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UIGroupBy" }, { "info": { "name": "Edit a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a UIGroupBy" }, { "info": { "name": "Delete for UIGroupBy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UIGroupBy" }, { "info": { "name": "Bulk Get for UIGroupBy", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UIGroupBy" }, { "info": { "name": "Create or copy a uigroupby", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a uigroupby" }, { "info": { "name": "Bulk Edit for UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for UIGroupBy" }, { "info": { "name": "Bulk Delete for UIGroupBy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UIGroupBy" }, { "info": { "name": "Count of uigroupby", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of uigroupby" }, { "info": { "name": "Search of uigroupby", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of uigroupby" }, { "info": { "name": "Report of uigroupby", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of uigroupby" }, { "info": { "name": "Sharing of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a UIGroupBy" }, { "info": { "name": "Batch sharing of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a UIGroupBy" }, { "info": { "name": "Un-sharing of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a UIGroupBy" }, { "info": { "name": "Batch un-sharing of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a UIGroupBy" }, { "info": { "name": "Public share of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a UIGroupBy" }, { "info": { "name": "Batch public share of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a UIGroupBy" }, { "info": { "name": "Public un-share of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a UIGroupBy" }, { "info": { "name": "Batch public un-share of a UIGroupBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a UIGroupBy" }, { "info": { "name": "uIGroupByDisableSystemWideVisibility", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/disableSystemWideVisibility", "params": [ { "name": "groupByIDs", "value": "", "type": "query", "description": "groupByIDs" } ] } }, { "info": { "name": "uIGroupByEnableSystemWideVisibility", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uigroupby/enableSystemWideVisibility", "params": [ { "name": "groupByIDs", "value": "", "type": "query", "description": "groupByIDs" } ] } }, { "info": { "name": "Get for UITemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UITemplate" }, { "info": { "name": "Delete for UITemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UITemplate" }, { "info": { "name": "Bulk Get for UITemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UITemplate" }, { "info": { "name": "Bulk Delete for UITemplate", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UITemplate" }, { "info": { "name": "Count of uitemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of uitemplate" }, { "info": { "name": "Search of uitemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of uitemplate" }, { "info": { "name": "Report of uitemplate", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of uitemplate" }, { "info": { "name": "uITemplateMigrateCustomersAllLayoutTemplates", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/migrateCustomersAllLayoutTemplates", "params": [ { "name": "overrideIfExists", "value": "", "type": "query", "description": "overrideIfExists" } ] } }, { "info": { "name": "uITemplateMigrateLayoutTemplates", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uitemplate/migrateLayoutTemplates", "params": [ { "name": "layoutTemplateIDs", "value": "", "type": "query", "description": "layoutTemplateIDs" }, { "name": "overrideIfExists", "value": "", "type": "query", "description": "overrideIfExists" } ] } }, { "info": { "name": "Get for UIView", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UIView" }, { "info": { "name": "Edit a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a UIView" }, { "info": { "name": "Delete for UIView", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UIView" }, { "info": { "name": "Bulk Get for UIView", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UIView" }, { "info": { "name": "Create or copy a uiview", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "copySourceID", "value": "", "type": "query", "description": "Source object ID for copy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or copy a uiview" }, { "info": { "name": "Bulk Edit for UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for UIView" }, { "info": { "name": "Bulk Delete for UIView", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UIView" }, { "info": { "name": "Count of uiview", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of uiview" }, { "info": { "name": "Search of uiview", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of uiview" }, { "info": { "name": "Report of uiview", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of uiview" }, { "info": { "name": "Sharing of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id/share", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Sharing of a UIView" }, { "info": { "name": "Batch sharing of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/share", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch sharing of a UIView" }, { "info": { "name": "Un-sharing of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id/unshare", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Un-sharing of a UIView" }, { "info": { "name": "Batch un-sharing of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/unshare", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "accessorObjCode", "value": "", "type": "query" }, { "name": "accessorID", "value": "", "type": "query" } ] }, "docs": "Batch un-sharing of a UIView" }, { "info": { "name": "Public share of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id/sharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Public share of a UIView" }, { "info": { "name": "Batch public share of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/sharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "coreAction", "value": "", "type": "query" }, { "name": "forbiddenActions", "value": "", "type": "query" } ] }, "docs": "Batch public share of a UIView" }, { "info": { "name": "Public un-share of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/:id/unsharePublic", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" } ] }, "docs": "Public un-share of a UIView" }, { "info": { "name": "Batch public un-share of a UIView", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/unsharePublic", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" } ] }, "docs": "Batch public un-share of a UIView" }, { "info": { "name": "uIViewDisableSystemWideVisibility", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/disableSystemWideVisibility", "params": [ { "name": "viewIDs", "value": "", "type": "query", "description": "viewIDs" } ] } }, { "info": { "name": "uIViewEnableSystemWideVisibility", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/enableSystemWideVisibility", "params": [ { "name": "viewIDs", "value": "", "type": "query", "description": "viewIDs" } ] } }, { "info": { "name": "getUIViewViewsForObjCode", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/uiview/viewsForObjCode", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "updateAuditSessionCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/auditSessionCount", "params": [ { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "targetUserID", "value": "", "type": "query", "description": "targetUserID" }, { "name": "startDate", "value": "", "type": "query", "description": "startDate" }, { "name": "endDate", "value": "", "type": "query", "description": "endDate" } ] } }, { "info": { "name": "updateRecentUpdatesObjIDs", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/recentUpdatesObjIDs" } }, { "info": { "name": "getUpdateAuditSession", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/auditSession", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "targetUserID", "value": "", "type": "query", "description": "targetUserID" }, { "name": "startDate", "value": "", "type": "query", "description": "startDate" }, { "name": "endDate", "value": "", "type": "query", "description": "endDate" }, { "name": "pageNumber", "value": "", "type": "query", "description": "pageNumber" } ] } }, { "info": { "name": "getUpdateEndorsementUpdates", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/endorsementUpdates", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "userID", "value": "", "type": "query", "description": "userID" } ] } }, { "info": { "name": "getUpdateObjectUpdates", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/objectUpdates", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "sinceDate", "value": "", "type": "query", "description": "sinceDate" } ] } }, { "info": { "name": "getUpdateObjectUpdatesByCommentID", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/objectUpdatesByCommentID", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "commentID", "value": "", "type": "query", "description": "commentID" } ] } }, { "info": { "name": "getUpdateObjectUpdatesMobile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/objectUpdatesMobile", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "sinceDate", "value": "", "type": "query", "description": "sinceDate" } ] } }, { "info": { "name": "getUpdateObjectUpdatesWithNoteAndJournalEntryIndex", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/objectUpdatesWithNoteAndJournalEntryIndex", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "objID", "value": "", "type": "query", "description": "objID" }, { "name": "sinceDate", "value": "", "type": "query", "description": "sinceDate" }, { "name": "firstNote", "value": "", "type": "query", "description": "firstNote" }, { "name": "firstJournalEntry", "value": "", "type": "query", "description": "firstJournalEntry" } ] } }, { "info": { "name": "getUpdateRecentUpdates", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/recentUpdates", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "sinceDate", "value": "", "type": "query", "description": "sinceDate" } ] } }, { "info": { "name": "getUpdateUpdateThread", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/updateThread", "params": [ { "name": "noteID", "value": "", "type": "query", "description": "noteID" } ] } }, { "info": { "name": "getUpdateUpdateThreadMobile", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/updateThreadMobile", "params": [ { "name": "noteID", "value": "", "type": "query", "description": "noteID" } ] } }, { "info": { "name": "getUpdateUpdates", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/update/updates", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "streamType", "value": "", "type": "query", "description": "streamType" } ] } }, { "info": { "name": "Get for User", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for User" }, { "info": { "name": "Edit a User", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a User" }, { "info": { "name": "Delete for User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for User" }, { "info": { "name": "Bulk Get for User", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for User" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a user" }, { "info": { "name": "Bulk Edit for User", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for User" }, { "info": { "name": "Bulk Delete for User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for User" }, { "info": { "name": "Replace of user", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/replace", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs to be replaced" }, { "name": "replacementID", "value": "", "type": "query", "description": "Object ID to replace with" } ] }, "docs": "Replace of user" }, { "info": { "name": "Count of user", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of user" }, { "info": { "name": "Search of user", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of user" }, { "info": { "name": "Report of user", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of user" }, { "info": { "name": "userAddMobileDevice", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/addMobileDevice", "params": [ { "name": "token", "value": "", "type": "query", "description": "token" }, { "name": "deviceType", "value": "", "type": "query", "description": "deviceType" } ] } }, { "info": { "name": "userAssignUserToken", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/assignUserToken", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userCalculateDataExtension", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/calculateDataExtension", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userClearAllApiKeys", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/clearAllApiKeys" } }, { "info": { "name": "userClearApiKey", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/clearApiKey" } }, { "info": { "name": "userCompleteUserRegistration", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/completeUserRegistration", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" }, { "name": "firstName", "value": "", "type": "query", "description": "firstName" }, { "name": "lastName", "value": "", "type": "query", "description": "lastName" }, { "name": "token", "value": "", "type": "query", "description": "token" }, { "name": "title", "value": "", "type": "query", "description": "title" }, { "name": "newPassword", "value": "", "type": "query", "description": "newPassword" } ] } }, { "info": { "name": "userGenerateApiKey", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/generateApiKey" } }, { "info": { "name": "userGetApiKey", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/getApiKey", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userGetAvailableActions", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/getAvailableActions", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "userGetUserAccessPermissionsByObjCode", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/getUserAccessPermissionsByObjCode", "params": [ { "name": "ids", "value": "", "type": "query", "description": "ids" }, { "name": "objCode", "value": "", "type": "query", "description": "objCode" } ] } }, { "info": { "name": "userGetUserCustomLabels", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/getUserCustomLabels" } }, { "info": { "name": "userGetUsersAvailableTime", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/getUsersAvailableTime", "params": [ { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" }, { "name": "fromDate", "value": "", "type": "query", "description": "fromDate" }, { "name": "toDate", "value": "", "type": "query", "description": "toDate" } ] } }, { "info": { "name": "userHasAnyAccess", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/hasAnyAccess", "params": [ { "name": "objCode", "value": "", "type": "query", "description": "objCode" }, { "name": "actionType", "value": "", "type": "query", "description": "actionType" } ] } }, { "info": { "name": "userHasGrantLoginAsAccess", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/hasGrantLoginAsAccess", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userIsUserAdmin", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/isUserAdmin", "params": [ { "name": "userID", "value": "", "type": "query", "description": "userID" }, { "name": "adminID", "value": "", "type": "query", "description": "adminID" } ] } }, { "info": { "name": "userIsUserTerminologyActive", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/isUserTerminologyActive" } }, { "info": { "name": "userRemoveMobileDevice", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/removeMobileDevice", "params": [ { "name": "token", "value": "", "type": "query", "description": "token" } ] } }, { "info": { "name": "userResetRopgPassword", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/resetRopgPassword", "params": [ { "name": "newPassword", "value": "", "type": "query", "description": "newPassword" } ] } }, { "info": { "name": "userSendInvitationEmail", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/sendInvitationEmail", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userShouldShowProofHQNavButton", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/shouldShowProofHQNavButton" } }, { "info": { "name": "getUserUserAdmins", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/user/userAdmins", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "Get for UserPrefValue", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userprefvalue/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserPrefValue" }, { "info": { "name": "Delete for UserPrefValue", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userprefvalue/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UserPrefValue" }, { "info": { "name": "Bulk Get for UserPrefValue", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userprefvalue", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserPrefValue" }, { "info": { "name": "Create a userprefvalue", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userprefvalue", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a userprefvalue" }, { "info": { "name": "Bulk Delete for UserPrefValue", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userprefvalue", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UserPrefValue" }, { "info": { "name": "Search of userprefvalue", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userprefvalue/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of userprefvalue" }, { "info": { "name": "Get for UserObjectPref", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserObjectPref" }, { "info": { "name": "Delete for UserObjectPref", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UserObjectPref" }, { "info": { "name": "Bulk Get for UserObjectPref", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserObjectPref" }, { "info": { "name": "Bulk Delete for UserObjectPref", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UserObjectPref" }, { "info": { "name": "Count of userobjectpref", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of userobjectpref" }, { "info": { "name": "Search of userobjectpref", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of userobjectpref" }, { "info": { "name": "Report of userobjectpref", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userobjectpref/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of userobjectpref" }, { "info": { "name": "Get for UserApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserApproval" }, { "info": { "name": "Delete for UserApproval", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UserApproval" }, { "info": { "name": "Bulk Get for UserApproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserApproval" }, { "info": { "name": "Create a userapproval", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a userapproval" }, { "info": { "name": "Bulk Delete for UserApproval", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UserApproval" }, { "info": { "name": "Count of userapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of userapproval" }, { "info": { "name": "Search of userapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of userapproval" }, { "info": { "name": "Report of userapproval", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of userapproval" }, { "info": { "name": "userApprovalApprove", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/approve", "params": [ { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" } ] } }, { "info": { "name": "userApprovalReject", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userapproval/reject", "params": [ { "name": "userIDs", "value": "", "type": "query", "description": "userIDs" } ] } }, { "info": { "name": "Get for UserAvailability", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserAvailability" }, { "info": { "name": "Delete for UserAvailability", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UserAvailability" }, { "info": { "name": "Bulk Get for UserAvailability", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserAvailability" }, { "info": { "name": "Create a useravailability", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a useravailability" }, { "info": { "name": "Bulk Delete for UserAvailability", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UserAvailability" }, { "info": { "name": "Count of useravailability", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of useravailability" }, { "info": { "name": "Search of useravailability", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of useravailability" }, { "info": { "name": "Report of useravailability", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/useravailability/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of useravailability" }, { "info": { "name": "Get for UserDelegation", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserDelegation" }, { "info": { "name": "Edit a UserDelegation", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a UserDelegation" }, { "info": { "name": "Delete for UserDelegation", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for UserDelegation" }, { "info": { "name": "Bulk Get for UserDelegation", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserDelegation" }, { "info": { "name": "Create a userdelegation", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a userdelegation" }, { "info": { "name": "Bulk Edit for UserDelegation", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for UserDelegation" }, { "info": { "name": "Bulk Delete for UserDelegation", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for UserDelegation" }, { "info": { "name": "Count of userdelegation", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of userdelegation" }, { "info": { "name": "Search of userdelegation", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of userdelegation" }, { "info": { "name": "Report of userdelegation", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/userdelegation/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of userdelegation" }, { "info": { "name": "Get for UserNote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for UserNote" }, { "info": { "name": "Bulk Get for UserNote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for UserNote" }, { "info": { "name": "Create a usernote", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a usernote" }, { "info": { "name": "Count of usernote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of usernote" }, { "info": { "name": "Search of usernote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of usernote" }, { "info": { "name": "Report of usernote", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of usernote" }, { "info": { "name": "userNoteAcknowledge", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/acknowledge", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userNoteAcknowledgeAll", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/acknowledgeAll" } }, { "info": { "name": "userNoteAcknowledgeMany", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/acknowledgeMany", "params": [ { "name": "objIDs", "value": "", "type": "query", "description": "objIDs" } ] } }, { "info": { "name": "userNoteAcknowledgeMyNotifications", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/acknowledgeMyNotifications", "params": [ { "name": "objIDs", "value": "", "type": "query", "description": "objIDs" } ] } }, { "info": { "name": "userNoteUnacknowledge", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/unacknowledge", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } }, { "info": { "name": "userNoteUnacknowledgeMany", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/unacknowledgeMany", "params": [ { "name": "objIDs", "value": "", "type": "query", "description": "objIDs" } ] } }, { "info": { "name": "userNoteUnacknowledgedAllObjectTypesCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/unacknowledgedAllObjectTypesCount" } }, { "info": { "name": "userNoteUnacknowledgedAnnouncementCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/unacknowledgedAnnouncementCount" } }, { "info": { "name": "userNoteUnacknowledgedCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/unacknowledgedCount" } }, { "info": { "name": "getUserNoteAnnouncementNotifications", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/announcementNotifications", "params": [ { "name": "pageNumber", "value": "", "type": "query", "description": "pageNumber" } ] } }, { "info": { "name": "getUserNoteDeletedAnnouncementNotes", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/deletedAnnouncementNotes", "params": [ { "name": "limit", "value": "", "type": "query", "description": "limit" } ] } }, { "info": { "name": "getUserNoteMyAllObjectTypesUnreadNotifications", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myAllObjectTypesUnreadNotifications", "params": [ { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "first", "value": "", "type": "query", "description": "first" }, { "name": "includeAll", "value": "", "type": "query", "description": "includeAll" } ] } }, { "info": { "name": "getUserNoteMyNewestAnnouncementNotification", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myNewestAnnouncementNotification" } }, { "info": { "name": "getUserNoteMyNewestNotification", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myNewestNotification" } }, { "info": { "name": "getUserNoteMyNotifications", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myNotifications", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getUserNoteMyNotificationsQuickList", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myNotificationsQuickList" } }, { "info": { "name": "getUserNoteMyUnreadAnnouncementNotifications", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myUnreadAnnouncementNotifications", "params": [ { "name": "limit", "value": "", "type": "query", "description": "limit" } ] } }, { "info": { "name": "getUserNoteMyUnreadNotifications", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/usernote/myUnreadNotifications", "params": [ { "name": "limit", "value": "", "type": "query", "description": "limit" } ] } }, { "info": { "name": "Get for Work", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for Work" }, { "info": { "name": "Bulk Get for Work", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for Work" }, { "info": { "name": "Count of work", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of work" }, { "info": { "name": "Search of work", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of work" }, { "info": { "name": "Report of work", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of work" }, { "info": { "name": "workGetMyAccomplishmentsCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getMyAccomplishmentsCount" } }, { "info": { "name": "workGetMyWorkCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getMyWorkCount" } }, { "info": { "name": "workGetMyWorkCountFiltered", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getMyWorkCountFiltered", "params": [ { "name": "filters", "value": "", "type": "query", "description": "filters" } ] } }, { "info": { "name": "workGetWFHomeObjects", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getWFHomeObjects", "params": [ { "name": "show", "value": "", "type": "query", "description": "show" }, { "name": "view", "value": "", "type": "query", "description": "view" }, { "name": "search", "value": "", "type": "query", "description": "search" }, { "name": "first", "value": "", "type": "query", "description": "first" }, { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "startDate", "value": "", "type": "query", "description": "startDate" }, { "name": "endDate", "value": "", "type": "query", "description": "endDate" }, { "name": "actionGroup", "value": "", "type": "query", "description": "actionGroup" } ] } }, { "info": { "name": "workGetWFHomeObjectsFilterSortBy", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getWFHomeObjectsFilterSortBy", "params": [ { "name": "filter", "value": "", "type": "query", "description": "filter" }, { "name": "sortBy", "value": "", "type": "query", "description": "sortBy" }, { "name": "search", "value": "", "type": "query", "description": "search" }, { "name": "first", "value": "", "type": "query", "description": "first" }, { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "isAscending", "value": "", "type": "query", "description": "isAscending" }, { "name": "includeUndated", "value": "", "type": "query", "description": "includeUndated" }, { "name": "startDate", "value": "", "type": "query", "description": "startDate" }, { "name": "endDate", "value": "", "type": "query", "description": "endDate" } ] } }, { "info": { "name": "workGetWFHomeObjectsListWithoutDate", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getWFHomeObjectsListWithoutDate", "params": [ { "name": "filter", "value": "", "type": "query", "description": "filter" }, { "name": "sortBy", "value": "", "type": "query", "description": "sortBy" }, { "name": "first", "value": "", "type": "query", "description": "first" }, { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "isAscending", "value": "", "type": "query", "description": "isAscending" } ] } }, { "info": { "name": "workGetWFHomeObjectsProjectItemList", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getWFHomeObjectsProjectItemList", "params": [ { "name": "filter", "value": "", "type": "query", "description": "filter" }, { "name": "projectID", "value": "", "type": "query", "description": "projectID" }, { "name": "search", "value": "", "type": "query", "description": "search" }, { "name": "first", "value": "", "type": "query", "description": "first" }, { "name": "limit", "value": "", "type": "query", "description": "limit" }, { "name": "isAscending", "value": "", "type": "query", "description": "isAscending" }, { "name": "includeUndated", "value": "", "type": "query", "description": "includeUndated" }, { "name": "startDate", "value": "", "type": "query", "description": "startDate" }, { "name": "endDate", "value": "", "type": "query", "description": "endDate" } ] } }, { "info": { "name": "workGetWFHomeObjectsProjectList", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getWFHomeObjectsProjectList", "params": [ { "name": "filter", "value": "", "type": "query", "description": "filter" }, { "name": "isAscending", "value": "", "type": "query", "description": "isAscending" }, { "name": "includeUndated", "value": "", "type": "query", "description": "includeUndated" }, { "name": "search", "value": "", "type": "query", "description": "search" }, { "name": "startDate", "value": "", "type": "query", "description": "startDate" }, { "name": "endDate", "value": "", "type": "query", "description": "endDate" } ] } }, { "info": { "name": "workGetWorkRequestsCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/getWorkRequestsCount", "params": [ { "name": "filters", "value": "", "type": "query", "description": "filters" } ] } }, { "info": { "name": "workTeamRequestCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/teamRequestCount", "params": [ { "name": "filters", "value": "", "type": "query", "description": "filters" } ] } }, { "info": { "name": "workTeamRequestsCount", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/teamRequestsCount" } }, { "info": { "name": "workWorkItemStatusLabels", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/workItemStatusLabels", "params": [ { "name": "items", "value": "", "type": "query", "description": "items" } ] } }, { "info": { "name": "getWorkMyAccomplishments", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/myAccomplishments", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getWorkMyAwaitingFeedbackRequests", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/myAwaitingFeedbackRequests", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getWorkMyCompletedRequests", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/myCompletedRequests", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getWorkMyOpenRequests", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/myOpenRequests", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getWorkMyWork", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/myWork", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getWorkTeamRequests", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/teamRequests", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "getWorkWorkRequests", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/work/workRequests", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] } }, { "info": { "name": "Get for WorkItem", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Get for WorkItem" }, { "info": { "name": "Edit a WorkItem", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Edit a WorkItem" }, { "info": { "name": "Delete for WorkItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Object ID" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Delete for WorkItem" }, { "info": { "name": "Bulk Get for WorkItem", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ] }, "docs": "Bulk Get for WorkItem" }, { "info": { "name": "Bulk Edit for WorkItem", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem", "params": [ { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk Edit for WorkItem" }, { "info": { "name": "Bulk Delete for WorkItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem", "params": [ { "name": "id", "value": "", "type": "query", "description": "Object IDs" }, { "name": "force", "value": "", "type": "query", "description": "force delete flag" } ] }, "docs": "Bulk Delete for WorkItem" }, { "info": { "name": "Count of workitem", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/count", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" } ] }, "docs": "Count of workitem" }, { "info": { "name": "Search of workitem", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/search", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "fields", "value": "[\"ID\", \"name\"]", "type": "query", "description": "JSON array defining the fields to retrieve" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Search of workitem" }, { "info": { "name": "Report of workitem", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/report", "params": [ { "name": "filters", "value": "", "type": "query", "description": "JSON representing the filtering conditions" }, { "name": "listOptions", "value": "", "type": "query", "description": "JSON object defining the list options" } ] }, "docs": "Report of workitem" }, { "info": { "name": "workItemMarkViewed", "type": "http" }, "http": { "method": "PUT", "url": "https://{domain}.my.workfront.com/attask/api/v19.0/workitem/markViewed", "params": [ { "name": "ID", "value": "", "type": "query", "description": "Object ID" } ] } } ], "bundled": true }