Get a REST handler source
get
/ords/rest/handlers/{id}/source
Returns a REST handler source code.
Request
Path Parameters
-
id: integer
ID for specific handler.
Response
Supported Media Types
- application/json
200 Response
Source code of the REST handler.
Root Schema : ItemsCollection
Type:
Show Source
object
-
count(optional):
integer
Total number of records in the current response.
-
hasMore(optional):
boolean
Indicates if there are more records to be retrieved.
-
items(optional):
array items
-
limit(optional):
integer
The actual page size limit on number of records applied by the server.
-
links(optional):
array links
-
offset(optional):
integer
The actual index from which the item resources are returned.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object ResourceItem
Additional Properties Allowed:
true