Skip to main content
GET
/
api
/
v1
/
v-ciso
/
organizations
/
{organizationid}
/
table-tasks
List the organization's table tasks
curl --request GET \
  --url https://app.aegister.com/api/v1/v-ciso/organizations/{organizationid}/table-tasks \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": "<array>",
  "data": [
    {
      "workflow_id": "<string>",
      "task_id": "<string>",
      "title": {
        "en": "<string>",
        "it": "<string>"
      },
      "type": "<string>",
      "required": true,
      "status": "<string>"
    }
  ]
}

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

organizationid
integer
required

Response

error
integer

Any value different from 0 indicates an error.
More details can be found in messages.

Required range: 0 <= x <= 0
Example:

0

messages
array

If error is 1, contains zero or more details on the error.

Example:
[]
data
object[]