Organization Metadata Options

Retrieves a paginated list of organization metadata options for the specified organization metadata.

get

Retrieves a paginated list of organization metadata options for the specified organization metadata, optionally filtered and sorted.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
organizationMetadataIdentifierstring · uuidRequired

The unique identifier of the organization metadata.

Query parameters
pageNumberinteger · int32Optional

The page number to retrieve.

pageSizeinteger · int32Optional

The number of items per page.

searchTextstringOptional

Optional search text to filter options.

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
/projects/organization-metadata/{organizationMetadataIdentifier}/options

Creates a new organization metadata option for the specified organization metadata.

post

Creates a new organization metadata option for the specified organization metadata.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
organizationMetadataIdentifierstring · uuidRequired

The unique identifier of the organization metadata.

Body
namestring · nullableRequired
Responses
post
/projects/organization-metadata/{organizationMetadataIdentifier}/options

Retrieves an organization metadata option by its object identifier.

get

Retrieves an organization metadata option by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the organization metadata option to retrieve.

organizationMetadataIdentifierstringRequired
Responses
chevron-right
200

OK

get
/projects/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}

Updates an organization metadata option.

put

Updates an organization metadata option.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the organization metadata option to update.

organizationMetadataIdentifierstringRequired
Body
namestring · nullableRequired
Responses
chevron-right
200

OK

put
/projects/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}

Deletes an organization metadata option by its object identifier.

delete

Deletes an organization metadata option by its object identifier.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired

The unique identifier of the organization metadata option to delete.

organizationMetadataIdentifierstringRequired
Responses
delete
/projects/organization-metadata/{organizationMetadataIdentifier}/options/{objectIdentifier}

No content

Last updated