Returns the details of the given workflow transition reason action of the given entity-type

GET
api/databases/{dbid}/metadata/entities/{entity}/workflow/transitions/{transition}/reasons/{reason}/actions/{actionid}
This request is used for getting information about the given workflow state action of the given entity-type. For example, you can see what property value is changed by this action and according to what formula.

Request:

Argument Type Description
dbid GUID  The ID of the database
entity String  The name of the entity
transition String  The name of the entity workflow transition
reason String  The name of the entity workflow reason
actionid GUID  The ID of the entity workflow action

Response:

Content

Type name Description
Object 

Request:
  1. GET api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/metadata/entities/Task/workflow/transitions/Vqs.Tm.Shared.TmTaskStates.CreatedToVqs.Tm.Shared.TmTaskStates.Closed/reasons/Vqs.Tm.Shared.TmTaskReasons.Completed/actions/03c56c09-127b-4f12-ab5d-0b8bb6d9146c
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=20715d87-29dc-429e-9a86-4b3c60cd8a45
Response:
  1. Transfer-Encoding: chunked
  2. Content-Encoding:
  3. Cache-Control: no-store
  4. Content-Type: text/json; charset=utf-8
  5. Date: Fri, 21 Dec 2012 15:44:22 GMT
  6. ETag: "634916866010755264"
  7. Last-Modified: Fri, 21 Dec 2012 09:36:41 GMT
  8. Server: Microsoft-HTTPAPI/2.0
  9.  
  10. {
  11. "Declarative": false,
  12. "LockedBySolution": false,
  13. "Expression": "Now()",
  14. "ExpressionContext": {
  15. "Value": 0,
  16. "Title": "OldValue"
  17. },
  18. "Id": "03c56c09-127b-4f12-ab5d-0b8bb6d9146c",
  19. "PropertyInfo": {
  20. "Id": "StartedTime",
  21. "Url": "api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/metadata/entities/Task/properties/StartedTime"
  22. }
  23. }