NOT FOR PUBLIC DISTRIBUTION: 2020-09-23
Retrieve list of genders
get
/spms/v1/configurations/genders
This is to retrieve a list of all genders
Request
Supported Media Types
- application/json
Query Parameters
-
limit: integer(int32)
Paging limit
-
offset: integer(int32)
Paging offset
Response
Supported Media Types
- application/json
200 Response
Retrieves list of Genders
Root Schema : schema
Type:
Show Source
array-
Array of:
object Oracle Response object
Title:
Oracle Response objectThe object returned in Oracle Standard when function is executed successfully
Nested Schema : Oracle Response object
Type:
objectTitle:
Oracle Response objectThe object returned in Oracle Standard when function is executed successfully
Show Source
-
count(optional):
integer
Example:
18 -
hasMore(optional):
boolean
Example:
true -
items(optional):
array items
-
limit(optional):
integer
Example:
2 -
offset(optional):
integer
Example:
0
Nested Schema : genders
Type:
objectGenders
Show Source
-
code(optional):
string
Minimum Value:
1Maximum Value:100Pattern:^[a-zA-Z ]*$Example:F -
name(optional):
string
Minimum Value:
1Maximum Value:200Pattern:^[a-zA-Z ]*$Example:Female
204 Response
No genders 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
You are forbidden 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
405 Response
The method is 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
The 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 occurred 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