get_transitions

Returns a list of all status transitions available for a repository object. Transitions that require SAPgui are not considered when using the REST API.

Method and URI

or

or

or

or

Request

Content

Not required.

Query parameters

Not required.

Example

Response

Content

transitions 

List of status transitions available for this repository object

transitions.item.processId

  • ID of the process

transitions.item.processName

  • Name of the process

transitions.item.transitionId

  • ID of the status transition

transitions.item.transitionName

  • Name of the status transition

transitions.item.sourceStateId

  • ID of the source status

transitions.item.sourceStateName

  • Name of the source status

transitions.item.targetStateId

  • ID of the target status

transitions.item.targetStateName 

  • Name of the target status

Example