Partials
Get a Partial
Get a Partial using ID.
get/{workspace}/partials/{PartialId}
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Response
Successfully fetched Partial
Example response
{
"config": {
"database": 0,
"host": "localhost",
"password": "password",
"port": 6379,
"server_name": "redis",
"ssl": false,
"ssl_verify": false,
"timeout": 2000,
"username": "username"
},
"type": "redis-ce"
}