[]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| resultKeyRequired | path | string | Render result key. For example: 62c5d7ec-d5eb-4923-95b6-e4693f70aac0 |
Gets render result.
Responses
[200] Success
binary
Type: [application/octet-stream]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| resultKeyRequired | path | string | Render result key. For example: 62c5d7ec-d5eb-4923-95b6-e4693f70aac0 |
Verifies if the rendering result with the requested key exists.
Responses
[200] Success
[403] Forbidden
Type: [application/json]
[404] Not Found
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| resultKeyRequired | path | string | Render result cache key. For example: 593aa84126f88ea055978d89e33aad1f |
Gets the cached render result.
Responses
[200] Success
binary
Type: [application/octet-stream]
[403] Forbidden
Type: [application/json]
[404] Not Found
Type: [application/json]
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| resultKeyRequired | path | string | Render result cache key. For example: 593aa84126f88ea055978d89e33aad1f |
Verifies if the cached rendering result with the requested key exists.
Responses
[200] Success
[403] Forbidden
Type: [application/json]
[404] Not Found
Reporting plugin error
| Name | Type | Description |
|---|---|---|
| codeNullable | string | error code |
| messageNullable | string | error message |
| contextNullable | string | error context |