NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve list of all gangway customized messages

get

/spms/v1/configurations/messages

This is to retrieve a list of all customized messages to be displayed in gangway with different movement

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

To retrieve list of validation messages
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : Oracle Response object
Type: object
Title: Oracle Response object
The wrapper object when returning successful values in Oracle standard
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : validationMessages
Type: object
Validation Messages
Show Source

204 Response

No Contents are available

401 Response

You are not authorized to use this API
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

This API is not allowed for your current user role
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Invalid parameter(s) passed in
Body ()
Root Schema : Oracle Response object with singular object returned
Type: object
Title: Oracle Response object with singular object returned
The wrapper object when returning successful values in Oracle standard
Show Source
Nested Schema : item
Type: array
A list object that contains error message and field.
Example Response (application/json)
{
    "title":"Not Found",
    "detail":"message code - SFTR00 is invalid",
    "type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5"
}

405 Response

Method requested not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

415 Response

This media supplied is not supported
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occured while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

502 Response

Bad Gateway

503 Response

Service not available
Back to Top