v1

latestOpenAPI 3.0.02026-07-17508972.4 KB
LocalTools

Issue a local tool connection request

post/localTools/connectionRequest/{broodId}/{localToolId}

Path parameters

broodIdinteger required
Example:1

Numeric ID of the Brood

localToolIdinteger required
Example:1

Numeric ID of the local tool

Request body

local_tool_idinteger

Response

Incoming connection request inbox response

idinteger
uuidstring uuid
scope'User' | 'LocalTool' | 'Brood' | 'Proposal' | 'Synchronisation'
action'Registration' | 'IncomingConnectionRequest' | 'AcceptedRequest' | 'DeclinedRequest' | 'Synchronisation' | 'OneWaySynchronization' | 'ProposalEdit' | 'DataExchange'
titlestring
originstring
commentstring nullable
descriptionstring nullable
user_idinteger
createdstring datetime
modifiedstring datetime

Example response

{
  "id": 1,
  "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "user_id": 1,
  "created": "2022-01-05T11:19:26+00:00",
  "modified": "2022-01-05T11:19:26+00:00",
  "data": {
    "cerebrateURL": "http://192.168.0.1"
  }
}