| Methods Summary | ||
|---|---|---|
public
|
||
public
|
||
public
|
#
getSpecificList( string $company , string $team , string $code )
List all oTask/Activity records within a Team by specified code(s)
|
|
public
|
#
addActivity( string $company , string $team , array $params )
Create an oTask/Activity record within a Team
|
|
public
|
#
updateActivity( string $company , string $team , string $code , array $params )
Update specific oTask/Activity record within a Team
|
|
public
|
#
archiveActivities( string $company , string $team , string $code )
Archive specific oTask/Activity record within a Team
|
|
public
|
#
unarchiveActivities( string $company , string $team , string $code )
Unarchive specific oTask/Activity record within a Team
|
|
| 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
|