getAdministeredItemDetailbyID
This incorporates three functions called from the web services or API interface for ISO/IEC Registry template.
a) getAdministeredItemDetailByID (web service)
b) getAdministeredItemDetailXMLByID (API)
c) getAdministeredItemDetailRowSetByID (API)
Function returns the single administered item returned by the Item ID and version number specified. All common child entities including Comments, Examples, Alternate Name, Reference Documents, and Alternate Definitions are returned.
Input Parameters
Repository | String If not provided, defaults to the first repository in the list of available repositories. Case sensitive. |
User Id | String Required if service layer security is enabled. Login ID in the application of the user calling this function. |
Password | String Required if service layer security is enabled. |
Client Id | String Required. Client ID of the repository. |
Project Id | String Required. ID of the project. |
Schema Id | String Required. Indicates the schema. If workflow is licensed, then Schema Id is 2. 1. Work area 2. Release area |
Item ID | Required. Internal item ID. |
Version Nr | String Required. Version number for the item. |
Exclude Audit Columns | String Required. Indicates whether to include audit columns in the output. Does not apply to getAdministeredItemDetailRowSetByID True. Excludes audit columns in the output. False. Includes audit columns in the output. |
Output Parameters
getAdministeredItemDetailByID and getAdministeredItemDetailXMLByID returns XML. getAdministeredItemDetailRowSetByID returns a rowset with the same information as the other two functions.