Organization Metadata

Gets all organization metadata entries for playbooks.

get

Retrieves a paginated list of all organization metadata entries for playbooks, with optional search and sorting.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Query parameters
pageNumberinteger · int32Optional

The page number for paginated results.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to filter results.

sortinginteger · enumOptional

The sorting option for the results.

Possible values:
descbooleanOptional

Whether to sort in descending order.

Default: true
Responses
chevron-right
200

OK

get
/playbooks/organization-metadata

Creates a new organization metadata entry for playbooks.

post

Creates a new organization metadata entry for playbooks.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Body
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
optionsstring[] · nullableOptional
Responses
post
/playbooks/organization-metadata

Gets a specific organization metadata entry for playbooks by its object identifier.

get

Retrieves the details of an organization metadata entry for playbooks using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the organization metadata entry.

Responses
chevron-right
200

OK

get
/playbooks/organization-metadata/{objectIdentifier}

Updates an existing organization metadata entry for playbooks.

put

Updates the details of an existing organization metadata entry for playbooks using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the organization metadata entry to update.

Body
namestring · nullableRequired
descriptionstring · nullableRequired
isRequiredbooleanRequired
Responses
chevron-right
200

OK

put
/playbooks/organization-metadata/{objectIdentifier}

Deletes an organization metadata entry for playbooks.

delete

Deletes an organization metadata entry for playbooks using its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The object identifier of the organization metadata entry to delete.

Responses
delete
/playbooks/organization-metadata/{objectIdentifier}

No content

Last updated