Retrieve a single form submit job
get
/api/REST/2.0/data/form/{formId}/formData/{formSubmitJobId}
Retrieves asynchronous form submission data for a single form submit specified by the
formId
and formSubmitJobId
parameters. This API endpoint is released under our Controlled Availability program. You can request access to this feature by submitting a request to My Oracle Support.Request
Supported Media Types
- application/json
Path Parameters
-
formId(required): string
The ID of the form
-
formSubmitJobId(required): string
The ID of the asynchronous form submission job
Response
Supported Media Types
- application/json
400 Response
Bad request. See Status Codes for information about other possible HTTP status codes.
401 Response
Unauthorized. See Status Codes for information about other possible HTTP status codes.
403 Response
Forbidden. See Status Codes for information about other possible HTTP status codes.
404 Response
The requested resource was not found. See Status Codes for information about other possible HTTP status codes.
500 Response
The service has encountered an error. See Status Codes for information about other possible HTTP status codes.