Skip to main content
POST
/
orgs
/
{org_id}
/
connections
/
actions
/
fields
Get the fields for an action
curl --request POST \
  --url https://api.useinvent.com/orgs/{org_id}/connections/actions/fields \
  --header 'Content-Type: application/json' \
  --data '
{
  "action_id": "<string>",
  "connection_id": "<string>",
  "input": {},
  "resource_id": "<string>",
  "definitions": [
    {
      "path": "<string>",
      "definition": {}
    }
  ]
}
'
{}

Path Parameters

org_id
string
required

The ID of the org

Body

The interface of a connection action

action_id
string
required
connection_id
string
input
object

Values of the fields

resource_id
string
definitions
object[]

Response

200 - application/json

The definition of the field schemas

{key}
object

The file type allows users to upload files