Milestones

Milestones
extends Upwork\API\Client
Methods Summary
public
public
# getActiveMilestone( int $contractId )
Get active Milestone for specific Contract
public
# getSubmissions( int $milestoneId )
Get all Submissions for specific Milestone
public
# create( array $params )
Create a new Milestone
public
# edit( int $milestoneId , array $params )
Edit an existing Milestone
public
# activate( int $milestoneId , array $params )
Activate an existing Milestone
public
# approve( int $milestoneId , array $params )
Approve an existing Milestone
public
# delete( int $milestoneId )
Delete an existing Milestone

Overrides

Methods inherited from Upwork\API\Client
__construct(), getServer(), getRequestToken(), auth(), _request(), get(), post(), put(), delete()
Constants Summary
public string ENTRY_POINT
# 'api'
Constants inherited from Upwork\API\Client
DATA_FORMAT
Properties inherited from Upwork\API\Client
$_epoint, $_server