Module asana::apis::project_statuses_api[][src]

Enums

CreateProjectStatusForProjectError

struct for typed errors of method create_project_status_for_project

DeleteProjectStatusError

struct for typed errors of method delete_project_status

GetProjectStatusError

struct for typed errors of method get_project_status

GetProjectStatusesForProjectError

struct for typed errors of method get_project_statuses_for_project

Functions

create_project_status_for_project

Creates a new status update on the project. Returns the full record of the newly created project status update.

delete_project_status

Deletes a specific, existing project status update. Returns an empty data record.

get_project_status

Returns the complete record for a single status update.

get_project_statuses_for_project

Returns the compact project status update records for all updates on the project.