Skip to main content

Releases & Change Schema

Schemas

Release

PropertyTypeDescription
idintegerRelease ID
namestringRelease name
name_expandedstringExpanded release name
releasetype_idintegerRelease type ID
releasetype_namestringRelease type name
branch_idintegerBranch ID
branch_namestringBranch name
whoreleased_idintegerAgent ID of who performed the release
builddatedatetimeBuild date
targetdatedatetimeTarget release date
releasedatedatetimeActual release date
notestringInternal release notes
public_notestringPublic-facing release notes
product_idintegerAssociated product ID
product_namestringProduct name
product_iconstringProduct icon identifier
sequenceintegerVersion sequence number
major_version_numberintegerMajor version number
minor_version_numberintegerMinor version number
patch_version_numberintegerPatch version number
releasenote_countintegerNumber of release notes
release1_emaildatedatetimeDate first release email was sent
release2_emaildatedatetimeDate second release email was sent
release3_emaildatedatetimeDate third release email was sent
send_release1_emailbooleanSend first release email flag
send_release2_emailbooleanSend second release email flag
send_release3_emailbooleanSend third release email flag
preview_release_emailbooleanPreview release email before sending
release_email_subjectstringSubject line of release email
release_email_htmlstringHTML body of release email
release_email_ticketsarray[integer]Ticket IDs included in release email
releasetypeReleaseTypeNested release type object
instance_countintegerNumber of instances on this release
total_instance_countintegerTotal instance count
adoptionnumberAdoption percentage (0–1 double)
issues_loggedintegerCount of issues logged against this release
open_issuesintegerCount of open issues
jira_namestringJira release name
_warningstringAPI warning message

ReleaseComponent

PropertyTypeDescription
idintegerComponent ID
namestringComponent name
product_idintegerAssociated product ID
product_namestringProduct name
_warningstringAPI warning message

ReleaseNoteGroup

PropertyTypeDescription
idintegerGroup ID
namestringGroup name
releasenotestringRelease note text
releasenotesarray[ReleaseNote]List of release notes in this group
_warningstringAPI warning message

ReleaseType

PropertyTypeDescription
idintegerRelease type ID
namestringRelease type name
releasenotesetintegerRelease note set ID
template_idintegerEmail template ID
template_namestringEmail template name
spotlight_template_idintegerSpotlight email template ID
spotlight_template_namestringSpotlight email template name
_warningstringAPI warning message

ReleaseProduct

PropertyTypeDescription
idintegerProduct ID
namestringProduct name
third_party_idstringThird-party identifier
release_countintegerNumber of releases for this product
logostringLogo URL or identifier
new_iconstringIcon identifier
release_emailsarray[ReleaseProductEmail]Release email configurations
componentsarray[ReleaseComponent]Product components
third_party_namestringThird-party product name
third_party_urlstringThird-party product URL
devops_projectDevOpsProjectLinked DevOps project
devops_otherfield_mappingsarray[IntegrationFieldMapping]DevOps field mappings
devops_details_idintegerDevOps instance ID
devops_details_namestringDevOps instance name
devops_instanceAzureDevOpsDetailsAzure DevOps instance details
show_devops_mappingsbooleanShow DevOps field mappings
github_repostringLinked GitHub repository
branchesarray[ReleaseBranch]Product branches
jira_details_idintegerJira instance ID
jira_details_namestringJira instance name
jira_instanceJiraDetailsJira instance details
jirafield_mappingsarray[IntegrationFieldMapping]Jira field mappings
jira_projectKeyPair2Jira project key/value pair
devops_idstringDevOps project ID
devops_namestringDevOps project name
devops_urlstringDevOps project URL
default_pipelineintegerDefault pipeline ID
default_pipeline_namestringDefault pipeline name
access_controlarray[AccessControl]Access control rules
access_control_levelintegerAccess control level
_warningstringAPI warning message

ReleasePipeline

PropertyTypeDescription
idintegerPipeline ID
namestringPipeline name
integration_linkintegerIntegration link ID
linked_productintegerLinked product ID
devops_pipeline_idintegerDevOps pipeline ID
devops_details_idintegerDevOps instance ID
activebooleanWhether the pipeline is active
devops_project_idstringDevOps project ID
pipeline_mappingsarray[IntegrationFieldMapping]Pipeline field mappings
linked_product_namestringLinked product name
_warningstringAPI warning message

CabHeader

PropertyTypeDescription
idintegerCAB ID
guiduuidCAB unique identifier
intentstringCAB intent/purpose
namestringCAB name
all_must_approvebooleanWhether all members must approve
approvals_neededintegerMinimum number of approvals required
rejection_thresholdintegerNumber of rejections that triggers a block
membersarray[CabMember]CAB members
ldapstringstringLDAP query for member population
rolesarray[CabRole]CAB roles
teams_webhook_urlstringMicrosoft Teams webhook for notifications
slack_channelintegerSlack channel ID for notifications
slack_channel_namestringSlack channel name
sectiondetail_idintegerSection detail ID
sectiondetail_guiduuidSection detail GUID
sectiondetail_namestringSection detail name
import_details_idintegerImport details ID
_warningstringAPI warning message

ConfigCommit

PropertyTypeDescription
idintegerCommit ID
guiduuidCommit unique identifier
timestampdatetimeWhen the commit was recorded
original_timestampdatetimeOriginal timestamp (before sync)
source_instance_idintegerSource instance that generated the commit
agent_idintegerAgent who made the change
summarystringHuman-readable summary of the change
object_guidstringGUID of the changed object
operationstringOperation type (create, update, delete)
payloadstringJSON payload of the new state
rollback_operationstringOperation type for rollback
rollback_payloadstringJSON payload to restore previous state
rolled_backbooleanWhether this commit has been rolled back
rolled_back_timestampdatetimeWhen the rollback occurred
rolled_back_agent_idintegerAgent who performed the rollback
is_mergebooleanWhether this is a merge commit
original_jsonstringOriginal JSON before the change
sprint_dateintegerSprint date reference
override_agent_namestringOverride display name for the agent
_rollbackbooleanTrigger rollback when POSTing
_push_to_instance_idintegerPush this commit to another instance
_pull_from_instance_idintegerPull from a specific instance
_warningstringAPI warning message

ConfigCommit_View

Paginated response wrapper for GET /ConfigCommit.

PropertyTypeDescription
page_nointegerCurrent page number
page_sizeintegerPage size
record_countintegerTotal number of matching records
commitsarray[ConfigCommit]List of config commits