-
Notifications
You must be signed in to change notification settings - Fork 7
API Release
Reads a Release. The view is restricted based on User Group membership. If a version of the matrix exists in the LngIsoCode parameter, the matrix title will be returned in that language. Otherwise the default language version is returned.
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: Pxstat.Data.Release_API.Read
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
RlsCode |
Integer | Release Code | |
LngIsoCode |
String | Iso Language Code |
*This default may vary depending on API configuration
Return: Object
| Name | Type | Description |
|---|---|---|
MtrCode |
String | Code of the Matrix associated with this Release |
RlsCode |
Int | Release Code |
RlsVersion |
Int | Release Version |
RlsRevision |
Int | Release Revision |
RlsLiveFlag |
Boolean | Indicates this is a Live Release |
RlsLiveDatetimeFrom |
Datetime | Start of Release period |
RlsLiveDatetimeTo |
Datetime | End of Release period |
RlsDependencyFlag |
Boolean | Flag to indicate a Dependency |
RlsEmergencyFlag |
Boolean | Flag to indicate an Emergency Release |
RlsReservationFlag |
Boolean | Flag to indicate Reservation |
RlsArchiveFlag |
Boolean | Flag to indicate Archive |
RlsAnalyticalFlag |
Boolean | Flag to indicate Analytical |
RlsAlertFlag |
Boolean | Flag to indicate an Alert |
GrpCode |
String | Code of Group to which this Release is assigned |
GrpName |
String | Name of Group to which this Release is assigned |
CmmCode |
Int | Code to identify the Comment associated with this Release |
CmmValue |
String | The Comment associated with this Release |
SbjCode |
String | Code to identify the Subject of this Release |
SbjValue |
String | Name of the Subject of this Release |
PrcCode |
String | Code to identify the Product of this Release |
PrcValue |
String | Name of the Product of this Release |
Returns the list of releases for a given Matrix Code. The view is restricted based on User Group membership. If a version of the matrix exists in the LngIsoCode parameter, the matrix title will be returned in that language. Otherwise the default language version is returned.
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: Pxstat.Data.Release_API.ReadList
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
MtrCode |
String | Code of the Matrix associated with this Release | |
LngIsoCode |
String | Iso Language Code |
Return: Array [ Object ]
| Name | Type | Description |
|---|---|---|
MtrCode |
String | Code of the Matrix associated with this Release |
RlsCode |
Int | Release code |
RlsAlertFlag |
Boolean | Flag to indicate an Alert |
RlsAnalyticalFlag |
Boolean | Flag to indicate Analytical |
RlsArchiveFlag |
Boolean | Flag to indicate Archive |
RlsLiveFlag |
Boolean | Indicates this is a Live Release |
RlsLiveDatetimeTo |
Datetime | End of Release period |
RlsReservationFlag |
Boolean | Flag to indicate Reservation |
RlsRevision |
Int | Release Revision |
RlsVersion |
Int | Release Version |
RlsDependencyFlag |
Boolean | Flag to indicate a Dependency |
RlsEmergencyFlag |
Boolean | Flag to indicate an Emergency Release |
RlsLiveDatetimeFrom |
Datetime | Start of Release period |
MtrTitle |
String | Matrix title |
RqsCode |
String | Request Code |
RqsValue |
String | Request Value |
RspCode |
String | Response Code |
RspValue |
String | Response Value |
SgnCode |
String | Signoff Code |
SgnValue |
String | Signoff Value |
Updates the value of the Release Analytical flag
Authentication: Windows
Privilege : Administrator , Power User
Method: Pxstat.Data.Release_API.UpdateAnalyticalFlag
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
RlsCode |
Int | Release Code | |
RlsAnalyticalFlag |
Boolean | Flag to indicate Analytical |
Return: String with value of success
Updates the value of the Dependency Flag
Authentication: Windows
Privilege : Administrator , Power User
Method: Pxstat.Data.Release_API.UpdateDependencyFlag
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
RlsCode |
Int | Release Code | |
RlsDependencyFlag |
Boolean | RlsDependencyFlag |
Return: String with value of success
Updates the Product associated with the Release
Authentication: Windows
Privilege : Administrator , Power User
Method: Pxstat.Data.Release_API.UpdateProduct
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
RlsCode |
Int | Release Code | |
PrcCode |
Int | Product Code |
Return: String with value of success
Updates the Comment of a Release
Authentication: Windows
Privilege :Administrator , Power User
Method: Pxstat.Data.Release_API.UpdateComment
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
RlsCode |
Int | Release Code | |
CmmValue |
String | Comment string |
Return: String with value of success
Deletes a Release Comment
Authentication: Windows
Privilege : Administrator , Power User
Method: Pxstat.Data.Release_API.DeleteComment
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
RlsCode |
Int | Release Code |
Return: String with value of success
Update
Database Scripts
Configuration
API
- Home
- Data
- Security
- Subscription
- System
- Navigation
- Notification
- Settings
- Workflow
- Px Build
Developer
- Home
- Developer Tools
- Client Tier
- Server Tier
- Database Tier