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
- application/json
Query Parameters
-
code: string
Search Value based on the message code
-
enabled: boolean
Returns validation messages which is true or false
-
limit: integer(int32)
Paging limit
-
offset: integer(int32)
Paging offset
Response
Supported Media Types
- application/json
200 Response
To retrieve list of validation messages
Root Schema : schema
Type:
Show Source
array-
Array of:
object Oracle Response object
Title:
Oracle Response objectThe wrapper object when returning successful values in Oracle standard
Nested Schema : Oracle Response object
Type:
objectTitle:
Oracle Response objectThe wrapper object when returning successful values in Oracle standard
Show Source
-
count(optional):
integer
Example:
1 -
hasMore(optional):
boolean
Example:
true -
items(optional):
array items
-
limit(optional):
integer
Example:
5 -
offset(optional):
integer
Example:
1
Nested Schema : items
Type:
Show Source
array-
Array of:
object validationMessages
Validation Messages
Nested Schema : validationMessages
Type:
objectValidation Messages
Show Source
-
code(optional):
string
Minimum Value:
1Maximum Value:100Pattern:^[a-zA-Z ]*$Example:SCI008 -
comment(optional):
string
Minimum Value:
1Maximum Value:200Pattern:^[a-zA-Z ]*$Example:Invalid Onboard Account -
enabled(optional):
boolean
Example:
true -
id(optional):
number
Example:
1.60000011301E11 -
name(optional):
string
Minimum Value:
1Maximum Value:200Pattern:^[a-zA-Z ]*$Example:Invalid Onboard Account
204 Response
No Contents are available
401 Response
You are not authorized to use this API
Root Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
-
detail(optional):
string
Example:
There are validation errors for the object...... -
title(optional):
string
Example:
validation fails for row with key={123} -
type(optional):
string
Example:
HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1
403 Response
This API is not allowed for your current user role
Root Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
-
detail(optional):
string
Example:
There are validation errors for the object...... -
title(optional):
string
Example:
validation fails for row with key={123} -
type(optional):
string
Example:
HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1
404 Response
Invalid parameter(s) passed in
Root Schema : Oracle Response object with singular object returned
Type:
objectTitle:
Oracle Response object with singular object returnedThe wrapper object when returning successful values in Oracle standard
Show Source
-
item(optional):
array item
A list object that contains error message and field.
Nested Schema : item
Type:
arrayA 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
Root Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
-
detail(optional):
string
Example:
There are validation errors for the object...... -
title(optional):
string
Example:
validation fails for row with key={123} -
type(optional):
string
Example:
HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1
415 Response
This media supplied is not supported
Root Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
-
detail(optional):
string
Example:
There are validation errors for the object...... -
title(optional):
string
Example:
validation fails for row with key={123} -
type(optional):
string
Example:
HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1
500 Response
Error occured while processing this request
Root Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
-
detail(optional):
string
Example:
There are validation errors for the object...... -
title(optional):
string
Example:
validation fails for row with key={123} -
type(optional):
string
Example:
HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1
502 Response
Bad Gateway
503 Response
Service not available