TaskShare

An object that represents a sharing condition for a task.

Supported API Calls: List | Get | Add | Update | Delete

Object Properties

Property

Type

Description

TaskAccessLevel

string (100)

Sets the user's access to the Task. Can be None, View Only, or Full Access.

List

Description

Returns a list of shares associated with the specified Task

URL

https://{company}.bluecamroo.com/api/TaskShare/list?Taskid={Taskid}

HTTP Method

GET

Parameters

None

Data Return

Returns a list of TaskShare objects specified by Taskid in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

401: Not authorized (you need to log in)

Get

Returns details for the specified share.

URL

https://{company}.bluecamroo.com/api/TaskShare/get/{id}?TaskId={TaskId}

HTTP Method

GET

Parameters

None

Data Return

Returns the TaskShare object in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Add

Description

Adds an Task share.

URL

https://{company}.bluecamroo.com/api/TaskShare/add

HTTP Method

POST

Parameters

An TaskShare object

Data Return

Returns the TaskShare in the requested format (e.g., JSON or XML)

HTTP Return Status Code

201: Created

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Update

Description

Updates a TaskShare object .

URL

https://{company}.bluecamroo.com/api/TaskShare/update

HTTP Method

PUT

Parameters

An TaskShare object

Data Return

Returns the TaskShare in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Delete

Description

Deletes the share.

URL

https://{company}.bluecamroo.com/api/TaskShare/delete/{id}?TaskId={TaskId}

HTTP Method

DELETE

Parameters

None

Data Return

None

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)