OutboundApplications REST Endpoints

OutboundApplications
OutboundApplications
Create only security details for an existing application Id
Method: post
Path: /PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities
Create the security details of downstream application
Method: post
Path: /PASService/rest/services/v1/outboundApplications
Delete outbound application and corresponding security details
Method: delete
Path: /PASService/rest/services/v1/outboundApplications/{outboundApplicationId}
Get details of 100 latest records of outboundApplication
Method: get
Path: /PASService/rest/services/v1/outboundApplications
Get details of given application id and its corresponding security
Method: get
Path: /PASService/rest/services/v1/outboundApplications/{outboundApplicationId}
Get specific security details of given application Id
Method: get
Path: /PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities
Update outbound application
Method: put
Path: /PASService/rest/services/v1/outboundApplications/{outboundApplicationId}
Update outbound application security
Method: put
Path: /PASService/rest/services/v1/outboundApplications/{outboundApplicationId}/outboundSecurities/{securityId}