NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve list of guardians associated to a minor

get

/spms/v1/guardians/child/{childId}

This is to retrieve a list of all guardians that associated to a minor

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the list of Guardian IDs
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : guardianIdsList
Type: object
The object returned in Oracle Standard when function is executed successfully
Show Source
Nested Schema : guardianIds
Type: array
Show Source

400 Response

Bad data
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

401 Response

The request has not been applied because it lacks valid authentication credentials for the target resource
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 the current user
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Not Found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

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