GET api/Activity/LetterLaunch?teamId={teamId}
Gets the list of letter launch letters for the teams assigned story
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teamId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LetterLaunchName | Description | Type | Additional information |
---|---|---|---|
Letter_Id | integer |
None. |
|
Letter | string |
None. |
|
StoryNumber | integer |
None. |
|
SortOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Letter_Id": 1, "Letter": "sample string 2", "StoryNumber": 3, "SortOrder": 4, "Id": 5 }, { "Letter_Id": 1, "Letter": "sample string 2", "StoryNumber": 3, "SortOrder": 4, "Id": 5 } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.