v1
latestOpenAPI 3.0.42026-08-064075233.0 KBResources
Get resource by id
Returns a resource with the specified id.
get/api/resources/{resourceId}
Path parameters
resourceIdstring uuid required
The identifier for the resource that we want to get.
Response
OK
Example response
{
"id": "5189952c-21b0-4ca6-b84d-43c00fc5dad8",
"organizationId": "8c84e649-1669-428c-8506-47b0815180e8",
"name": "My resource",
"type": "File",
"pathOnNode": "./my_path",
"currentVersion": 1,
"currentActiveVersion": 1,
"category": "My category",
"hasDraft": true,
"flowsCount": 3,
"flowDraftsCount": 3,
"flowTemplatesCount": 3,
"parameterValuesCount": 3,
"createdAt": "2024-09-24T09:33:38.013347Z",
"createdBy": "256f791c-fbc0-4435-9429-d291227f6577",
"updatedAt": "2024-09-24T09:33:38.013347Z",
"updatedBy": "256f791c-fbc0-4435-9429-d291227f6577"
}