Get RPA resource content (deprecated) Added in 8.7
GET/resources/:resourceKey/content
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Eventually Consistent About endpoint data consistency
Deprecated — use /resources/{resourceKey}/content/binary instead, which supports all
resource types and returns content as binary (octet-stream).
Returns the content of a deployed RPA resource as JSON.
info
This endpoint only supports RPA resources. For generic resource content in binary format,
use the /resources/{resourceKey}/content/binary endpoint.
Request
Responses
- 200
- 404
- 406
- 500
The resource content is successfully returned.
A resource with the given key was not found.
The resource exists but is not an RPA resource.
An internal error occurred while processing the request.