Organization Metadata
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Query parameters
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
searchTextstringOptional
Responses
200
OK
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
403
Forbidden
get/playbooks/organization-metadata
GET /playbooks/organization-metadata HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"name": "text",
"description": "text",
"dataType": "text",
"isRequired": true,
"options": [
{
"name": "text",
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
],
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
]Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Body
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
optionsstring[] · nullableOptional
Responses
201
Created
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
400
Bad Request
403
Forbidden
post/playbooks/organization-metadata
POST /playbooks/organization-metadata HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 91
{
"name": "text",
"description": "text",
"dataType": "text",
"isRequired": true,
"options": [
"text"
]
}{
"name": "text",
"description": "text",
"dataType": "text",
"isRequired": true,
"options": [
{
"name": "text",
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
],
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
Responses
200
OK
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
403
Forbidden
404
Not Found
get/playbooks/organization-metadata/{objectIdentifier}
GET /playbooks/organization-metadata/{objectIdentifier} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"name": "text",
"description": "text",
"dataType": "text",
"isRequired": true,
"options": [
{
"name": "text",
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
],
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
Body
namestring · nullableRequired
descriptionstring · nullableRequired
isRequiredbooleanRequired
Responses
200
OK
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
objectIdentifierstring · uuidRequired
400
Bad Request
403
Forbidden
404
Not Found
put/playbooks/organization-metadata/{objectIdentifier}
PUT /playbooks/organization-metadata/{objectIdentifier} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"name": "text",
"description": "text",
"isRequired": true
}{
"name": "text",
"description": "text",
"dataType": "text",
"isRequired": true,
"options": [
{
"name": "text",
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
],
"objectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
Responses
204
No Content
No content
403
Forbidden
404
Not Found
delete/playbooks/organization-metadata/{objectIdentifier}
DELETE /playbooks/organization-metadata/{objectIdentifier} HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
