Documentation explains way of calling Rest API functions for Packages (ie. Approve, Reset, Deny, List).
But is there a corresponding Rest API that can be called to List Package Shipment status?
Release : 18.1
Component : CA Endevor Software Change Manager
The /Ship WebServices endpoint in API allows to get shipment status (this is not in API doc yet).
Use REST API GET method {protocol}://{host}:{port}/EndevorService/api/v2/{datasource}/packages/{packageName}/Ship
It returns the same information which is displayed from the "Package shipment status" ISPF panel.
It's working for all API versions (/rest, /api/v1, /api/v2)