Organization Metadata
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Query parameters
pageNumberinteger · int32Optional
The page number to retrieve.
pageSizeinteger · int32Optional
The number of items per page.
searchTextstringOptional
Optional search text to filter organization metadata entries.
sortinginteger · enumOptionalPossible values:
The sorting option for the results.
descbooleanOptionalDefault:
Whether to sort in descending order.
trueResponses
200
OK
403
Forbidden
get
/projects/organization-metadataAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Body
namestring · nullableRequired
descriptionstring · nullableRequired
dataTypestring · nullableRequired
isRequiredbooleanRequired
optionsstring[] · nullableOptional
Responses
201
Created
400
Bad Request
403
Forbidden
post
/projects/organization-metadataAuthorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the organization metadata entry to retrieve.
Responses
200
OK
403
Forbidden
404
Not Found
get
/projects/organization-metadata/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the organization metadata entry to update.
Body
namestring · nullableRequired
descriptionstring · nullableRequired
isRequiredbooleanRequired
Responses
200
OK
400
Bad Request
403
Forbidden
404
Not Found
put
/projects/organization-metadata/{objectIdentifier}Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
objectIdentifierstring · uuidRequired
The unique identifier of the organization metadata entry to delete.
Responses
204
No Content
403
Forbidden
404
Not Found
delete
/projects/organization-metadata/{objectIdentifier}No content
Last updated
