GET api/Transitions/{id}?caseId={caseId}
Get a particular Transition if the user has access
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId | globally unique identifier |
Required |
|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TransitionSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "cd0259cc-0d29-49b8-898e-485338d059ae",
"Name": "sample string 2",
"Url": "sample string 3"
}
application/xml, text/xml
Sample:
<TransitionSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XCapture.DTO"> <Id>cd0259cc-0d29-49b8-898e-485338d059ae</Id> <Name>sample string 2</Name> <Url>sample string 3</Url> </TransitionSimple>