GET Projects/GetActivityTreeByProjectID?projectID={projectID}

Returns the activities available for a given project with level structure.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ActivityDTO
NameDescriptionTypeAdditional information
ID

Identifier of Activity

globally unique identifier

None.

Name

Name of the Activity

string

None.

Activities

Available Activities

Collection of ActivityDTO

None.

Description

Description of the Activity

string

None.

ProjectID

Project the Activity is tied to

globally unique identifier

None.

DisplayOrder

Display order of the Activity

integer

None.

TaskLevel

Task level of Activity

integer

None.

ParentActivityID

Activity of the Parent Activity

globally unique identifier

None.

Acronym

Gets or set the acronym for the activity.

string

None.

Deleted

Gets or sets if the activity has been soft deleted.

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/javascript

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.