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

Rendering...

or

Rendering...

or

Rendering...

or

Rendering...

or

Rendering...

Request

Content

Not required.

Query parameters

Not required.

Example

Rendering...

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

Rendering...