List phase and story connection
Retrieves a list of connection between phases and stories of eSource into a channel.
POST odata/phaseStoryLink
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-raw:
'{
"phaseId": "[PhaseID]",
"storyId": "[StoryID]",
"primary": false/true
}'
URL Endpoint
odata/phaseStoryLink
Method
POST.
Parameters
Do not supply OData Filter to help customize the response.
Request
Header
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
In the request body, phaseId and storyId are need to required. By default, primary
{
"phaseId": "[PhaseID]",
"storyId": "[StoryID]",
"primary": true
}
Response
If successful, this method returns a 200 OK
response code and the list of priorities object in the response body.
Example
Request
Response