v3

latestSwagger 2.02026-08-067506752.0 MB
form

Return all active forms applicable to a particular entity

get/v1/org/{orgId}/form/available

Path parameters

orgIdstring required

Org identifier (either id or slug)

Query parameters

targetIdstring

Target id

targetType'NONE' | 'PERSON'

Target type

Response

successful operation

nextstring

Example response

{
  "data": [
    {
      "id": "588f7ee98f138b19220041a7"
    }
  ],
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}